seahorse-plugins.spec revision 20264
10139N/A#
10139N/A# spec file for package seahorse-plugins
10139N/A#
10139N/A# Copyright 2009 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
11860N/A#
10139N/A%define owner jefftsai
10139N/A#
12299N/A
12299N/A%define OSR LFI#105446 (gnome Exec. summary):n/a
13351N/A
10139N/AName: seahorse-plugins
10139N/ALicense: GPL v2, FDL v1.1
10139N/AGroup: System/GUI/GNOME
10139N/AVersion: 2.30.1
10139N/ARelease: 1
10139N/ADistribution: Java Desktop System
10139N/AVendor: Gnome Community
10139N/ASummary: Seahorse-Plugins
10139N/ASource: http://download.gnome.org/sources/%{name}/2.30/%{name}-%{version}.tar.bz2
10139N/A%if %build_l10n
10139N/ASource1: l10n-configure.sh
10139N/A%endif
10139N/A#date:2011-05-07 owner:ginnchen type:bug
10139N/APatch1: seahorse-plugins-01-gecko20.diff
10139N/A
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/AAutoreqprov: on
10139N/APrereq: /sbin/ldconfig
10139N/A
10139N/A%define gtk2_version 2.4.0
10139N/A%define pkgconfig_version 0.15.0
10139N/A%define gtk_doc_version 1.1
10139N/A
10139N/ARequires: gtk2 >= %{gtk2_version}
10139N/ABuildRequires: gtk2-devel >= %{gtk2_version}
10139N/ABuildRequires: gtk-doc >= %{gtk_doc_version}
10139N/ABuildRequires: pkgconfig >= %{pkgconfig_version}
10139N/A
10139N/A%description
10139N/ASeahorse plugins integrates with nautilus, gedit and other places for
10139N/Aencryption/decryption operations.
10139N/A
10139N/A%prep
10139N/A
10139N/A%setup -q
10139N/A%patch1 -p1
10139N/A
10139N/A%build
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/A%endif
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
10139N/A
10139N/Alibtoolize --force
10139N/Aintltoolize -f -c --automake
10139N/A
10139N/A%if %build_l10n
10139N/Abash -x %SOURCE1 --enable-copyright
10139N/A%endif
10139N/A
10374N/Agnome-doc-prepare --force
10374N/Aaclocal -I /usr/share/aclocal -I m4
10374N/Aautoconf
12298N/Aautoheader
10374N/Aautomake
10374N/A
10374N/ACFLAGS="$RPM_OPT_FLAGS" \
10374N/A./configure --prefix=%{_prefix} \
10374N/A --sysconfdir=%{_sysconfdir} \
10374N/A --mandir=%{_mandir} \
10374N/A --libexecdir=%{_libexecdir} \
10374N/A --enable-pgp \
13389N/A --disable-update-mime-database
13389N/Amake -j $CPUS
10374N/A
10374N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/A
10374N/A%check
10139N/Amake check
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10374N/A
10374N/A%changelog
10374N/A* Sat May 07 2011 - ginn.chen@oracle.com
10374N/A- Fix building with gecko 2.0
10139N/A- Add seahorse-plugins-01-gecko20.diff
10374N/A* Wed May 26 2010 - jeff.cai@sun.com
10374N/A- Bump to 2.30.1
10374N/A* Wed Mar 31 2010 - jeff.cai@sun.com
10374N/A- Bump to 2.30.0
10374N/A* Tue Feb 23 2010 - jeff.cai@sun.com
10374N/A- Bump to 2.29.91
10374N/A* Tue Feb 09 2010 - jeff.cai@sun.com
10374N/A- Bump to 2.29.90
10374N/A* Mon Dec 07 2009 - jeff.cai@sun.com
10139N/A- Bump to 2.29.3
10139N/A- Upstream patch -01-check-gpg2
13389N/A* Fri Oct 16 2009 - jeff.cai@sun.com
13389N/A- Initial Sun release
13351N/A