]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- added pl.po-update patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Feb 2007 12:13:27 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnupg2.spec -> 1.55

gnupg2.spec

index d81d007ef9f096ae15bff1799185e917fc566953..c5e1e9110ba7b705f5e20bac88e0e83d84745485 100644 (file)
@@ -1,5 +1,3 @@
-# TODO:
-# - update pl.po (just a note for myself  --q)
 #
 # Conditional build:
 %bcond_without pth     # without pth-based based version of gnupg
@@ -17,7 +15,8 @@ Source0:      ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
 Source1:       gnupg-agent.sh
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pth.patch
-Patch2:                %{name}-disable_tests.patch
+Patch2:                %{name}-pl.po-update.patch
+Patch3:                %{name}-disable_tests.patch
 URL:           http://www.gnupg.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9.3
@@ -176,7 +175,10 @@ Rozszerzenie GnuPG - obs
 %setup -q -n gnupg-%{version}
 %patch0 -p1
 %patch1 -p1
-%{!?with_tests:%patch2 -p1}
+%patch2 -p1
+%{!?with_tests:%patch3 -p1}
+
+rm -f po/stamp-po
 
 %build
 %{__gettextize}
This page took 0.19061 seconds and 4 git commands to generate.