]> git.pld-linux.org Git - packages/whoson.git/commitdiff
- restored autoheader/aclocal/autoconf/automake
authorrrw <rrw@hell.pl>
Mon, 23 Jul 2001 06:25:32 +0000 (06:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added libtoolize -c -f in front of the above
- changed %configure2_13 back to %configure
- no release change

Changed files:
    whoson.spec -> 1.36

whoson.spec

index 75bca418b268d037d7658c43c69e96653de9a4ba..a04ec4962e2cd7da1d89342636b7dba0fe638e57 100644 (file)
@@ -13,6 +13,7 @@ Patch0:               %{name}-config.patch
 Patch1:                %{name}-autoconf.patch
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 Prereq:                rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,11 +67,12 @@ Biblioteka statyczna whoson-a.
 # %patch1 -p1
 
 %build
-# autoheader
-# aclocal
-# autoconf
-# automake -a -c
-%configure2_13
+libtoolize -c -f
+autoheader
+aclocal
+autoconf
+automake -a -c
+%configure
 
 %{__make}
 
This page took 0.074187 seconds and 4 git commands to generate.