rpms/torrentzip/devel torrentzip.spec,1.5,1.6

Matthias Saou thias at rpmfusion.org
Wed Apr 4 14:37:40 CEST 2012


Author: thias

Update of /cvs/free/rpms/torrentzip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3160

Modified Files:
	torrentzip.spec 
Log Message:
Minor updates



Index: torrentzip.spec
===================================================================
RCS file: /cvs/free/rpms/torrentzip/devel/torrentzip.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- torrentzip.spec	8 Feb 2012 21:56:25 -0000	1.5
+++ torrentzip.spec	4 Apr 2012 12:37:40 -0000	1.6
@@ -3,8 +3,8 @@
 Summary: Create identical zip files over multiple systems
 Name: torrentzip
 Version: 0.2
-Release: 4%{?dist}
-License: GPL
+Release: 5%{?dist}
+License: GPLv2+
 Group: Applications/File
 URL: http://sourceforge.net/projects/trrntzip
 Source: http://dl.sf.net/trrntzip/trrntzip_v02_src.tar.gz
@@ -32,16 +32,16 @@
 # No configure, we need to generate it from configure.in
 ./autogen.sh
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %files
@@ -51,6 +51,10 @@
 
 
 %changelog
+* Wed Apr  4 2012 Matthias Saou <matthias at saou.eu> 0.2-5
+- Minor spec file cleanups.
+- Update license field.
+
 * Wed Feb 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
@@ -61,6 +65,6 @@
 - rebuild for RPM Fusion
 - define _default_patch_fuzz 2
 
-* Tue Jan  9 2007 Matthias Saou <http://freshrpms.net/> 0.2-1
+* Tue Jan  9 2007 Matthias Saou <matthias at saou.eu> 0.2-1
 - Initial RPM release.
 


More information about the rpmfusion-commits mailing list