]> git.pld-linux.org Git - packages/cabextract.git/commitdiff
- fixed for PLD ac/am stuff
authormarcus <marcus@pld-linux.org>
Sun, 25 Aug 2002 20:23:09 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cabextract.spec -> 1.7

cabextract.spec

index 054427ef1e4d184c5c5babff2fc430a48cb83380..4f8537c9ff2a0cf09592631c29068bd2414c4978 100644 (file)
@@ -6,8 +6,11 @@ Release:       1
 License:       GPL
 Group:         Applications/Archiving
 Source0:       http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
+Patch0:                %{name}-configure.patch
 URL:           http://www.kyz.uklinux.net/cabextract.php3
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,9 +25,14 @@ cabextract mo
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+rm -f missing
+%{__libtoolize}
+aclocal
 %{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.086407 seconds and 4 git commands to generate.