Update to 3.6.1
... and kill some obsolete build deps.
This commit is contained in:
parent
f80c88baf0
commit
18861dd242
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ seahorse-2.30.0.tar.bz2
|
||||
/seahorse-3.5.91.tar.xz
|
||||
/seahorse-3.5.92.tar.xz
|
||||
/seahorse-3.6.0.tar.xz
|
||||
/seahorse-3.6.1.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: seahorse
|
||||
Version: 3.6.0
|
||||
Version: 3.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A GNOME application for managing encryption keys
|
||||
Group: User Interface/Desktops
|
||||
@ -18,12 +18,10 @@ BuildRequires: gettext
|
||||
BuildRequires: gpgme-devel >= 1.0
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: itstool
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: openssh-clients
|
||||
BuildRequires: gnome-doc-utils >= 0.3.2
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: avahi-devel
|
||||
BuildRequires: avahi-glib-devel
|
||||
@ -60,7 +58,7 @@ operations. It is a keyring manager.
|
||||
|
||||
|
||||
%build
|
||||
GNUPG=/usr/bin/gpg2 ; export GNUPG ; %configure --disable-scrollkeeper
|
||||
GNUPG=/usr/bin/gpg2 ; export GNUPG ; %configure
|
||||
|
||||
# drop unneeded direct library deps with --as-needed
|
||||
# libtool doesn't make this easy, so we do it the hard way
|
||||
@ -130,6 +128,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||
|
||||
%changelog
|
||||
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
||||
- Update to 3.6.1
|
||||
|
||||
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user