]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- argh, now tests are disabled.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 7 Oct 2006 16:14:50 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnupg2.spec -> 1.45

gnupg2.spec

index e42385a5db51781bc57ef70bc3eeb7d6936807f4..dd62692fcb63f069890007d6607051237190288f 100644 (file)
@@ -10,7 +10,7 @@ Summary:      GNU Privacy Guard - tool for secure communication and data storage - de
 Summary(pl):   GnuPG - narzêdzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozwojowa
 Name:          gnupg2
 Version:       1.9.91
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/File
 Source0:       ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
@@ -18,6 +18,7 @@ Source0:      ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
 Source1:       gnupg-agent.sh
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pth.patch
+Patch2:                %{name}-disable_tests.patch
 URL:           http://www.gnupg.org/
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -126,9 +127,12 @@ Rozszerzenie GnuPG - obs
 %setup -q -n gnupg-%{version}
 %patch0 -p1
 %patch1 -p1
+%{!?with_tests:%patch2 -p1}
 
 %build
 cp -f /usr/share/automake/config.* scripts
+%{__automake}
+
 %configure \
        --with-capabilities \
        %{!?with_pth:--disable-threads} \
@@ -142,7 +146,7 @@ cp -f /usr/share/automake/config.* scripts
        --disable-m-debug \
        --with-mailprog=/usr/lib/sendmail
 
-%{__make} %{!?with_tests:tests=''}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.225135 seconds and 4 git commands to generate.