forked from pool/bzip2
bnc#709260
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=21
This commit is contained in:
parent
cecab07d3f
commit
9692d8bcbc
14
bzip2-point-to-doc-pkg.patch
Normal file
14
bzip2-point-to-doc-pkg.patch
Normal 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
|
@ -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
|
Tue Jul 26 11:43:49 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ Patch: http://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip
|
|||||||
Patch2: bzip2-maxlen20.patch
|
Patch2: bzip2-maxlen20.patch
|
||||||
Patch3: bzip2-faster.patch
|
Patch3: bzip2-faster.patch
|
||||||
Patch5: bzip2-unsafe_strcpy.patch
|
Patch5: bzip2-unsafe_strcpy.patch
|
||||||
|
Patch6: bzip2-point-to-doc-pkg.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -108,6 +109,7 @@ Authors:
|
|||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
%patch5
|
%patch5
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
profile_bzip2()
|
profile_bzip2()
|
||||||
@ -164,7 +166,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc manual.ps.gz manual*.html
|
%doc manual.ps.gz manual*.html bzip2.txt manual.pdf
|
||||||
|
|
||||||
%files -n libbz2-1
|
%files -n libbz2-1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user