summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-13 09:35:10 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-13 09:42:56 +0100
commit94fab32e997ce870c424af01aa702c93743a0e2e (patch)
tree246c5081d9b0aa09d6fc3d2d13ec7123d56e96d4
parent8e438d0b30903d830cd03ed988fc6b9c73e5049b (diff)
downloadgpg2-tizen_3.0.m1_tv.tar.gz
gpg2-tizen_3.0.m1_tv.tar.bz2
gpg2-tizen_3.0.m1_tv.zip
Bug-Tizen: TC-1948 Change-Id: Ic30fd2cd35b4141bf4112b9221f589eb5b7c98bc Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r--packaging/gpg2.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/packaging/gpg2.spec b/packaging/gpg2.spec
index 8f1181f..ac9278f 100644
--- a/packaging/gpg2.spec
+++ b/packaging/gpg2.spec
@@ -1,12 +1,12 @@
Name: gpg2
-Version: 2.0.19
+Version: 2.0.26
Release: 0
License: GPL-3.0+
Summary: GnuPG 2
Url: http://www.gnupg.org/aegypten2/
Group: Security/Certificate Management
Source: gnupg-%{version}.tar.bz2
-Source1001: gpg2.manifest
+Source1001: gpg2.manifest
BuildRequires: automake
BuildRequires: expect
BuildRequires: fdupes
@@ -36,7 +36,7 @@ gpg-agent, and a keybox library.
cp %{SOURCE1001} .
%build
-autoreconf -fi
+%autogen
# build PIEs (position independent executables) for address space randomisation:
PIE="-fpie"
export CFLAGS="%{optflags} ${PIE}"
@@ -50,11 +50,11 @@ export LDFLAGS=-pie
--enable-gpg \
--with-gnu-ld
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
%check
%if ! 0%{?qemu_user_space_build}
-make check
+%__make check
%{buildroot}%{_bindir}/gpgsplit -v -p pubsplit- --uncompress <tests/openpgp/pubring.gpg
%{buildroot}%{_bindir}/gpgsplit -v -p secsplit- --secret-to-public --uncompress <tests/openpgp/secring.gpg
%endif
@@ -79,7 +79,6 @@ rm -rf %{buildroot}/%{_datadir}/locale/en@{bold,}quot
%fdupes %{buildroot}
-
%files -f gnupg2.lang
%manifest %{name}.manifest
%defattr(-,root,root)
@@ -94,4 +93,3 @@ rm -rf %{buildroot}/%{_datadir}/locale/en@{bold,}quot
%{_datadir}/gnupg
%dir %{_sysconfdir}/gnupg
%config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
-