Author: pluto Date: Sat Oct 7 16:14:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - argh, now tests are disabled.
---- Files affected: SPECS: gnupg2.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/gnupg2.spec diff -u SPECS/gnupg2.spec:1.44 SPECS/gnupg2.spec:1.45 --- SPECS/gnupg2.spec:1.44 Sat Oct 7 12:17:17 2006 +++ SPECS/gnupg2.spec Sat Oct 7 18:14:50 2006 @@ -11,7 +11,7 @@ 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 @@ -19,6 +19,7 @@ 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 @@ -127,9 +128,12 @@ %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} \ @@ -143,7 +147,7 @@ --disable-m-debug \ --with-mailprog=/usr/lib/sendmail -%{__make} %{!?with_tests:tests=''} +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -248,6 +252,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2006/10/07 16:14:50 pluto +- argh, now tests are disabled. + Revision 1.44 2006/10/07 10:17:17 pluto - bcond_with_tests added dueto x86-64 failures, release 2. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnupg2.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
