gnome-keyring.spec revision 12303
10139N/A#
10139N/A# spec file for package gnome-keyring
10139N/A#
20178N/A# Copyright (c) 2008 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.
10139N/A#
17185N/A# Owner: gheet
10139N/A#
17178N/AName: gnome-keyring
17178N/ALicense: GPL
17178N/AGroup: System/GUI/GNOME
16530N/A# NOTE: Do not bump. Leave at 2.20.3 because the AM_PATH_LIBTASN1 macro is
10139N/A# unavailable.
18988N/AVersion: 2.20.3
20841N/ARelease: 4
12938N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
18615N/ASummary: GNOME Key Ring
10139N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
10139N/A#owner:dcarbery date:2007-07-31 type:bug bugzilla:462122
10139N/APatch1: gnome-keyring-01-strsep.diff
10139N/AURL: http://www.gnome.org
12773N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
16519N/AAutoreqprov: on
16519N/APrereq: /sbin/ldconfig
12773N/A
13483N/A%define gtk2_version 2.4.0
10139N/A%define pkgconfig_version 0.15.0
17363N/A%define gtk_doc_version 1.1
17363N/A
16450N/ARequires: gtk2 >= %{gtk2_version}
10819N/ABuildRequires: gtk2-devel >= %{gtk2_version}
17192N/ABuildRequires: gtk-doc >= %{gtk_doc_version}
19983N/ABuildRequires: pkgconfig >= %{pkgconfig_version}
17351N/A
19983N/A%description
19982N/Agnome-keyring is a program that keep password and other secrets for
19982N/Ausers. It is run as a daemon in the session, similar to ssh-agent, and
19982N/Aother applications can locate it by an environment variable.
19982N/A
19982N/AThe program can manage several keyrings, each with its own master
19982N/Apassword, and there is also a session keyring which is never stored to
19983N/Adisk, but forgotten when the session ends.
20841N/A
20841N/AThe library libgnome-keyring is used by applications to integrate with
10139N/Athe gnome keyring system.
10139N/A
10139N/A%package devel
10139N/ASummary: GNOME Key Ring Library
10139N/AGroup: Development/Libraries/GNOME
17033N/ARequires: %{name} = %{version}
10139N/ARequires: gtk2-devel >= %{gtk2_version}
10139N/A
10139N/A%description devel
10139N/Agnome-keyring is a program that keep password and other secrets for
17033N/Ausers. It is run as a daemon in the session, similar to ssh-agent, and
10139N/Aother applications can locate it by an environment variable.
10139N/A
10139N/AThe program can manage several keyrings, each with its own master
10139N/Apassword, and there is also a session keyring which is never stored to
10139N/Adisk, but forgotten when the session ends.
10139N/A
10139N/AThe library libgnome-keyring is used by applications to integrate with
17033N/Athe gnome keyring system.
17033N/A
10139N/A%prep
17033N/A%setup -q
17033N/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
17033N/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/Aaclocal $ACLOCAL_FLAGS -I .
10139N/Aautoconf
10139N/Aautoheader
10139N/Aautomake -a -c -f
10139N/A
10139N/ACFLAGS="$RPM_OPT_FLAGS" \
16545N/A./configure --prefix=%{_prefix} \
16519N/A --sysconfdir=%{_sysconfdir} \
16519N/A --mandir=%{_mandir} \
16519N/A --disable-pam \
16545N/A --libexecdir=%{_libexecdir}
10139N/A
10819N/A# FIXME: hack: stop the build from looping
15942N/Atouch po/stamp-it
15289N/A
17349N/Amake -j $CPUS
20841N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/Arm $RPM_BUILD_ROOT%{_libdir}/*.la
10139N/A
10165N/A%clean
15722N/Arm -rf $RPM_BUILD_ROOT
12773N/A
12773N/A%post
12773N/A/sbin/ldconfig
12773N/A
12773N/A%postun
10139N/A/sbin/ldconfig
18707N/A
10139N/A%files
16076N/A%{_datadir}/locale/*/LC_MESSAGES/*
16076N/A%{_bindir}/*
16076N/A%{_libdir}/lib*.so.*
16076N/A%{_libexecdir}/gnome-keyring-ask
10139N/A
18584N/A%files devel
18584N/A%{_libdir}/pkgconfig/*.pc
18584N/A%{_includedir}/gnome-keyring-1/*
10321N/A%{_libdir}/lib*.so
18584N/A
18584N/A%changelog
18584N/A* Wed Jan 30 2008 - damien.carbery@sun.com
18584N/A- Revert to 2.20.3 because the AM_PATH_LIBTASN1 macro is unavailable.
18584N/A
18584N/A* Tue Jan 29 2008 - patrick.ale@gmail.com
10139N/A- Fix typo in download URL
10139N/A
10139N/A* Tue Jan 29 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.21.90.
10139N/A
10139N/A* Sun Jan 20 2008 - patrick.ale@gmail.com
10139N/A- Version unbumped to 2.20 by damien but download directory
10139N/A was still 2.21. Fixed by changing to /pub/SOURCES/2.20
10139N/A
10139N/A* Fri Jan 18 2008 - damien.carbery@sun.com
10139N/A- Revert to 2.20.3 because the AM_PATH_LIBTASN1 macro is unavailable.
10139N/A
10139N/A* Thu Jan 17 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.21.5.
10139N/A
10139N/A* Mon Jan 07 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.20.3.
18584N/A
18584N/A* Wed Dec 19 2007 - patrick.ale@gmail.com
10139N/A- Version unbumped to 2.20 by damien but download directory
10139N/A was still 2.21. Fixed by changing to /pub/SOURCES/2.20
10139N/A
10139N/A* Tue Dec 18 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.21.4.
10139N/A
10139N/A* Tue Nov 27 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.20.2.
10139N/A
10139N/A* Fri Oct 19 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.20.1. Remove upstream patch, 02-new-keyring-bug.
10139N/A
10139N/A* Tue Sep 18 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.20.0. Remove upstream patch, 02-export-symbols. Renumber rest.
10139N/A
10139N/A* Thu Sep 13 2007 - darren.kenny@sun.com
10139N/A- Added patch for bugzilla bug: 476644, which presents issues when creating a
10139N/A new keyring where non existed before : gnome-keyring-03-new-keyring-bug.diff
10139N/A
10139N/A* Wed Sep 05 2007 - halton.huo@sun.com
10139N/A- Bump to 2.19.91.
17033N/A- Add patch 02-export-symbols for bugzilla #473796
17033N/A- Remove upstream patches, XX-err_to_g_error and XX-string_header
17033N/A
10139N/A* Thu Aug 16 2007 - damien.carbery@sun.com
17033N/A- Unbump to 2.19.6.1 because of build error I cannot figure out.
10139N/A
10139N/A* Wed Aug 15 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.90. Remove upstream patches, 01-err_to_g_error and
10139N/A 02-string_header.
10139N/A
10139N/A* Mon Jul 30 2007 - damien.carbery@sun.com
10139N/A- Add 3 patches, 01-err_to_g_error, 02-string_header and 03-strsep to fix
10139N/A Solaris specific build issues.
10139N/A
20841N/A* Tue Jul 31 2007 - halton.huo@sun.com
20841N/A- Bump to 2.19.6.1.
19983N/A
19983N/A* Mon Jul 30 2007 - damien.carbery@sun.com
19983N/A- Bump to 2.19.6. Remove upstream patch, 01-suncc-build-fail.
19983N/A
19026N/A* Mon Jul 09 2007 - halton.huo@sun.com
19026N/A- Bump to 2.19.5.
19026N/A- Add patch suncc-build-fail.diff to let build pass.
19026N/A
18904N/A* Tue Jun 19 2007 - damien.carbery@sun.com
18904N/A- Bump to 2.19.4.1.
18707N/A
18707N/A* Mon Jun 18 2007 - damien.carbery@sun.com
18707N/A- Bump to 2.19.4.
18431N/A
18431N/A* Tue May 15 2007 - damien.carbery@sun.com
18431N/A- Bump to 2.19.2. Remove unneeded patch, 01-pkcs. gnome-keyring uses libgcrypt
18287N/A now.
18287N/A
18287N/A* Sun Apr 08 2007 - damien.carbery@sun.com
17766N/A- Bump to 0.8.1. Remove upstream patch, 02-crash.
17766N/A
17223N/A* Tue Mar 27 2007 - halton.huo@sun.com
17223N/A- Add patch crash.diff.
17192N/A
18287N/A* Mon Mar 12 2007 - damien.carbery@sun.com
17196N/A- Bump to 0.8.
17192N/A
18287N/A* Tue Mar 06 2007 - damien.carbery@sun.com
18287N/A- Bump to 0.7.92.
18287N/A
16840N/A* Tue Feb 13 2007 - damien.carbery@sun.com
16840N/A- Bump to 0.7.91.
16697N/A
16697N/A* Fri Jan 05 2007 - damien.carbery@sun.com
16697N/A- Bump to 0.7.3.
16588N/A
16588N/A* Tue Dec 19 2006 - damien.carbery@sun.com
16545N/A- Bump to 0.7.2.
16545N/A
16496N/A* Wed Dec 06 2006 - takao.fujiwara@sun.com
16496N/A- Add intltoolize to read LIGUAS file. Fixes 6498950
16498N/A
16129N/A* Mon Sep 04 2006 - damien.carbery@sun.com
16129N/A- Bump to 0.6.0.
16129N/A
16076N/A* Fri Jul 20 2006 - padraig.obriain@sun.com
16076N/A- Bump to 0.5.1.
16076N/A
16076N/A* Tue May 02 2006 - damien.carbery@sun.com
15942N/A- Remove unneeded intltoolize call.
15942N/A
15722N/A* Mon Mar 13 2006 - damien.carbery@sun.com
18287N/A- Bump to 0.4.9.
15617N/A
15617N/A* Tue Feb 28 2006 - damien.carbery@sun.com
15289N/A- Bump to 0.4.8.
15481N/A
15481N/A* Mon Feb 13 2006 - damien.carbery@sun.com
15481N/A- Bump to 0.4.7.
15256N/A- Add hack to fix infinite loop problem in po/Makefile.
15256N/A
14045N/A* Tue Nov 29 2005 - damien.carbery@sun.com
14045N/A- Bump to 0.4.6.
13715N/A
13715N/A* Thu Sep 15 2005 - brian.cameron@sun.com
13363N/A- Bump to 0.4.5.
13363N/A
13363N/A* Fri Sep 09 2005 - laca@sun.com
13363N/A- call intltoolize so that the correct Makefile.in.in is copied to po
13088N/A
13088N/A* Tue Sep 06 2005 - damien.carbery@sun.com
13088N/A- Call glib-gettextize as po/Makefile.in.in not in tarball. Add patch to
13088N/A skip the 'ar' locale as its files has problems #315335.
13088N/A
13019N/A* Mon Sep 05 2005 - damien.carbery@sun.com
13019N/A- Bump to 0.4.4.
13019N/A
12938N/A* Mon Aug 15 2005 - damien.carbery@sun.com
12938N/A- Bump to 0.4.3.
12434N/A
18287N/A* Wed Jun 15 2005 - laca@sun.com
12434N/A- Add more libs to LDADD so that it builds with the new pkgconfig
10835N/A
10835N/A* Fri May 06 2005 - glynn.foster@sun.com
10818N/A- Bump to 0.4.2
10819N/A
10802N/A* Fri Aug 29 2004 - brian.cameron@sun.com
10802N/A- Added patch 01 for pkcs support.
10802N/A
10802N/A* Wed Aug 18 2004 - brian.cameron@sun.com
10802N/A- removed --disable-gtk-doc since this isn't an option this module's
10344N/A configure takes.
10344N/A
10344N/A* Thu Jul 08 2004 - damien.donlon@sun.com
10321N/A- Updated l10n content to gnome-keyring-l10n-po-1.2.tar.bz2
10321N/A
10321N/A* Wed Jul 07 2004 - niall.power@sun.com
10165N/A- ported to rpm4
10165N/A
10139N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
10139N/A- added "-j $CPUS" to make to speed up builds
10139N/A
10139N/A* Wed May 12 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-keyring-l10n-po-1.1.tar.bz2
10139N/A
10139N/A* Tue Apr 13 2004 - laszlo.kovacs@sun.com
10139N/A- upgraded tarball
10139N/A* Wed Mar 31 2004 - brian.cameron@sun.com
10139N/A- replace tar jxf with the more solaris friendly
10139N/A bzcat piped through tar
10139N/A
10139N/A* Mon Mar 29 2004 - damien.donlon@sun.com
10139N/A- Adding gnome-keyring-l10n-po-1.0.tar.bz2 l10n content
10139N/A
18287N/A* Fri Mar 19 2004 - glynn.foster@sun.com
10139N/A- Bump to 0.1.91 and remove the uninstalled pc patch
10139N/A since it's upstream.
10139N/A
10139N/A* Fri Mar 12 2004 - niall.power@sun.com
10139N/A- define libexecdir in configure args
10139N/A
10139N/A* Mon Feb 02 2004 - niall.power@sun.com
10139N/A- bump to 0.1.2
10139N/A- Add patch to generate an -uninstalled.pc file
10139N/A- Add ACLOCAL_FLAGS env to aclocal invocation
10139N/A
10139N/A* Mon Dec 15 2003 - glynn.foster@sun.com
10139N/A- Initial Sun release
10139N/A