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.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
|
||||
Name: gnome-keyring
|
||||
Version: 3.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
#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
|
||||
|
||||
# Improve checks for fs capabilities
|
||||
@ -34,6 +34,7 @@ BuildRequires: libgnome-keyring-devel >= %{libgnome-keyring_version}
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
# for smooth transition since the core was split
|
||||
Requires: libgnome-keyring >= %{libgnome-keyring_version}
|
||||
|
||||
@ -110,7 +111,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
|
||||
|
||||
%files -f gnome-keyring.lang
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS NEWS README COPYING COPYING.LIB
|
||||
# LGPL
|
||||
%{_libdir}/lib*.so.*
|
||||
@ -133,18 +133,19 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
%{_datadir}/applications/*.desktop
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
%doc %{_datadir}/gtk-doc
|
||||
|
||||
%files pam
|
||||
%defattr(-, root, root)
|
||||
/%{_lib}/security/*.so
|
||||
|
||||
|
||||
%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
|
||||
- Improved libcap-ng patches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user