Petr Uzel 2011-08-10 20:25:15 +00:00 committed by Git OBS Bridge
parent cecab07d3f
commit 9692d8bcbc
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,14 @@
Index: bzip2-1.0.6/README
===================================================================
--- bzip2-1.0.6.orig/README
+++ bzip2-1.0.6/README
@@ -17,7 +17,8 @@ in the file LICENSE.
Complete documentation is available in Postscript form (manual.ps),
PDF (manual.pdf) or html (manual.html). A plain-text version of the
-manual page is available as bzip2.txt.
+manual page is available as bzip2.txt. bzip2 documentation is
+available in separate bzip2-doc package.
HOW TO BUILD -- UNIX

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 10 17:43:49 UTC 2011 - puzel@novell.com
- package all documentation files referenced by README; also
point to bzip2-doc package (bnc#709260)
-------------------------------------------------------------------
Tue Jul 26 11:43:49 UTC 2011 - jengelh@medozas.de

View File

@ -45,6 +45,7 @@ Patch: http://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip
Patch2: bzip2-maxlen20.patch
Patch3: bzip2-faster.patch
Patch5: bzip2-unsafe_strcpy.patch
Patch6: bzip2-point-to-doc-pkg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -108,6 +109,7 @@ Authors:
%patch2
%patch3
%patch5
%patch6 -p1
%build
profile_bzip2()
@ -164,7 +166,7 @@ rm -rf $RPM_BUILD_ROOT
%files doc
%defattr(-,root,root)
%doc manual.ps.gz manual*.html
%doc manual.ps.gz manual*.html bzip2.txt manual.pdf
%files -n libbz2-1
%defattr(-,root,root)