]> 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 50e3b855a7745fef70689f43e7904d0753b8edbf..471c8550d2f229de6ad98638e02520057cadae3b 100644 (file)
@@ -5,12 +5,18 @@ Summary(ru):  
 Summary(uk):   ðÅÒÅÎÏÓÉÍÁ Â¦Â̦ÏÔÅËÁ ÒÏÚÂÏÒÕ XML (expat)
 Name:          expat
 Version:       1.95.6
-Release:       1
+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
 
@@ -96,16 +102,21 @@ Bibliotecas est
 %prep
 %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.028835 seconds and 4 git commands to generate.