packages: perl/perl.spec - perldoc requires nroff to format for terminal

glen glen at pld-linux.org
Sun Feb 6 15:58:31 CET 2011


Author: glen                         Date: Sun Feb  6 14:58:31 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- perldoc requires nroff to format for terminal

---- Files affected:
packages/perl:
   perl.spec (1.434 -> 1.435) 

---- Diffs:

================================================================
Index: packages/perl/perl.spec
diff -u packages/perl/perl.spec:1.434 packages/perl/perl.spec:1.435
--- packages/perl/perl.spec:1.434	Sat Jan 22 18:12:13 2011
+++ packages/perl/perl.spec	Sun Feb  6 15:58:26 2011
@@ -45,7 +45,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
@@ -430,6 +430,7 @@
 Group:		Development/Tools
 Requires:	%{name}-modules = %{epoch}:%{ver}-%{release}
 Requires:	%{name}-tools-pod
+Requires:	groff
 Provides:	perldoc = 3.14_02@%{ver}
 
 %description perldoc
@@ -1093,7 +1094,7 @@
 %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
@@ -1420,6 +1421,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.435  2011/02/06 14:58:26  glen
+- perldoc requires nroff to format for terminal
+
 Revision 1.434  2011/01/22 17:12:13  sparky
 - Safe now requires B:
   moved Safe from -base do -modules and B from -devel to -modules
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl/perl.spec?r1=1.434&r2=1.435&f=u



More information about the pld-cvs-commit mailing list