This commit is contained in:
Matthias Clasen 2011-12-22 16:34:05 +00:00
parent 9b64fad93e
commit bbb54b3f3b
1 changed files with 2 additions and 30 deletions

View File

@ -41,19 +41,6 @@ The gnome-keyring session daemon 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: Development files for gnome-keyring
License: LGPLv2+
Group: Development/Libraries
Requires: %name = %{version}-%{release}
Requires: glib2-devel
# for smooth transition since the core was split
Requires: libgnome-keyring-devel
%description devel
The gnome-keyring-devel package contains the libraries and
header files needed to develop applications that use gnome-keyring.
%package pam
Summary: Pam module for unlocking keyrings
License: LGPLv2+
@ -71,8 +58,7 @@ automatically unlock the "login" keyring when the user logs in.
%setup -q -n gnome-keyring-%{version}
%build
%configure --disable-gtk-doc \
--disable-update-mime \
%configure --disable-update-mime \
--with-pam-dir=/%{_lib}/security \
--enable-pam
@ -85,7 +71,6 @@ make %{?_smp_mflags}
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/%{_lib}/security/*.la
rm $RPM_BUILD_ROOT%{_libdir}/*.la
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
@ -113,7 +98,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%files -f gnome-keyring.lang
%doc AUTHORS NEWS README COPYING COPYING.LIB
# LGPL
%{_libdir}/lib*.so.*
%dir %{_libdir}/gnome-keyring
%dir %{_libdir}/gnome-keyring/devel
%{_libdir}/gnome-keyring/devel/*.so
@ -121,27 +105,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%{_libdir}/pkcs11/*.so
# GPL
%attr(0755,root,root) %caps(cap_ipc_lock=ep) %{_bindir}/gnome-keyring-daemon
%{_bindir}/gcr-viewer
%{_bindir}/gnome-keyring
%{_bindir}/gnome-keyring-3
%{_libexecdir}/*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/gcr-3
%{_datadir}/gnome-keyring-3
%{_sysconfdir}/xdg/autostart/*
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/mime/packages/gcr-crypto-types.xml
%{_sysconfdir}/pkcs11/modules/gnome-keyring-module
%files devel
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%doc %{_datadir}/gtk-doc
%files pam
/%{_lib}/security/*.so
@ -149,6 +120,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%changelog
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
- Update to 3.3.3.1
- No more devel package
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
- Update to 3.3.1