]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed some duplicated files, moved perldebguts to doc-reference, release 0.31
authorradek <radek@pld-linux.org>
Tue, 18 Mar 2003 10:48:39 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.195

perl.spec

index 91d1865413b94e23343c4c66db34b0d7af776e59..a51d5ece31e367eea8a635d2f11797f3db753cfc 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -51,7 +51,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.8.0
-Release:       0.30%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
+Release:       0.31%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
 Epoch:         1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -913,8 +913,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_mandir}/man1/perldebguts.*
-
 %attr(755,root,root) %{_libdir}/lib*.so
 %{perl_archlib}/CORE
 
@@ -965,17 +963,19 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{perl_privlib}/pod/perl.pod
 %{perl_privlib}/pod/perl[5abceghijklmnopqrstuvwx]*.pod
-%{perl_privlib}/pod/perld[^i]*.pod
-%{perl_privlib}/pod/perlf[^au]*.pod
+%{perl_privlib}/pod/perld[!i]*.pod
+%{perl_privlib}/pod/perlf[!au]*.pod
 
 
 %files doc-reference
 %defattr(644,root,root,755)
-%{_mandir}/man1/perl[5adefghilmnoprstuvwx]*
+%{_mandir}/man1/perl[5aefghlmnoprstuvwx]*
 %{_mandir}/man1/perlbo*
 %{_mandir}/man1/perlcall.*
 %{_mandir}/man1/perlclib.*
 %{_mandir}/man1/perlcompile.*
+%{_mandir}/man1/perld[!o]*
+%{_mandir}/man1/perli[!v]*
 %lang(cn) %{_mandir}/man1/perlcn.*
 %lang(jp) %{_mandir}/man1/perljp.*
 %lang(ko) %{_mandir}/man1/perlko.*
This page took 0.042429 seconds and 4 git commands to generate.