From 1269a7b3ef8ae88a5a2b433e297bcffd698432f5 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 3 Mar 2010 15:35:34 +0000 Subject: [PATCH] - license changed to GPLv2+ - added -q option to %%setup --- lzop.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lzop.spec b/lzop.spec index 54dd1cf..0fa2517 100644 --- a/lzop.spec +++ b/lzop.spec @@ -2,12 +2,12 @@ Name: lzop Version: 1.02 -Release: 0.8.rc1%{?dist} +Release: 0.9.rc1%{?dist} Summary: Real-time file compressor Group: Applications/Archiving -License: GPL+ +License: GPLv2+ URL: http://www.%{name}.org/ Source: http://www.%{name}.org/download/%{name}-%{archivever}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,7 +23,7 @@ lzop was designed with reliability, speed, portibility and as a reasonable drop-in compatiblity to gzip. %prep -%setup -n %{name}-%{archivever} +%setup -q -n %{name}-%{archivever} %build %configure @@ -43,6 +43,10 @@ rm -fr %{buildroot} %attr(0755,root,root) %{_bindir}/* %changelog +* Wed Mar 03 2010 Kamil Dudka - 1.02-0.9.rc1 +- license changed to GPLv2+ +- added -q option to %%setup + * Sat Jul 25 2009 Fedora Release Engineering - 1.02-0.8.rc1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild