From 872e9ae41f096a7bea53662153a5e0b1169de175 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Aug 28 2012 17:52:38 +0000 Subject: Revert "fix specfile issues reported by the fedora-review script" This reverts commit 8f25d662130bda45cd0970b2ba84f4ca7bc9c403. --- diff --git a/lzop.spec b/lzop.spec index 43e9826..32c5027 100644 --- a/lzop.spec +++ b/lzop.spec @@ -1,12 +1,13 @@ Summary: Real-time file compressor Name: lzop Version: 1.03 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://www.lzop.org/ Source: http://www.lzop.org/download/%{name}-%{version}.tar.gz BuildRequires: lzo-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description lzop is a compression utility which is designed to be a companion to gzip. @@ -24,14 +25,22 @@ to gzip. make %{?_smp_mflags} %install +rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install +%clean +rm -rf $RPM_BUILD_ROOT + %files +%defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS %{_bindir}/%{name} %{_mandir}/man?/%{name}.* %changelog +* Tue Aug 28 2012 Kamil Dudka - 1.03-7 +- revert specfile changes that cause problems to Robert Scheck + * Tue Aug 28 2012 Kamil Dudka - 1.03-6 - fix specfile issues reported by the fedora-review script