]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- bcond_with_tests added dueto x86-64 failures, release 2. auto/th/gnupg2-1_9_91-2
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 7 Oct 2006 10:17:17 +0000 (10:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnupg2.spec -> 1.44

gnupg2.spec

index a0cf03016612bcfbf987e8aa54f74de32d4ab1f8..e42385a5db51781bc57ef70bc3eeb7d6936807f4 100644 (file)
@@ -4,12 +4,13 @@
 #
 # Conditional build:
 %bcond_without pth     # without pth-based based version of gnupg
+%bcond_with    tests   # run testsuite ( currently it smashes stack on x86-64 and SEGVs )
 #
 Summary:       GNU Privacy Guard - tool for secure communication and data storage - development version
 Summary(pl):   GnuPG - narzêdzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozwojowa
 Name:          gnupg2
 Version:       1.9.91
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/File
 Source0:       ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
@@ -141,7 +142,7 @@ cp -f /usr/share/automake/config.* scripts
        --disable-m-debug \
        --with-mailprog=/usr/lib/sendmail
 
-%{__make}
+%{__make} %{!?with_tests:tests=''}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.044478 seconds and 4 git commands to generate.