]> git.pld-linux.org Git - packages/libxslt.git/commitdiff
- regenerate also am/lt files.
authorkloczek <kloczek@pld-linux.org>
Thu, 12 Jul 2001 15:32:05 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxslt.spec -> 1.11

libxslt.spec

index e2688fe6416e3f33d3559f2972c8086033d9715b..0860e2f60ee779388f462e6d6b5d685e1430437c 100644 (file)
@@ -13,7 +13,9 @@ Source0:      ftp://xmlsoft.org/%{name}-%{version}.tar.gz
 URL:           http://xmlsoft.org/XSLT/
 Requires:      libxml2 >= 2.4.0
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libxml2-devel >= 2.4.0
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,7 +45,10 @@ Static libraries of libxslt - XSLT processor.
 %setup  -q
 
 %build
+libtoolize --copy --force
 autoconf
+aclocal
+automake -a -c
 %configure
 %{__make}
 
This page took 0.199917 seconds and 4 git commands to generate.