3.3.3.1
This commit is contained in:
parent
9b64fad93e
commit
bbb54b3f3b
@ -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.
|
secrets for the user, storing them encrypted with a main password.
|
||||||
Applications can use the gnome-keyring library to integrate with the keyring.
|
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
|
%package pam
|
||||||
Summary: Pam module for unlocking keyrings
|
Summary: Pam module for unlocking keyrings
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -71,8 +58,7 @@ automatically unlock the "login" keyring when the user logs in.
|
|||||||
%setup -q -n gnome-keyring-%{version}
|
%setup -q -n gnome-keyring-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc \
|
%configure --disable-update-mime \
|
||||||
--disable-update-mime \
|
|
||||||
--with-pam-dir=/%{_lib}/security \
|
--with-pam-dir=/%{_lib}/security \
|
||||||
--enable-pam
|
--enable-pam
|
||||||
|
|
||||||
@ -85,7 +71,6 @@ make %{?_smp_mflags}
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
rm $RPM_BUILD_ROOT/%{_lib}/security/*.la
|
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}/pkcs11/*.la
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.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
|
%files -f gnome-keyring.lang
|
||||||
%doc AUTHORS NEWS README COPYING COPYING.LIB
|
%doc AUTHORS NEWS README COPYING COPYING.LIB
|
||||||
# LGPL
|
# LGPL
|
||||||
%{_libdir}/lib*.so.*
|
|
||||||
%dir %{_libdir}/gnome-keyring
|
%dir %{_libdir}/gnome-keyring
|
||||||
%dir %{_libdir}/gnome-keyring/devel
|
%dir %{_libdir}/gnome-keyring/devel
|
||||||
%{_libdir}/gnome-keyring/devel/*.so
|
%{_libdir}/gnome-keyring/devel/*.so
|
||||||
@ -121,27 +105,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|||||||
%{_libdir}/pkcs11/*.so
|
%{_libdir}/pkcs11/*.so
|
||||||
# GPL
|
# GPL
|
||||||
%attr(0755,root,root) %caps(cap_ipc_lock=ep) %{_bindir}/gnome-keyring-daemon
|
%attr(0755,root,root) %caps(cap_ipc_lock=ep) %{_bindir}/gnome-keyring-daemon
|
||||||
%{_bindir}/gcr-viewer
|
|
||||||
%{_bindir}/gnome-keyring
|
%{_bindir}/gnome-keyring
|
||||||
%{_bindir}/gnome-keyring-3
|
%{_bindir}/gnome-keyring-3
|
||||||
%{_libexecdir}/*
|
|
||||||
%{_datadir}/dbus-1/services/*.service
|
%{_datadir}/dbus-1/services/*.service
|
||||||
%{_datadir}/gcr-3
|
|
||||||
%{_datadir}/gnome-keyring-3
|
|
||||||
%{_sysconfdir}/xdg/autostart/*
|
%{_sysconfdir}/xdg/autostart/*
|
||||||
%{_datadir}/GConf/gsettings/*.convert
|
%{_datadir}/GConf/gsettings/*.convert
|
||||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
%{_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
|
%{_sysconfdir}/pkcs11/modules/gnome-keyring-module
|
||||||
|
|
||||||
%files devel
|
|
||||||
%{_libdir}/lib*.so
|
|
||||||
%{_libdir}/pkgconfig/*
|
|
||||||
%{_includedir}/*
|
|
||||||
%doc %{_datadir}/gtk-doc
|
|
||||||
|
|
||||||
%files pam
|
%files pam
|
||||||
/%{_lib}/security/*.so
|
/%{_lib}/security/*.so
|
||||||
|
|
||||||
@ -149,6 +120,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
|
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
|
||||||
- Update to 3.3.3.1
|
- Update to 3.3.3.1
|
||||||
|
- No more devel package
|
||||||
|
|
||||||
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
|
||||||
- Update to 3.3.1
|
- Update to 3.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user