Build with gnupg2 support
This commit is contained in:
parent
f248d9825c
commit
41ab3d1f8f
@ -1,6 +1,6 @@
|
||||
Name: seahorse
|
||||
Version: 3.18.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A GNOME application for managing encryption keys
|
||||
Group: User Interface/Desktops
|
||||
# seahorse is GPLv2+
|
||||
@ -21,7 +21,7 @@ BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gpgme-devel >= 1.0
|
||||
BuildRequires: gnupg
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: openldap-devel
|
||||
@ -50,7 +50,7 @@ operations. It is a keyring manager.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
GNUPG=/usr/bin/gpg ; export GNUPG ; %configure
|
||||
%configure
|
||||
|
||||
make %{?_smp_mflags}
|
||||
# cleanup permissions for files that go into debuginfo
|
||||
@ -125,6 +125,9 @@ update-mime-database -n %{_datadir}/mime &> /dev/null || :
|
||||
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
|
||||
|
||||
%changelog
|
||||
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-2
|
||||
- Build with gnupg2 support
|
||||
|
||||
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
||||
- Update to 3.18.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user