From f1e62c5185e977920bb325ce67df8937f9b81a74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 19 Apr 2001 14:11:56 +0000 Subject: [PATCH] - renamed lib-devel package to devel - package doc went away - man3 went to devel, man1 to main package, pod files went away Changed files: perl.spec -> 1.82 --- perl.spec | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/perl.spec b/perl.spec index d7239ba..f0be40d 100644 --- 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. -%package lib-devel -Summary: Shared Perl library - development files +%package devel +Summary: Perl development files Group: Development/Libraries Requires: %{name}-lib = %{version} -%description lib-devel +%description devel 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) @@ -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}/perldoc %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 +%{_mandir}/man1/* + %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 - -%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) -- 2.43.0