forked from pool/bzip2
This commit is contained in:
parent
ea97b1105f
commit
b434d5e620
@ -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
|
Sun Jun 3 23:05:45 CEST 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
28
bzip2.spec
28
bzip2.spec
@ -12,15 +12,15 @@
|
|||||||
|
|
||||||
Name: bzip2
|
Name: bzip2
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 23
|
Release: 46
|
||||||
Provides: bzip
|
Provides: bzip
|
||||||
Obsoletes: bzip
|
Obsoletes: bzip
|
||||||
# The following is a kludge to get updating bzip2 to after the split work
|
# The following is a kludge to get updating bzip2 to after the split work
|
||||||
PreReq: libbz2-1
|
PreReq: libbz2-1
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
License: BSD License and BSD-like, bzip2-1.0 is distributed under a BSD-style license
|
License: BSD 3-Clause
|
||||||
URL: http://www.bzip.org/
|
Url: http://www.bzip.org/
|
||||||
Summary: A Program for Compressing Files
|
Summary: A Program for Compressing Files
|
||||||
Source: bzip2-%{version}.tar.gz
|
Source: bzip2-%{version}.tar.gz
|
||||||
Source1: bznew.gz
|
Source1: bznew.gz
|
||||||
@ -32,7 +32,7 @@ Patch3: bzip2-faster.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%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>
|
Julian Seward <jseward@acm.org>
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: bzip2 Program and Library Documentation
|
Summary: The bzip2 program and Library Documentation
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
bzip2 program and library documentation.
|
The bzip2 program and library documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -54,11 +54,11 @@ Authors:
|
|||||||
Julian Seward <jseward@acm.org>
|
Julian Seward <jseward@acm.org>
|
||||||
|
|
||||||
%package -n libbz2-1
|
%package -n libbz2-1
|
||||||
Summary: bzip2 runtime library
|
Summary: The bzip2 runtime library
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
|
|
||||||
%description -n libbz2-1
|
%description -n libbz2-1
|
||||||
bzip2 runtime library
|
The bzip2 runtime library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -67,12 +67,12 @@ Authors:
|
|||||||
Julian Seward <jseward@acm.org>
|
Julian Seward <jseward@acm.org>
|
||||||
|
|
||||||
%package -n libbz2-devel
|
%package -n libbz2-devel
|
||||||
Summary: bzip2 runtime library development files
|
Summary: The bzip2 runtime library development files
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Development/Libraries/Other
|
||||||
Requires: libbz2-1 = %{version}
|
Requires: libbz2-1 = %{version}
|
||||||
|
|
||||||
%description -n libbz2-devel
|
%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
|
%files -n libbz2-1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc README LICENSE CHANGES
|
||||||
/%{_lib}/libbz2.so.1
|
/%{_lib}/libbz2.so.1
|
||||||
/%{_lib}/libbz2.so.1.*
|
/%{_lib}/libbz2.so.1.*
|
||||||
|
|
||||||
@ -145,8 +146,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/bzlib.h
|
%{_includedir}/bzlib.h
|
||||||
%{_libdir}/libbz2.a
|
%{_libdir}/libbz2.a
|
||||||
%{_libdir}/libbz2.so
|
%{_libdir}/libbz2.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 08 2007 - lmichnovic@suse.cz
|
||||||
|
- added README, LICENSE, CHANGES files to libbz2-1 package
|
||||||
* Sun Jun 03 2007 - schwab@suse.de
|
* Sun Jun 03 2007 - schwab@suse.de
|
||||||
- Fix dependency.
|
- Fix dependency.
|
||||||
* Wed May 30 2007 - lmichnovic@suse.cz
|
* Wed May 30 2007 - lmichnovic@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user