]> git.pld-linux.org Git - packages/perl-XML-Stream.git/commitdiff
- fixed perl version required by modele, cosmetics; rel. 3
authorankry <ankry@pld-linux.org>
Tue, 6 May 2003 00:33:44 +0000 (00:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-Stream.spec -> 1.17

perl-XML-Stream.spec

index 8c4d6f2956591f7561a12b2577008d4ee22837b4..274331131408ff145756c2b85baa02125c7d7963 100644 (file)
@@ -1,11 +1,11 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    XML
 %define        pnam    Stream
-Summary:       XML::Stream -- XML streams interface for perl
-Summary(pl):   XML::Stream -- obs³uga strumieni XML
+Summary:       XML::Stream - XML streams interface for perl
+Summary(pl):   XML::Stream - obs³uga strumieni XML
 Name:          perl-XML-Stream
 Version:       1.16
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -25,6 +25,9 @@ Modu
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+for i in Stream.pm Stream/*.pm Stream/*/*.pm; do
+       %{__perl} -pi -e 's/^(use 5.006_)0(01;)(.*)$/$1$2$3/' $i
+done
 
 %build
 echo -e "y\ny\ny\n" | %{__perl} Makefile.PL \
This page took 0.062648 seconds and 4 git commands to generate.