gnome-keyring.spec revision 10975
10139N/A#
10139N/A# spec file for package gnome-keyring
10139N/A#
10139N/A# Copyright (c) 2005 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
20889N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Owner: gheet
10139N/A#
17185N/AName: gnome-keyring
10139N/ALicense: GPL
10139N/AGroup: System/GUI/GNOME
10139N/AVersion: 2.19.6.1
18584N/ARelease: 4
18584N/ADistribution: Java Desktop System
18584N/AVendor: Sun Microsystems, Inc.
18584N/ASummary: GNOME Key Ring
18584N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.19/%{name}-%{version}.tar.bz2
18584N/AURL: http://www.gnome.org
18584N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
18584N/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}
18688N/ABuildRequires: gtk2-devel >= %{gtk2_version}
18688N/ABuildRequires: gtk-doc >= %{gtk_doc_version}
10139N/ABuildRequires: pkgconfig >= %{pkgconfig_version}
20064N/A
10139N/A%description
10139N/Agnome-keyring is a program that keep password and other secrets for
12739N/Ausers. It is run as a daemon in the session, similar to ssh-agent, and
19097N/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
20857N/Adisk, but forgotten when the session ends.
20889N/A
20889N/AThe library libgnome-keyring is used by applications to integrate with
20891N/Athe gnome keyring system.
20889N/A
20889N/A%package devel
20889N/ASummary: GNOME Key Ring Library
20889N/AGroup: Development/Libraries/GNOME
20891N/ARequires: %{name} = %{version}
20891N/ARequires: gtk2-devel >= %{gtk2_version}
20891N/A
20891N/A%description devel
20901N/Agnome-keyring is a program that keep password and other secrets for
20901N/Ausers. It is run as a daemon in the session, similar to ssh-agent, and
20901N/Aother applications can locate it by an environment variable.
20889N/A
20891N/AThe program can manage several keyrings, each with its own master
20891N/Apassword, and there is also a session keyring which is never stored to
20891N/Adisk, but forgotten when the session ends.
20891N/A
20889N/AThe library libgnome-keyring is used by applications to integrate with
20891N/Athe gnome keyring system.
20897N/A
20891N/A%prep
20891N/A%setup -q
20901N/A
20891N/A%build
20891N/A%ifos linux
20891N/Aif [ -x /usr/bin/getconf ]; then
20901N/A CPUS=`getconf _NPROCESSORS_ONLN`
20891N/Afi
20901N/A%else
20891N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
20891N/A%endif
20891N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
20891N/A CPUS=1
20891N/Afi
20891N/A
20889N/Alibtoolize --force
20857N/Aintltoolize -f -c --automake
20891N/Aaclocal $ACLOCAL_FLAGS -I .
20889N/Aautoconf
20891N/Aautoheader
20889N/Aautomake -a -c -f
20889N/A
20889N/ACFLAGS="$RPM_OPT_FLAGS" \
20891N/A./configure --prefix=%{_prefix} \
20891N/A --sysconfdir=%{_sysconfdir} \
20891N/A --mandir=%{_mandir} \
20889N/A --libexecdir=%{_libexecdir}
10139N/A
10139N/A# FIXME: hack: stop the build from looping
10139N/Atouch po/stamp-it
10139N/A
10139N/Amake -j $CPUS
20857N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/Arm $RPM_BUILD_ROOT%{_libdir}/*.la
10139N/A
10139N/A%clean
20857N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/A/sbin/ldconfig
10139N/A
10139N/A%postun
10139N/A/sbin/ldconfig
10139N/A
10139N/A%files
18584N/A%{_datadir}/locale/*/LC_MESSAGES/*
18584N/A%{_bindir}/*
18584N/A%{_libdir}/lib*.so.*
18584N/A%{_libexecdir}/gnome-keyring-ask
18584N/A
18584N/A%files devel
18584N/A%{_libdir}/pkgconfig/*.pc
18584N/A%{_includedir}/gnome-keyring-1/*
18584N/A%{_libdir}/lib*.so
18584N/A
18584N/A%changelog
18584N/A* Tue Jul 31 2007 - halton.huo@sun.com
18584N/A- Bump to 2.19.6.1.
10139N/A
10139N/A* Mon Jul 30 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.6. Remove upstream patch, 01-suncc-build-fail.
10139N/A
20901N/A* Mon Jul 09 2007 - halton.huo@sun.com
20901N/A- Bump to 2.19.5.
20901N/A- Add patch suncc-build-fail.diff to let build pass.
20901N/A
20901N/A* Tue Jun 19 2007 - damien.carbery@sun.com
20901N/A- Bump to 2.19.4.1.
15694N/A
18584N/A* Mon Jun 18 2007 - damien.carbery@sun.com
18584N/A- Bump to 2.19.4.
18710N/A
18710N/A* Tue May 15 2007 - damien.carbery@sun.com
18710N/A- Bump to 2.19.2. Remove unneeded patch, 01-pkcs. gnome-keyring uses libgcrypt
18710N/A now.
18710N/A
18710N/A* Sun Apr 08 2007 - damien.carbery@sun.com
18584N/A- Bump to 0.8.1. Remove upstream patch, 02-crash.
18710N/A
18710N/A* Tue Mar 27 2007 - halton.huo@sun.com
18584N/A- Add patch crash.diff.
10139N/A
18617N/A* Mon Mar 12 2007 - damien.carbery@sun.com
10139N/A- Bump to 0.8.
18584N/A
10139N/A* Tue Mar 06 2007 - damien.carbery@sun.com
18584N/A- Bump to 0.7.92.
19026N/A
18617N/A* Tue Feb 13 2007 - damien.carbery@sun.com
18584N/A- Bump to 0.7.91.
18584N/A
18584N/A* Fri Jan 05 2007 - damien.carbery@sun.com
19026N/A- Bump to 0.7.3.
19026N/A
18584N/A* Tue Dec 19 2006 - damien.carbery@sun.com
18617N/A- Bump to 0.7.2.
18584N/A
20848N/A* Wed Dec 06 2006 - takao.fujiwara@sun.com
20848N/A- Add intltoolize to read LIGUAS file. Fixes 6498950
20848N/A
18584N/A* Mon Sep 04 2006 - damien.carbery@sun.com
20901N/A- Bump to 0.6.0.
18584N/A
18584N/A* Fri Jul 20 2006 - padraig.obriain@sun.com
18584N/A- Bump to 0.5.1.
20901N/A
18584N/A* Tue May 02 2006 - damien.carbery@sun.com
18584N/A- Remove unneeded intltoolize call.
18710N/A
18710N/A* Mon Mar 13 2006 - damien.carbery@sun.com
18584N/A- Bump to 0.4.9.
18584N/A
18584N/A* Tue Feb 28 2006 - damien.carbery@sun.com
18584N/A- Bump to 0.4.8.
18584N/A
18584N/A* Mon Feb 13 2006 - damien.carbery@sun.com
10139N/A- Bump to 0.4.7.
19026N/A- Add hack to fix infinite loop problem in po/Makefile.
18584N/A
10139N/A* Tue Nov 29 2005 - damien.carbery@sun.com
18584N/A- Bump to 0.4.6.
10139N/A
19026N/A* Thu Sep 15 2005 - brian.cameron@sun.com
19026N/A- Bump to 0.4.5.
10139N/A
18584N/A* Fri Sep 09 2005 - laca@sun.com
10139N/A- call intltoolize so that the correct Makefile.in.in is copied to po
18584N/A
10139N/A* Tue Sep 06 2005 - damien.carbery@sun.com
10139N/A- Call glib-gettextize as po/Makefile.in.in not in tarball. Add patch to
10139N/A skip the 'ar' locale as its files has problems #315335.
10139N/A
18584N/A* Mon Sep 05 2005 - damien.carbery@sun.com
18584N/A- Bump to 0.4.4.
18874N/A
18584N/A* Mon Aug 15 2005 - damien.carbery@sun.com
18584N/A- Bump to 0.4.3.
18584N/A
18584N/A* Wed Jun 15 2005 - laca@sun.com
18584N/A- Add more libs to LDADD so that it builds with the new pkgconfig
18584N/A
18584N/A* Fri May 06 2005 - glynn.foster@sun.com
18584N/A- Bump to 0.4.2
18584N/A
18584N/A* Fri Aug 29 2004 - brian.cameron@sun.com
18584N/A- Added patch 01 for pkcs support.
18584N/A
18584N/A* Wed Aug 18 2004 - brian.cameron@sun.com
18584N/A- removed --disable-gtk-doc since this isn't an option this module's
18584N/A configure takes.
18584N/A
18584N/A* Thu Jul 08 2004 - damien.donlon@sun.com
18584N/A- Updated l10n content to gnome-keyring-l10n-po-1.2.tar.bz2
18584N/A
18584N/A* Wed Jul 07 2004 - niall.power@sun.com
18584N/A- ported to rpm4
18874N/A
18584N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
18584N/A- added "-j $CPUS" to make to speed up builds
18584N/A
18584N/A* Wed May 12 2004 - damien.donlon@sun.com
18584N/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
10139N/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
20901N/A
20901N/A* Mon Feb 02 2004 - niall.power@sun.com
20901N/A- bump to 0.1.2
10139N/A- Add patch to generate an -uninstalled.pc file
18584N/A- Add ACLOCAL_FLAGS env to aclocal invocation
18584N/A
10139N/A* Mon Dec 15 2003 - glynn.foster@sun.com
10139N/A- Initial Sun release
18100N/A