]> git.pld-linux.org Git - packages/ekhtml.git/commitdiff
- rebuild ac/am AC-branch auto/ac/ekhtml-0_3_2-1 auto/th/ekhtml-0_3_2-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 29 Nov 2007 08:04:24 +0000 (08:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekhtml.spec -> 1.9

ekhtml.spec

index d189685f9cb3c4735aef91a394fa678da8a47d8b..c14fc4be0744f57c0f9166d0974c06eedc6c1c07 100644 (file)
@@ -8,6 +8,9 @@ Group:          Libraries
 Source0:       http://dl.sourceforge.net/ekhtml/%{name}-%{version}.tar.gz
 # Source0-md5: cc9d2e4adaccacfacefddbd75ccccfdf
 URL:           http://ekhtml.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,6 +47,11 @@ Biblioteka statyczna ekhtml.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make} -j1
 
This page took 0.071488 seconds and 4 git commands to generate.