From b434d5e6209722a70ddd4f728bdd9a46c12dd757a9d5a03c4b48e2186a853ca0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 8 Nov 2007 22:51:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=8 --- bzip2.changes | 5 +++++ bzip2.spec | 28 +++++++++++++++------------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/bzip2.changes b/bzip2.changes index 44b1c95..df582e6 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 8 11:04:02 CET 2007 - lmichnovic@suse.cz + +- added README, LICENSE, CHANGES files to libbz2-1 package + ------------------------------------------------------------------- Sun Jun 3 23:05:45 CEST 2007 - schwab@suse.de diff --git a/bzip2.spec b/bzip2.spec index d368d0b..06204a4 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -12,15 +12,15 @@ Name: bzip2 Version: 1.0.4 -Release: 23 +Release: 46 Provides: bzip Obsoletes: bzip # The following is a kludge to get updating bzip2 to after the split work PreReq: libbz2-1 -Autoreqprov: on +AutoReqProv: on Group: Productivity/Archiving/Compression -License: BSD License and BSD-like, bzip2-1.0 is distributed under a BSD-style license -URL: http://www.bzip.org/ +License: BSD 3-Clause +Url: http://www.bzip.org/ Summary: A Program for Compressing Files Source: bzip2-%{version}.tar.gz Source1: bznew.gz @@ -32,7 +32,7 @@ Patch3: bzip2-faster.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -bzip is a very powerful program for compressing files. +The bzip2 program is a very powerful program for compressing files. @@ -41,11 +41,11 @@ Authors: Julian Seward %package doc -Summary: bzip2 Program and Library Documentation +Summary: The bzip2 program and Library Documentation Group: Productivity/Archiving/Compression %description doc -bzip2 program and library documentation. +The bzip2 program and library documentation. @@ -54,11 +54,11 @@ Authors: Julian Seward %package -n libbz2-1 -Summary: bzip2 runtime library +Summary: The bzip2 runtime library Group: Productivity/Archiving/Compression %description -n libbz2-1 -bzip2 runtime library +The bzip2 runtime library @@ -67,12 +67,12 @@ Authors: Julian Seward %package -n libbz2-devel -Summary: bzip2 runtime library development files -Group: Productivity/Archiving/Compression +Summary: The bzip2 runtime library development files +Group: Development/Libraries/Other Requires: libbz2-1 = %{version} %description -n libbz2-devel -bzip2 runtime library development files +The bzip2 runtime library development files. @@ -137,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT %files -n libbz2-1 %defattr(-,root,root) +%doc README LICENSE CHANGES /%{_lib}/libbz2.so.1 /%{_lib}/libbz2.so.1.* @@ -145,8 +146,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/bzlib.h %{_libdir}/libbz2.a %{_libdir}/libbz2.so - %changelog +* Thu Nov 08 2007 - lmichnovic@suse.cz +- added README, LICENSE, CHANGES files to libbz2-1 package * Sun Jun 03 2007 - schwab@suse.de - Fix dependency. * Wed May 30 2007 - lmichnovic@suse.cz