forked from pool/bzip2
This commit is contained in:
committed by
Git OBS Bridge
parent
4cbcbe04ee
commit
6d14f30bca
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 23 16:42:26 CET 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Split off doc, libbz2 and libbz2-devel packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 15 13:50:53 CET 2007 - lmichnovic@suse.cz
|
Mon Jan 15 13:50:53 CET 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
68
bzip2.spec
68
bzip2.spec
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: bzip2
|
Name: bzip2
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 1
|
Release: 6
|
||||||
Provides: bzip
|
Provides: bzip
|
||||||
Obsoletes: bzip
|
Obsoletes: bzip
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
@@ -33,6 +33,46 @@ bzip is a very powerful program for compressing files.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Julian Seward <jseward@acm.org>
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: bzip2 Program and Library Documentation
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
bzip2 program and library documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Julian Seward <jseward@acm.org>
|
||||||
|
|
||||||
|
%package -n libbz2
|
||||||
|
Summary: bzip2 runtime library
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
|
||||||
|
%description -n libbz2
|
||||||
|
bzip2 runtime library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Julian Seward <jseward@acm.org>
|
||||||
|
|
||||||
|
%package -n libbz2-devel
|
||||||
|
Summary: bzip2 runtime library development files
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
Requires: libbz2 = %{version}
|
||||||
|
|
||||||
|
%description -n libbz2-devel
|
||||||
|
bzip2 runtime library development files
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Julian Seward <jseward@acm.org>
|
Julian Seward <jseward@acm.org>
|
||||||
@@ -68,14 +108,28 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README LICENSE CHANGES manual.ps.gz manual*.html
|
%doc README LICENSE CHANGES
|
||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man1/*
|
||||||
/%{_lib}/lib*
|
|
||||||
%{_libdir}/lib*
|
|
||||||
%{_includedir}/*
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog -n bzip2
|
%files doc
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc manual.ps.gz manual*.html
|
||||||
|
|
||||||
|
%files -n libbz2
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/%{_lib}/libbz2.so.1
|
||||||
|
/%{_lib}/libbz2.so.1.*
|
||||||
|
|
||||||
|
%files -n libbz2-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/bzlib.h
|
||||||
|
%{_libdir}/libbz2.a
|
||||||
|
%{_libdir}/libbz2.so
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Mar 23 2007 - rguenther@suse.de
|
||||||
|
- Split off doc, libbz2 and libbz2-devel packages
|
||||||
* Mon Jan 15 2007 - lmichnovic@suse.cz
|
* Mon Jan 15 2007 - lmichnovic@suse.cz
|
||||||
- Update to version 1.0.4
|
- Update to version 1.0.4
|
||||||
* Fixes some minor bugs since the last version, 1.0.3.
|
* Fixes some minor bugs since the last version, 1.0.3.
|
||||||
|
Reference in New Issue
Block a user