]> git.pld-linux.org Git - packages/expat.git/commitdiff
- added full regenerate ac/lt build suit (added ac_fixes patch). expat-1_95_6-2
authorkloczek <kloczek@pld-linux.org>
Sat, 17 May 2003 22:57:07 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    expat.spec -> 1.31

expat.spec

index a102388329e2d0597dad64205606540f0632e37d..fa23dbb3ba18a4a6c9ea3319fa286ae4ed31cfcf 100644 (file)
@@ -11,7 +11,11 @@ Group:               Applications/Publishing/XML
 Source0:       http://dl.sourceforge.net/expat/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-gcc3-c++.patch
+Patch2:                %{name}-ac_fixes.patch
 URL:           http://expat.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libexpat1_95
 
@@ -98,8 +102,12 @@ Bibliotecas est
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
 %configure
 
 %{__make}
This page took 0.132848 seconds and 4 git commands to generate.