3.1.4
This commit is contained in:
parent
0fc6506ba8
commit
8adb8d703b
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ gnome-keyring-2.31.4.tar.bz2
|
|||||||
/gnome-keyring-3.0.0.tar.bz2
|
/gnome-keyring-3.0.0.tar.bz2
|
||||||
/gnome-keyring-3.0.1.tar.bz2
|
/gnome-keyring-3.0.1.tar.bz2
|
||||||
/gnome-keyring-3.1.1.tar.bz2
|
/gnome-keyring-3.1.1.tar.bz2
|
||||||
|
/gnome-keyring-3.1.4.tar.xz
|
||||||
|
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
Summary: Framework for managing passwords and other secrets
|
Summary: Framework for managing passwords and other secrets
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.1.1
|
Version: 3.1.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||||
Source: http://download.gnome.org/sources/gnome-keyring/3.0/gnome-keyring-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gnome-keyring/3.1/gnome-keyring-%{version}.tar.xz
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
|
|
||||||
# Improve checks for fs capabilities
|
# Improve checks for fs capabilities
|
||||||
@ -34,6 +34,7 @@ BuildRequires: libgnome-keyring-devel >= %{libgnome-keyring_version}
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: p11-kit-devel
|
||||||
# for smooth transition since the core was split
|
# for smooth transition since the core was split
|
||||||
Requires: libgnome-keyring >= %{libgnome-keyring_version}
|
Requires: libgnome-keyring >= %{libgnome-keyring_version}
|
||||||
|
|
||||||
@ -110,7 +111,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|||||||
|
|
||||||
|
|
||||||
%files -f gnome-keyring.lang
|
%files -f gnome-keyring.lang
|
||||||
%defattr(-, root, root)
|
|
||||||
%doc AUTHORS NEWS README COPYING COPYING.LIB
|
%doc AUTHORS NEWS README COPYING COPYING.LIB
|
||||||
# LGPL
|
# LGPL
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
@ -133,18 +133,19 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
|||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%doc %{_datadir}/gtk-doc
|
%doc %{_datadir}/gtk-doc
|
||||||
|
|
||||||
%files pam
|
%files pam
|
||||||
%defattr(-, root, root)
|
|
||||||
/%{_lib}/security/*.so
|
/%{_lib}/security/*.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
|
||||||
|
- Update to 3.1.4
|
||||||
|
|
||||||
* Tue May 10 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-2
|
* Tue May 10 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-2
|
||||||
- Improved libcap-ng patches
|
- Improved libcap-ng patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user