]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- build html documentation auto/ac/bzip2-1_0_2-10
authorwitekfl <witekfl@pld-linux.org>
Thu, 11 Nov 2004 17:00:40 +0000 (17:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 10

Changed files:
    bzip2.spec -> 1.82

bzip2.spec

index 2101fd10e504e34a4983f43cba9f7534854b5a55..b101b6167783eeb372cf7cf29f2fdccc75f6f3d9 100644 (file)
@@ -7,7 +7,7 @@ Summary(uk):    
 Summary(ru):   ëÏÍÐÒÅÓÓÏÒ ÆÁÊÌÏ× ÎÁ ÏÓÎÏ×Å ÁÌÇÏÒÉÔÍÁ ÂÌÏÞÎÏÊ ÓÏÒÔÉÒÏ×ËÉ
 Name:          bzip2
 Version:       1.0.2
-Release:       9
+Release:       10
 Epoch:         0
 License:       BSD-like
 Group:         Applications/Archiving
@@ -20,6 +20,7 @@ URL:          http://sources.redhat.com/bzip2/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
+BuildRequires: tetex
 %ifarch amd64 ia64 ppc64 sparc64
 Provides:      libbz2.so.1.0()(64bit)
 %else
@@ -154,6 +155,9 @@ Bibliotecas est
 %{__autoconf}
 %configure
 %{__make}
+cd doc
+/usr/bin/texi2html bzip2.texi
+cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -182,7 +186,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README* NEWS Y2K_INFO
+%doc README* NEWS Y2K_INFO doc/*.html
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %attr(755,root,root) %{_libdir}/lib*.so.1.0
 %attr(755,root,root) %{_bindir}/*
This page took 0.068213 seconds and 4 git commands to generate.