]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- rel 8; now builds even without system gettext installed auto/th/gettext-0_16_1-8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Mar 2007 07:26:32 +0000 (07:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext.spec -> 1.143

gettext.spec

index 0dc76f1601886aa82a8ee88eaaa2f2b526c86f18..23f113540a2c32461f55b77063b65ba1f77fd8a6 100644 (file)
@@ -5,6 +5,7 @@
 %bcond_without gcj             # with Java support by gcj (preferred over javac)
 %bcond_with    javac           # with Java support by some javac
 %bcond_without dotnet          # without .NET support
+%bcond_with    bootstrap
 #
 
 %{?with_dotnet:%include        /usr/lib/rpm/macros.mono}
@@ -32,7 +33,7 @@ Summary(tr.UTF-8):    Desteği için kitaplık ve araçlar
 Summary(uk.UTF-8):     Бібліотеки та утиліти для підтримки національних мов
 Name:          gettext
 Version:       0.16.1
-Release:       7
+Release:       8
 License:       LGPL (runtime), GPL (tools)
 Group:         Development/Tools
 Source0:       ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@@ -344,7 +345,8 @@ cd ..
        %{!?with_dotnet:--disable-csharp} \
        %{?with_dotnet:--enable-csharp=mono} \
        --without-included-gettext
-%{__make}
+%{__make} \
+       GMSGFMT=`pwd`/gettext-tools/src/msgfmt
 
 # msgfmt has been built, so now we can update pl.gmos
 %{__make} pl.gmo -C gettext-runtime/po \
This page took 0.176288 seconds and 4 git commands to generate.