]> git.pld-linux.org Git - packages/libxml.git/commitdiff
- release 3,
authorkloczek <kloczek@pld-linux.org>
Mon, 14 May 2001 00:06:41 +0000 (00:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- libxml provides broken libtool scripts: added regenerat lt an all am/ac files.

Changed files:
    libxml.spec -> 1.53

libxml.spec

index 12e90011c35e726c1c95c41b7720185f13544fc0..e5d3ea75607b7d6389512ec58724ed4f33d235af 100644 (file)
@@ -2,7 +2,7 @@ Summary:        libXML library
 Summary(pl):   Biblioteka libxml
 Name:          libxml
 Version:       1.8.12
-Release:       2
+Release:       3
 Epoch:         1
 License:       LGPL
 Group:         Libraries
@@ -12,6 +12,9 @@ Group(fr):    Librairies
 Group(pl):     Biblioteki
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/%{name}-%{version}.tar.gz
 URL:           http://xmlsoft.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires  libtool
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,6 +61,10 @@ Biblioteka statyczna libxml.
 %setup -q
 
 %build
+libtolize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure 
 %{__make}
 
This page took 0.026392 seconds and 4 git commands to generate.