]> git.pld-linux.org Git - packages/glib.git/commitdiff
- added patch for autoconf 2.53
authortrojan <trojan@pld-linux.org>
Wed, 19 Jun 2002 13:14:35 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added regenaration ac/am/lt scripts
- s/configure2_13/configure

Changed files:
    glib.spec -> 1.87

glib.spec

index af3e700fba57c73f05635161ccba54fa230d00e9..269ee19eb04e0dd899cc83ee93fa2ad265152856 100644 (file)
--- a/glib.spec
+++ b/glib.spec
@@ -15,6 +15,7 @@ Group:                Libraries
 Source0:       ftp://ftp.gtk.org/pub/gtk/v1.2/%{name}-%{version}.tar.gz
 Source1:       http://developer.gnome.org/doc/API/%{name}-docs.tar.gz
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-ac25.patch
 URL:           http://www.gtk.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libglib1.2
@@ -87,10 +88,16 @@ Biblioteki statyczne do glib.
 %prep
 %setup -q -a1
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
-%configure2_13 \
+rm -f acinclude.m4
+%{__libtoolize}
+aclocal
+%{__autoconf}
+%{__automake}
+%configure \
        --enable-threads
 %{__make}
 
This page took 0.036295 seconds and 4 git commands to generate.