Explorar el Código

Corrected configure logic, improved description, and added gettext dependency.

Michael Schloh von Bennewitz hace 24 años
padre
commit
1e52dc04ba
Se han modificado 1 ficheros con 8 adiciones y 5 borrados
  1. 8 5
      glib2/glib2.spec

+ 8 - 5
glib2/glib2.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Algorithm
 License:      GPL
 Version:      2.0.6
-Release:      20020821
+Release:      20020829
 
 #   list of sources
 Source0:      ftp://ftp.gtk.org/pub/gtk/v2.0/glib-%{version}.tar.gz
@@ -41,18 +41,20 @@ Source0:      ftp://ftp.gtk.org/pub/gtk/v2.0/glib-%{version}.tar.gz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206, pkgconfig
+BuildPreReq:  OpenPKG, openpkg >= 20020206, pkgconfig, gettext
 PreReq:       OpenPKG, openpkg >= 20020206
 AutoReq:      no
 AutoReqProv:  no
 
 %description
-    The utility library of Gtk.
+    GLib is the low-level core library that forms the basis of GTK+
+    and GNOME. It provides data structure handling for C, portability
+    wrappers, and interfaces for such runtime functionality as an
+    event loop, threads, dynamic loading, and an object system.
 
 %prep
     %setup -q -n glib-%{version}
 
-
 %build
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
@@ -61,7 +63,8 @@ AutoReqProv:  no
         --prefix=%{l_prefix} \
         --disable-debug \
         --disable-threads \
-        --disable-shared
+        --disable-shared \
+        --with-included-gettext
     %{l_make} %{l_mflags -O}
 
 %install