Browse Source

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

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
1e52dc04ba
  1. 13
      glib2/glib2.spec

13
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

Loading…
Cancel
Save