]> git.pld-linux.org Git - packages/perl-SGMLS.git/commitdiff
- fixed man section perl-SGMLS-1_03ii-8
authorankry <ankry@pld-linux.org>
Fri, 19 Jul 2002 00:07:48 +0000 (00:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new %%doc
- release 8

Changed files:
    perl-SGMLS.spec -> 1.15

perl-SGMLS.spec

index 98f851e46ffbd0db0569196dabfbbb0deb2a8fa9..a1875e9721ad41a74b0e4ba9f77f3956a7f74ded 100644 (file)
@@ -3,7 +3,7 @@ Summary:        SGMLS perl module
 Summary(pl):   Modu³ perla SGMLS
 Name:          perl-SGMLS
 Version:       1.03ii
-Release:       7
+Release:       8
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/SGMLS/SGMLSpm-%{version}.tar.gz
@@ -30,18 +30,16 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man3,%{perl_sitelib}/SGMLS}
        PERL5DIR=$RPM_BUILD_ROOT%{perl_sitelib} \
        SPECDIR=$RPM_BUILD_ROOT%{perl_sitelib}/SGMLS
 
-pod2man SGMLS.pm  > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS.3pm
-pod2man Output.pm > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Output.3pm
-pod2man Refs.pm   > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Refs.3pm
-
-gzip -9nf ChangeLog README BUGS TODO
+pod2man --section=3pm SGMLS.pm  > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS.3pm
+pod2man --section=3pm Output.pm > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Output.3pm
+pod2man --section=3pm Refs.pm   > $RPM_BUILD_ROOT%{_mandir}/man3/SGMLS::Refs.3pm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz DOC/*sgml DOC/*pl elisp
+%doc ChangeLog README BUGS TODO DOC/*sgml DOC/*pl elisp
 %attr(755,root,root) %{_bindir}/*
 %{perl_sitelib}/SGMLS.pm
 %{perl_sitelib}/SGMLS
This page took 0.091888 seconds and 4 git commands to generate.