SHA256
1
0
forked from pool/bzip2
OBS User unknown 2007-11-08 22:51:26 +00:00 committed by Git OBS Bridge
parent ea97b1105f
commit b434d5e620
2 changed files with 20 additions and 13 deletions

View File

@ -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

View File

@ -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 <jseward@acm.org>
%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 <jseward@acm.org>
%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 <jseward@acm.org>
%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