rpms/perl-XML-RSS-LibXML/devel .cvsignore, 1.2, 1.3 perl-XML-RSS-LibXML.spec, 1.4, 1.5 sources, 1.2, 1.3

Iain Arnell iarnell at fedoraproject.org
Sat Jun 5 10:08:24 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-XML-RSS-LibXML/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8098

Modified Files:
	.cvsignore perl-XML-RSS-LibXML.spec sources 
Log Message:
* Sat Jun 05 2010 Iain Arnell <iarnell at gmail.com> 0.3005-1
- update to latest upstream version
- use perl_default_filter and DESTDIR



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	19 May 2009 04:03:24 -0000	1.2
+++ .cvsignore	5 Jun 2010 10:08:24 -0000	1.3
@@ -1 +1 @@
-XML-RSS-LibXML-0.3004.tar.gz
+XML-RSS-LibXML-0.3005.tar.gz


Index: perl-XML-RSS-LibXML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/devel/perl-XML-RSS-LibXML.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-XML-RSS-LibXML.spec	7 May 2010 13:06:46 -0000	1.4
+++ perl-XML-RSS-LibXML.spec	5 Jun 2010 10:08:24 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-XML-RSS-LibXML
-Version:        0.3004
-Release:        4%{?dist}
+Version:        0.3005
+Release:        1%{?dist}
 Summary:        XML::RSS with XML::LibXML
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,6 +24,8 @@ Requires:       perl(Class::Accessor::Fa
 Requires:       perl(Exporter)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of
 XML::RSS' XML::Parser (expat), while trying to keep interface compatibility
@@ -31,9 +33,7 @@ with XML::RSS.
 
 %prep
 %setup -q -n XML-RSS-LibXML-%{version}
-
-# pod-coverage test fails
-rm t/pod-coverage.t
+sed -i -e '/^auto_install/d' Makefile.PL
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -42,7 +42,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 05 2010 Iain Arnell <iarnell at gmail.com> 0.3005-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.3004-4
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-RSS-LibXML/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	19 May 2009 04:03:24 -0000	1.2
+++ sources	5 Jun 2010 10:08:24 -0000	1.3
@@ -1 +1 @@
-d9eff4939fd68b34d2a42aed8d3e6c6c  XML-RSS-LibXML-0.3004.tar.gz
+e5053b362b389f8d8e710f513a998f6f  XML-RSS-LibXML-0.3005.tar.gz



More information about the scm-commits mailing list