]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- updated to 1.9.94
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Oct 2006 00:41:16 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac patch; full ac/am/gt regeneration instead of partial, broken one

Changed files:
    gnupg2.spec -> 1.48

gnupg2.spec

index 26fd330339ca4a6c8034caeb0091ce66e93a686a..a866a3c072d024966847cf859fbba400064728bc 100644 (file)
@@ -9,18 +9,20 @@
 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.93
+Version:       1.9.94
 Release:       1
 License:       GPL
 Group:         Applications/File
 Source0:       ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
-# Source0-md5: 84b1af5b6c489fcbbbbf4f219aaf2526
+# Source0-md5: 1da8c928948800efa2a13d4aecb8d013
 Source1:       gnupg-agent.sh
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pth.patch
-Patch2:                %{name}-disable_tests.patch
+Patch2:                %{name}-ac.patch
+Patch3:                %{name}-disable_tests.patch
 URL:           http://www.gnupg.org/
-BuildRequires: automake
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake >= 1:1.9.3
 BuildRequires: bzip2-devel
 BuildRequires: curl-devel
 BuildRequires: gettext-devel >= 0.14.1
@@ -127,12 +129,15 @@ Rozszerzenie GnuPG - obs
 %setup -q -n gnupg-%{version}
 %patch0 -p1
 %patch1 -p1
-%{!?with_tests:%patch2 -p1}
+%patch2 -p1
+%{!?with_tests:%patch3 -p1}
 
 %build
-cp -f /usr/share/automake/config.* scripts
+%{__gettextize}
+%{__aclocal} -I m4 -I gl/m4
+%{__autoconf}
+%{__autoheader}
 %{__automake}
-
 %configure \
        --with-capabilities \
        %{!?with_pth:--disable-threads} \
This page took 0.216212 seconds and 4 git commands to generate.