auto-import changelog data from gnome-keyring-0.1.3-1.src.rpm

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
This commit is contained in:
cvsdist 2004-09-09 05:26:10 +00:00
parent ba97e7f27e
commit 7a743dc0c4
3 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1 @@
gnome-keyring-0.1.3.tar.bz2

77
gnome-keyring.spec Normal file
View File

@ -0,0 +1,77 @@
%define gtk2_version 2.3.1
Summary: A framework for managing user passwords and other secrets
Name: gnome-keyring
Version: 0.1.3
Release: 1
Copyright: 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}/*
%files devel
%defattr(-, root, root)
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%changelog
* 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

View File

@ -0,0 +1 @@
100d394c7d557610b679b0dcfbe1e7f3 gnome-keyring-0.1.3.tar.bz2