]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- missing BRs
authorKacper Kornet <draenog@pld-linux.org>
Sat, 10 Nov 2007 22:24:50 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext.spec -> 1.150

gettext.spec

index 496088b35fafb7233c6fb8ff358310ed3d7bd6e1..628b73b35f30a03eb80e0be38a6ece9d2d283b37 100644 (file)
@@ -48,7 +48,9 @@ URL:          http://www.gnu.org/software/gettext/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.10
 %{?with_gcj:BuildRequires:     gcj >= 3.0}
+%{!?with_bootstrap:BuildRequires:      glib2-devel}
 %{?with_javac:BuildRequires:   jdk >= 1.1}
+%{!?with_bootstrap:BuildRequires:      libcroco-devel >= 0.6.1}
 %if "%(%{__cc} -dumpversion | grep -q '^4.[2-9]' ; echo $?)" == "0"
 BuildRequires: libgomp-devel
 %endif
@@ -292,6 +294,7 @@ Summary(pl.UTF-8):  GNU gettext dla C#
 License:       LGPL v2+ (GNU.Gettext library), GPL v3+ (tools)
 Group:         Development/Tools
 
+
 %description -n dotnet-gettext
 GNU gettext for C#.
 
@@ -338,7 +341,9 @@ cd ..
        --enable-nls \
        %{!?with_dotnet:--disable-csharp} \
        %{?with_dotnet:--enable-csharp=mono} \
-       --without-included-gettext
+       --without-included-gettext \
+       %{?with_bootstrap:--with-included-glib} \
+       %{?with_bootstrap:--with-included-libcroco}
 %{__make} \
        GMSGFMT=`pwd`/gettext-tools/src/msgfmt
 
This page took 0.203206 seconds and 4 git commands to generate.