rpms/cabextract/devel cabextract.spec,1.12,1.13

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Feb 11 13:23:36 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/cabextract/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31804

Modified Files:
	cabextract.spec 
Log Message:
* Mon Feb 11 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.1-8
- respin (gcc43)
- cosmetics



Index: cabextract.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cabextract/devel/cabextract.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cabextract.spec	25 Aug 2007 21:42:14 -0000	1.12
+++ cabextract.spec	11 Feb 2008 13:22:52 -0000	1.13
@@ -1,15 +1,18 @@
+
 Name:           cabextract
 Version:        1.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Utility for extracting cabinet (.cab) archives
 
 Group:          Applications/Archiving
 License:        GPLv2+
 URL:            http://www.kyz.uklinux.net/cabextract.php
 Source:         http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
-Patch0:         %{name}-macro.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         cabextract-macro.patch
+
+
 %description
 cabextract is a program which can extract files from cabinet (.cab)
 archives.
@@ -17,17 +20,22 @@
 
 %prep
 %setup -q
+
+%patch0 -p1 -b .macro
+
 chmod -x mspack/mspack.h
-%patch0 -p1
+
 
 
 %build
 %configure
+
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
@@ -38,11 +46,15 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
-%{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1*
+%{_bindir}/cabextract
+%{_mandir}/man1/cabextract.1*
 
 
 %changelog
+* Mon Feb 11 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.1-8
+- respin (gcc43)
+- cosmetics
+
 * Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.1-7
 - respin (BuildID)
 




More information about the fedora-extras-commits mailing list