[lbzip2] fixing license, deps and description

lzap lzap at fedoraproject.org
Tue Nov 22 11:44:13 UTC 2011


commit 13d476eb769d97d48c2a35b903cc9c72acde4c7f
Author: Lukas Zapletal <lzap+git at redhat.com>
Date:   Tue Nov 22 12:44:05 2011 +0100

    fixing license, deps and description

 lbzip2.spec |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/lbzip2.spec b/lbzip2.spec
index 3941d71..47af338 100644
--- a/lbzip2.spec
+++ b/lbzip2.spec
@@ -1,25 +1,18 @@
 Name:           lbzip2
 Version:        2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fast, multi-threaded bzip2 utility
 Group:          Applications/File
-License:        GPLv2+
+License:        GPLv3+
 URL:            https://github.com/kjn/lbzip2
 Source0:        https://github.com/downloads/kjn/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  bzip2-devel
-Requires:       bzip2-libs
 
 
 %description
-lbzip2 is a multi-threaded implementation of bzip2, suited for serial and
-parallel processing.  On a multi-core computer, lbzip2 is commonly the fastest
-bzip2 decompressor for most bz2 files found on the internet.  (On dual-core
-computers, the 7za utility from the p7zip package may prove more efficient.)
-
-lbzip2 integrates nicely with GNU tar. Even on single-core computers, lbzip2
-can speed up archiving in combination with tar, because lbzip2 allows
-compression to overlap with disk usage to a greater extent than bzip2 does.
+lbzip2 is an independent, multi-threaded implementation of bzip2. It is
+commonly the fastest SMP (and uniprocessor) bzip2 compressor and
+decompressor.
 
 
 %prep
@@ -52,6 +45,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Nov 22 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.0-2
+- fixing license to GPLv3+
+- fixed dependencies
+- better description
+
 * Sat Nov 19 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.0-1
 - new package with autotools
 


More information about the scm-commits mailing list