]> git.pld-linux.org Git - packages/perl.git/commitdiff
- remove diffrent than Linux OS specyfic man pages like perl{5004delta,5005delta}
authorkloczek <kloczek@pld-linux.org>
Fri, 20 Apr 2001 23:40:07 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  perl{5004delta,5005delta,aix,amiga,bs2000,cygwin,dos,hpux,machten,macos}
  perl{mpeix,os2,os390,solaris,vmesa,vms,vos,win32}.
- move all %doc to devel.

Changed files:
    perl.spec -> 1.86

perl.spec

index 849b5f79989999e1c1cf497ae079a4b7ec8bef09..7bfe378420e171fbc26ce6aed92b3673f56331a8 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -262,6 +262,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}/*/CORE/libperl.so*
 install libperl.so.%{version} $RPM_BUILD_ROOT%{_libdir}/
 ln -sf libperl.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libperl.so
 
+## Fix installed man pages list
+rm -f $RPM_BUILD_ROOT%{_mandir}/man1/perl{5004delta,5005delta,aix,amiga,bs2000}* \
+       $RPM_BUILD_ROOT%{_mandir}/man1/perl{cygwin,dos,hpux,machten,macos}* \
+       $RPM_BUILD_ROOT%{_mandir}/man1/perl{mpeix,os2,os390,solaris,vmesa,vms,vos,win32}*
+
 gzip -9nf README Change*
 
 %clean
@@ -272,8 +277,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz Change*
-
 %attr(755,root,root) %{_bindir}/a2p
 %attr(755,root,root) %{_bindir}/find2perl
 %attr(755,root,root) %{_bindir}/perl
@@ -301,6 +304,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%doc README.gz Change*
 %attr(755,root,root) %{_bindir}/c2ph
 %attr(755,root,root) %{_bindir}/h2ph
 %attr(755,root,root) %{_bindir}/h2xs
This page took 0.042684 seconds and 4 git commands to generate.