[lzop/f18] Revert "fix specfile issues reported by the fedora-review script"

Kamil Dudka kdudka at fedoraproject.org
Tue Aug 28 17:55:11 UTC 2012


commit 3b7760fca57d2123b882ef4b69da1cc7e05d70e7
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Aug 28 19:51:16 2012 +0200

    Revert "fix specfile issues reported by the fedora-review script"
    
    This reverts commit 8f25d662130bda45cd0970b2ba84f4ca7bc9c403.

 lzop.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
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 <kdudka at redhat.com> - 1.03-7
+- revert specfile changes that cause problems to Robert Scheck
+
 * Tue Aug 28 2012 Kamil Dudka <kdudka at redhat.com> - 1.03-6
 - fix specfile issues reported by the fedora-review script
 


More information about the scm-commits mailing list