]> git.pld-linux.org Git - packages/perl.git/commitdiff
- renamed lib-devel package to devel
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 19 Apr 2001 14:11:56 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package doc went away
- man3 went to devel, man1 to main package, pod files went away

Changed files:
    perl.spec -> 1.82

perl.spec

index d7239ba0f4901c610e6180767d317ba02e2a174c..f0be40d04db723be1389f985facc08ddc1e32eb2 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -92,23 +92,14 @@ Group:              Libraries
 %description lib
 Provides a shared library for programs which embed a Perl interpreter.
 
 %description lib
 Provides a shared library for programs which embed a Perl interpreter.
 
-%package lib-devel
-Summary:       Shared Perl library - development files
+%package devel
+Summary:       Perl development files
 Group:         Development/Libraries
 Requires:      %{name}-lib = %{version}
 
 Group:         Development/Libraries
 Requires:      %{name}-lib = %{version}
 
-%description lib-devel
+%description devel
 Files for developing applications which embed a Perl interpreter.
 
 Files for developing applications which embed a Perl interpreter.
 
-%package doc
-Summary:       Perl documentation
-Group:         Applications/Text
-Requires:      %{name} = %{version}
-
-%description doc
-Perl manual pages and POD docs.  If you are writing Perl programs, you
-almost certainly need this.
-
 %package -n sperl
 Summary:       Practical Extraction and Report Language (SUID root binary)
 Summary(pl):   Practical Extraction and Report Language (SUID root binaria)
 %package -n sperl
 Summary:       Practical Extraction and Report Language (SUID root binary)
 Summary(pl):   Practical Extraction and Report Language (SUID root binaria)
@@ -289,6 +280,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/perl%{version}
 %attr(755,root,root) %{_bindir}/perlbug
 %attr(755,root,root) %{_bindir}/perlcc
 %attr(755,root,root) %{_bindir}/perl%{version}
 %attr(755,root,root) %{_bindir}/perlbug
 %attr(755,root,root) %{_bindir}/perlcc
+%attr(755,root,root) %{_bindir}/perldoc
 %attr(755,root,root) %{_bindir}/pl2pm
 %attr(755,root,root) %{_bindir}/pod2html
 %attr(755,root,root) %{_bindir}/pod2latex
 %attr(755,root,root) %{_bindir}/pl2pm
 %attr(755,root,root) %{_bindir}/pod2html
 %attr(755,root,root) %{_bindir}/pod2latex
@@ -312,19 +304,16 @@ rm -rf $RPM_BUILD_ROOT
 %attr( - ,root,root) %{_libdir}/perl5/%{version}/unicode
 %attr( - ,root,root) %{_libdir}/perl5/%{version}/warnings
 
 %attr( - ,root,root) %{_libdir}/perl5/%{version}/unicode
 %attr( - ,root,root) %{_libdir}/perl5/%{version}/warnings
 
+%{_mandir}/man1/*
+
 %files lib
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files lib
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
-%files lib-devel
+%files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
-
-%files doc
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/perldoc
-%{_mandir}/man[13]/*
-%{_libdir}/perl5/%{version}/pod/*
+%{_mandir}/man3/*
 
 %files -n sperl
 %defattr(644,root,root,755)
 
 %files -n sperl
 %defattr(644,root,root,755)
This page took 0.130445 seconds and 4 git commands to generate.