- Update to 2.91.4
This commit is contained in:
parent
8455eb831e
commit
ac109610ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ gnome-keyring-2.31.4.tar.bz2
|
||||
/gnome-keyring-2.91.1.tar.bz2
|
||||
/gnome-keyring-2.91.2.tar.bz2
|
||||
/gnome-keyring-2.91.3.tar.bz2
|
||||
/gnome-keyring-2.91.4.tar.bz2
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Framework for managing passwords and other secrets
|
||||
Name: gnome-keyring
|
||||
Version: 2.91.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.91.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||
@ -94,9 +94,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm $RPM_BUILD_ROOT/%{_lib}/security/*.la
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/*.la
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/standalone/*.la
|
||||
|
||||
%find_lang gnome-keyring
|
||||
|
||||
@ -119,9 +118,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
# LGPL
|
||||
%{_libdir}/lib*.so.*
|
||||
%dir %{_libdir}/gnome-keyring
|
||||
%{_libdir}/gnome-keyring/gnome-keyring-pkcs11.so
|
||||
%{_libdir}/pkcs11/*.so
|
||||
%{_libdir}/gnome-keyring/devel/*.so
|
||||
%{_libdir}/gnome-keyring/standalone/*.so
|
||||
# GPL
|
||||
%{_bindir}/*
|
||||
%{_libexecdir}/*
|
||||
@ -130,6 +128,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
%{_datadir}/gnome-keyring
|
||||
%{_datadir}/gnome-keyring-3
|
||||
%{_sysconfdir}/xdg/autostart/*
|
||||
%{_sysconfdir}/xdg/pkcs11.conf.defaults
|
||||
%{_datadir}/GConf/gsettings/*.convert
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||
|
||||
@ -146,6 +145,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 3 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.4-1
|
||||
- Update to 2.91.4
|
||||
|
||||
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
|
||||
- Rebuild against new gtk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user