]> git.pld-linux.org Git - packages/perl.git/commitdiff
- perldoc requires nroff to format for terminal auto/th/perl-5_12_2-3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Feb 2011 14:58:26 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.435

perl.spec

index 6cc6f063941f1373d0e6081540db35c87d55ce4a..7786a56dd4fa5979aea50383276abaa8a079a962 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -44,7 +44,7 @@
 %define                perl_modversion()       %([ -f %{SOURCE3} ] && awk -vp=%1 '$1 == p{m=$1; gsub(/::/, "-", m); printf("perl-%s = %s\\n", m, $3)}END{if (!m) printf("# Error looking up [%s]\\n", p)}' %{SOURCE3} || echo ERROR)
 
 %define                ver     5.12.2
-%define                rel     2
+%define                rel     3
 Summary:       Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):     Programovací jazyk Perl
 Summary(da.UTF-8):     Programmeringssproget Perl
@@ -429,6 +429,7 @@ Summary(pl.UTF-8):  perldoc - przeszukiwanie dokumentacji Perla w formacie pod
 Group:         Development/Tools
 Requires:      %{name}-modules = %{epoch}:%{ver}-%{release}
 Requires:      %{name}-tools-pod
+Requires:      groff
 Provides:      perldoc = 3.14_02@%{ver}
 
 %description perldoc
@@ -1092,7 +1093,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{perl_archlib}/auto/attributes/*.so
 %{_mandir}/man3/attributes.*
 %{perl_archlib}/mro.pm
-%dir %attr(755,root,root) %{perl_archlib}/auto/mro
+%dir %{perl_archlib}/auto/mro
 %attr(755,root,root) %{perl_archlib}/auto/mro/*.so
 %{_mandir}/man3/mro.*
 %{perl_archlib}/re.pm
This page took 0.182496 seconds and 4 git commands to generate.