]> git.pld-linux.org Git - packages/cabextract.git/commitdiff
- fixed configure patch for ac 2.58, run autoheader; release 3 auto/ac/cabextract-0_6-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Nov 2003 20:15:44 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cabextract.spec -> 1.15

cabextract.spec

index 8933d46929a52aa9b3a867cabcccec56eaaeb3a6..b10b8cea427e57402fc7cb87a8f45a63dd099db6 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A program to extract Microsoft Cabinet files
 Summary(pl):   Program do rozpakowywania plików MS Cabinet
 Name:          cabextract
 Version:       0.6
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Archiving
 Source0:       http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
@@ -31,16 +31,17 @@ cabextract mo
 %patch1 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.121771 seconds and 4 git commands to generate.