]> git.pld-linux.org Git - packages/perl.git/commitdiff
- added pod subpackage; release 8 perl-5_6_1-8
authormis <mis@pld-linux.org>
Tue, 22 May 2001 17:05:21 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.98

perl.spec

index 218d8225d1477b23fbd93e52bc676b1abb62b6e7..39620da8103730b50d7986fd1971bf27acfbd312 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -7,7 +7,7 @@ Summary(pl):    Practical Extraction and Report Language (Perl)
 Summary(tr):   Kabuk yorumlama dili
 Name:          perl
 Version:       5.6.1
-Release:       7
+Release:       8
 Epoch:         1
 License:       GPL
 Group:         Applications/Text
@@ -124,6 +124,21 @@ Practical Extraction and Report Language - modules.
 %description -l pl modules
 Practical Extraction and Report Language - modu³y.
 
+%package pod 
+Summary:       Perl POD documentation
+Summary(pl):   Dokumentacja Perla w formacie POD
+Group:         Applications/Text
+Group(de):     Applikationen/Text
+Group(fr):     Utilitaires/Texte
+Group(pl):     Aplikacje/Tekst
+Prereq:                %{name} = %{version}
+
+%description pod
+Practical Extraction and Report Language - POD docs
+
+%description -l pl pod
+Practical Extraction and Report Language - dokumentacja w formacie POD
+
 %prep
 %setup  -q
 %patch0 -p1
@@ -497,3 +512,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/perl5/%{version}/%{_target_platform}*/re.pm
 %{_libdir}/perl5/%{version}/%{_target_platform}*/Safe.pm
 %{_libdir}/perl5/%{version}/%{_target_platform}*/SDBM_File.pm
+
+%files pod
+%defattr(644,root,root,755)
+%{_libdir}/perl5/%{version}/pod
This page took 0.043725 seconds and 4 git commands to generate.