Author: radek Date: Sat Jun 11 09:44:00 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- release 2: mv Pod/Find{,Files}.pm to resolve conflict with Pod::Parser
---- Files affected:
SPECS:
perl-PodToHTML.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: SPECS/perl-PodToHTML.spec
diff -u SPECS/perl-PodToHTML.spec:1.34 SPECS/perl-PodToHTML.spec:1.35
--- SPECS/perl-PodToHTML.spec:1.34 Fri Dec 3 14:19:23 2004
+++ SPECS/perl-PodToHTML.spec Sat Jun 11 11:43:55 2005
@@ -8,7 +8,7 @@
Summary(pl): Moduł Perla PodToHTML - konwersja plików POD do formatu HTML
lub PostScript
Name: perl-PodToHTML
Version: 0.05
-Release: 1
+Release: 2
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
@@ -33,6 +33,9 @@
%prep
%setup -q -n PodToHTML-%{version}
%{__perl} -pi -e 's/^(use\s+Pod::Parser\s+1.06)1/$1_1/' Pod/HTML_Elements.pm
+# this package requires Pod::Parser, which also contains Pod::Find
+%{__perl} -pi -e 's/\bPod::Find\b/Pod::FindFiles/g' findpods Pod/Find.pm
podtohtml
+%{__mv} Pod/Find.pm Pod/FindFiles.pm
%build
%{__perl} Makefile.PL \
@@ -63,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2005/06/11 09:43:55 radek
+- release 2: mv Pod/Find{,Files}.pm to resolve conflict with Pod::Parser
+
Revision 1.34 2004/12/03 13:19:23 radek
- version 0.05
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-PodToHTML.spec?r1=1.34&r2=1.35&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit