]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- updated to 0.13.1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 Dec 2003 23:29:21 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated pl.po-update patch (to official versions)
- added am18 patch to fix build using automake 1.8

Changed files:
    gettext.spec -> 1.102

gettext.spec

index 5fb219569530317a0c439ece3721cffac02ce231..b2c7f457c96994df7063deaa38ea17ee5cc8cf4e 100644 (file)
@@ -20,16 +20,17 @@ Summary(ru):        
 Summary(tr):   Desteði için kitaplýk ve araçlar
 Summary(uk):   â¦Â̦ÏÔÅËÉ ÔÁ ÕÔÉ̦ÔÉ ÄÌѠЦÄÔÒÉÍËÉ ÎÁæÏÎÁÌØÎÉÈ ÍÏ×
 Name:          gettext
-Version:       0.13
-Release:       0.2
+Version:       0.13.1
+Release:       0.1
 License:       LGPL (runtime), GPL (tools)
 Group:         Development/Tools
 Source0:       ftp://ftp.gnu.org/pub/gnu/gettext/%{name}-%{version}.tar.gz
-# Source0-md5: 318e266ca3a5d26946ce3684db5bf2cf
+# Source0-md5: b3477289185e7781527345c14a4565de
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-killkillkill.patch
 Patch2:                %{name}-pl.po-update.patch
-Patch3:                %{name}-no_docs.patch
+Patch3:                %{name}-am18.patch
+Patch4:                %{name}-no_docs.patch
 URL:           http://www.gnu.org/software/gettext/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1.7.5
@@ -273,8 +274,9 @@ wersji.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-# patch3 not finished yet
-#%patch3 -p1
+%patch3 -p1
+# patch4 not finished yet
+#%patch4 -p1
 
 %build
 %{__libtoolize}
@@ -299,6 +301,8 @@ cd ..
 %{__make}
 
 # msgfmt has been built, so now we can update pl.gmos
+%{__make} pl.gmo -C gettext-runtime/po \
+       GMSGFMT=`pwd`/gettext-tools/src/msgfmt
 %{__make} pl.gmo -C gettext-tools/po \
        GMSGFMT=`pwd`/gettext-tools/src/msgfmt
 
This page took 0.035992 seconds and 4 git commands to generate.