]> git.pld-linux.org Git - packages/glib2.git/commitdiff
updated to 1.3.8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 21 Sep 2001 13:59:51 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2.spec -> 1.10

glib2.spec

index 248726f0475a6fcf25baa6d7d7593b1644063317..697c6b07b8eb36558172a14e7537ffb911b5168f 100644 (file)
@@ -7,7 +7,7 @@ Summary(fr):    Biblioth
 Summary(pl):   Biblioteka zawieraj±ca wiele u¿ytecznych funkcji C
 Summary(tr):   Yararlý ufak yordamlar kitaplýðý
 Name:          glib2
-Version:       1.3.7
+Version:       1.3.8
 Release:       1
 License:       LGPL
 Group:         Libraries
@@ -21,10 +21,12 @@ Group(uk):  
 Source0:       ftp://ftp.gtk.org/pub/gtk/v1.3/glib-%{version}.tar.gz
 URL:           http://www.gtk.org/
 BuildRequires: pkgconfig
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr
-
 %description
 GLib, is a library which includes support routines for C such as
 lists, trees, hashes, memory allocation, and many other things. GLIB
@@ -69,9 +71,6 @@ Group(pt_BR): Desenvolvimento/Bibliotecas
 Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
-Requires:      autoconf >= 2.13
-Requires:      automake >= 1.4
-Requires:      libtool  >= 1.3.2 
 
 %description devel
 Header files for the support library for the GIMP's X libraries, which
@@ -105,8 +104,11 @@ Biblioteki statyczne do glib.
 %setup -q -n glib-%{version}
 
 %build
+#libtoolize --copy --force
 gettextize --copy --force
+aclocal
 autoconf
+#automake -a -c
 # Inside %%install gobject is linked against just built (installed)
 # version of glib.
 CFLAGS="-L%{buildroot}%{_libdir}"
This page took 0.258309 seconds and 4 git commands to generate.