diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-13 09:35:10 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-13 09:42:56 +0100 |
commit | 94fab32e997ce870c424af01aa702c93743a0e2e (patch) | |
tree | 246c5081d9b0aa09d6fc3d2d13ec7123d56e96d4 | |
parent | 8e438d0b30903d830cd03ed988fc6b9c73e5049b (diff) | |
download | gpg2-tizen_3.0.m1_tv.tar.gz gpg2-tizen_3.0.m1_tv.tar.bz2 gpg2-tizen_3.0.m1_tv.zip |
Bump to version 2.0.26tizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_ivi/20160217.000005submit/tizen_ivi/20160217.000000submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20141209.165159accepted/tizen/wearable/20141210.200948accepted/tizen/tv/20141210.104058accepted/tizen/mobile/20141216.075447accepted/tizen/ivi/20160218.024810accepted/tizen/ivi/20141218.014705accepted/tizen/common/20141210.081731tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonsandbox/kevinthierry/bump-2.0.26
Bug-Tizen: TC-1948
Change-Id: Ic30fd2cd35b4141bf4112b9221f589eb5b7c98bc
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r-- | packaging/gpg2.spec | 12 |
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 - |