gnome-keyring/gnome-keyring.spec

168 lines
4.2 KiB
RPMSpec
Raw Normal View History

%define gtk2_version 2.3.1
Summary: A framework for managing user passwords and other secrets
Name: gnome-keyring
2006-08-21 13:42:45 +00:00
Version: 0.5.2
Release: 2%{?dist}
2005-03-02 15:49:43 +00:00
License: GPL/LGPL
Group: System Environment/Libraries
Source: gnome-keyring-%{version}.tar.bz2
Patch0: gnome-keyring-0.5.2-null-fix.patch
URL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: gtk2 >= %{gtk2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: gettext
2006-06-13 14:38:17 +00:00
BuildRequires: perl-XML-Parser
%description
gnome-keyring manages passwords and other types of secrets
for the user, storing them encrypted with a main password.
Applications can use the gnome-keyring library to integrate
with the keyring.
%package devel
2006-06-13 14:53:00 +00:00
Summary: The files needed for gnome-keyring application development
Group: Development/Libraries
Requires: %name = %{PACKAGE_VERSION}
Requires: glib2-devel
%description devel
The gnome-keyring-devel package contains the libraries and
include files that you can use to develop applications that
use gnome-keyring.
%prep
%setup -q -n gnome-keyring-%{version}
%patch0 -p1 -b .nullfix
%build
%configure --disable-gtk-doc
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang gnome-keyring
rm $RPM_BUILD_ROOT%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f gnome-keyring.lang
%defattr(-, root, root)
%doc AUTHORS NEWS README COPYING COPYING.LIB
%{_libdir}/lib*.so.*
%{_bindir}/*
%{_libexecdir}/*
%files devel
%defattr(-, root, root)
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
2006-06-13 14:53:00 +00:00
%{_datadir}/gtk-doc/html/gnome-keyring/
%changelog
* Wed Aug 23 2006 Dan Williams <dcbw@redhat.com> - 0.5.2-2.fc6
- Fix null pointer dereference (Gnome.org #352587)
2006-08-21 13:42:45 +00:00
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1.fc6
- Update to 0.5.2
2006-07-12 05:59:15 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-1.1
- rebuild
2006-06-13 14:22:42 +00:00
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
- Update to 0.5.1
* Mon May 29 2006 Alexander Larsson <alexl@redhat.com> - 0.4.9-2
- buildrequire gettext (#193377)
2006-03-13 13:06:55 +00:00
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.9-1
- Update to 0.4.9
2006-02-27 18:33:31 +00:00
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.8-1
- Update to 0.4.8
2006-02-13 12:38:47 +00:00
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.7-1
- Update to 0.4.7
2006-02-11 03:13:51 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4.6-1.2.1
- bump again for double-long bug on ppc(64)
2006-02-07 11:51:53 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4.6-1.2
- rebuilt for new gcc4.1 snapshot and glibc changes
2005-12-09 22:40:39 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-11-30 18:41:52 +00:00
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 0.4.6-1
- Update to 0.4.6
2005-09-29 19:47:36 +00:00
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> 0.4.5-1
- Update to 0.4.5
2005-09-07 18:52:40 +00:00
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 0.4.4-1
- Update to 0.4.4
2005-08-16 18:27:04 +00:00
* Tue Aug 16 2005 David Zeuthen <davidz@redhat.com> 0.4.3-2
- Rebuilt
2005-08-04 17:56:06 +00:00
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> 0.4.3-1
- New upstream version
2005-03-18 16:24:39 +00:00
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> 0.4.2-1
- New upstream version
2005-03-02 15:39:23 +00:00
* Wed Mar 2 2005 Alex Larsson <alexl@redhat.com> 0.4.1-2
- Rebuild
2005-02-01 21:20:31 +00:00
* Tue Feb 1 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.1-1
- Update to 0.4.1
2004-09-13 09:52:34 +00:00
* Mon Sep 13 2004 Alexander Larsson <alexl@redhat.com> - 0.4.0-1
- update to 0.4.0
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 0.3.3-1
- update to 0.3.3
* Thu Aug 12 2004 Alexander Larsson <alexl@redhat.com> - 0.3.2-1
- update to 0.3.2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Apr 1 2004 Alex Larsson <alexl@redhat.com> 0.2.0-1
- update to 0.2.0
* Wed Mar 10 2004 Alexander Larsson <alexl@redhat.com> 0.1.90-1
- update to 0.1.90
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 0.1.4-1
- update to 0.1.4
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 0.1.3-1
- update to 0.1.3
* Mon Jan 26 2004 Bill Nottingham <notting@redhat.com>
- tweak summary
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-2
- devel package only needs glib2-devel, not gtk2-devel
* Fri Jan 23 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-1
- First version