]> git.pld-linux.org Git - packages/expat.git/blobdiff - expat.spec
- next part of small fixes inpired by kloczek :)
[packages/expat.git] / expat.spec
index a102388329e2d0597dad64205606540f0632e37d..471c8550d2f229de6ad98638e02520057cadae3b 100644 (file)
@@ -9,9 +9,14 @@ Release:       2
 License:       Thai Open Source Software Center Ltd (distributable)
 Group:         Applications/Publishing/XML
 Source0:       http://dl.sourceforge.net/expat/%{name}-%{version}.tar.gz
+# Source0-md5: ca78d94e83e9f077b5da2bfe28ba986a
 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,16 +103,20 @@ Bibliotecas est
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.071961 seconds and 4 git commands to generate.