Fix libgnome-keyring dep version syntax.
This commit is contained in:
parent
bbb54b3f3b
commit
9b8e4b2187
@ -4,12 +4,12 @@
|
||||
%define dbus_version 1.0
|
||||
%define gcrypt_version 1.2.2
|
||||
%define libtasn1_version 0.3.4
|
||||
%define libgnome-keyring_version 2.91.92
|
||||
%define libgnome_keyring_version 2.91.92
|
||||
|
||||
Summary: Framework for managing passwords and other secrets
|
||||
Name: gnome-keyring
|
||||
Version: 3.3.3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
#VCS: git:git://git.gnome.org/gnome-keyring
|
||||
@ -27,14 +27,14 @@ BuildRequires: autoconf, automake, libtool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtasn1-tools
|
||||
BuildRequires: libgnome-keyring-devel >= %{libgnome-keyring_version}
|
||||
BuildRequires: libgnome-keyring-devel >= %{libgnome_keyring_version}
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: gcr-devel
|
||||
# for smooth transition since the core was split
|
||||
Requires: libgnome-keyring >= %{libgnome-keyring_version}
|
||||
Requires: libgnome-keyring >= %{libgnome_keyring_version}
|
||||
|
||||
%description
|
||||
The gnome-keyring session daemon manages passwords and other types of
|
||||
@ -118,6 +118,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 26 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.3.1-2
|
||||
- Fix libgnome-keyring dep version syntax.
|
||||
|
||||
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
|
||||
- Update to 3.3.3.1
|
||||
- No more devel package
|
||||
|
Loading…
Reference in New Issue
Block a user