127 lines
3.0 KiB
RPMSpec
127 lines
3.0 KiB
RPMSpec
%define gtk2_version 2.3.1
|
|
|
|
Summary: A framework for managing user passwords and other secrets
|
|
Name: gnome-keyring
|
|
Version: 0.4.5
|
|
Release: 1
|
|
License: GPL/LGPL
|
|
Group: System Environment/Libraries
|
|
Source: gnome-keyring-%{version}.tar.bz2
|
|
URL: http://www.gnome.org
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: gtk2 >= %{gtk2_version}
|
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
|
|
|
%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
|
|
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}
|
|
|
|
%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}/*
|
|
|
|
%changelog
|
|
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> 0.4.5-1
|
|
- Update to 0.4.5
|
|
|
|
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 0.4.4-1
|
|
- Update to 0.4.4
|
|
|
|
* Tue Aug 16 2005 David Zeuthen <davidz@redhat.com> 0.4.3-2
|
|
- Rebuilt
|
|
|
|
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> 0.4.3-1
|
|
- New upstream version
|
|
|
|
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> 0.4.2-1
|
|
- New upstream version
|
|
|
|
* Wed Mar 2 2005 Alex Larsson <alexl@redhat.com> 0.4.1-2
|
|
- Rebuild
|
|
|
|
* Tue Feb 1 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.1-1
|
|
- Update to 0.4.1
|
|
|
|
* 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
|