]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- bcond desc, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Nov 2007 19:19:15 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext.spec -> 1.151

gettext.spec

index 628b73b35f30a03eb80e0be38a6ece9d2d283b37..2d8735c1ad2a575965e70d6dbbd0d9584f6b1c68 100644 (file)
@@ -5,7 +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
+%bcond_with    bootstrap       # use system GLib and libcroco
 #
 
 %{?with_dotnet:%include        /usr/lib/rpm/macros.mono}
@@ -48,7 +48,7 @@ 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_bootstrap:BuildRequires:      glib2-devel >= 2.0}
 %{?with_javac:BuildRequires:   jdk >= 1.1}
 %{!?with_bootstrap:BuildRequires:      libcroco-devel >= 0.6.1}
 %if "%(%{__cc} -dumpversion | grep -q '^4.[2-9]' ; echo $?)" == "0"
@@ -294,7 +294,6 @@ 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#.
 
This page took 0.217849 seconds and 4 git commands to generate.