From d2501809318ec604c208e1d5a1aef56459bb5794 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Aug 24 2007 09:15:16 +0000 Subject: - New License: tag. - rpmlint cleaning: - clean the build root at the beginning of %install - use -q in %setup --- diff --git a/par2cmdline.spec b/par2cmdline.spec index 9ff5b57..c757a51 100644 --- a/par2cmdline.spec +++ b/par2cmdline.spec @@ -1,8 +1,8 @@ Summary: PAR 2.0 compatible file verification and repair tool Name: par2cmdline Version: 0.4 -Release: 11%{?dist} -License: GPL +Release: 12%{?dist} +License: GPLv2+ Group: Applications/Archiving Source: http://dl.sourceforge.net/parchive/%{name}-%{version}.tar.gz Patch0: par2cmdline-reedsolomon.cpp.patch @@ -21,7 +21,7 @@ capability concepts of RAID-like systems to the posting and recovery of multi-part archives. %prep -%setup +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -35,6 +35,8 @@ make %{_smp_mflags} chmod 644 ChangeLog galois.h par1repairer.cpp par2repairer.cpp par2repairersourcefile.cpp par2repairersourcefile.h %install +rm -rf $RPM_BUILD_ROOT + %makeinstall ln -sf par2 $RPM_BUILD_ROOT/%{_bindir}/par @@ -50,6 +52,12 @@ make check-TESTS %{_bindir}/* %changelog +* Fri Aug 24 2007 Laurent Rineau - 0.4-12 +- New License: tag. +- rpmlint cleaning: + - clean the build root at the beginning of %%install + - use -q in %%setup + * Mon Aug 28 2006 Laurent Rineau - 0.4-11 - Rebuild for FC-6. - Change my email address in the %%changelog.