diff --git a/README.md b/README.md index 5acb4a8..166dc4a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-XML-FeedPP +XML::FeedPP - Parse/write/merge/edit RSS/RDF/Atom syndication feeds. + diff --git a/perl-XML-FeedPP.spec b/perl-XML-FeedPP.spec new file mode 100644 index 0000000..86efe24 --- /dev/null +++ b/perl-XML-FeedPP.spec @@ -0,0 +1,68 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-XML-FeedPP +Version: 0.43 +Release: 2mamba +Summary: XML::FeedPP - Parse/write/merge/edit RSS/RDF/Atom syndication feeds +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/K/KA/KAWASAKI/XML-FeedPP-%{version}.tar.gz +License: Artistic, GPL +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +BuildRequires: perl-XML-TreePP +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +XML::FeedPP - Parse/write/merge/edit RSS/RDF/Atom syndication feeds. + +%prep + +%setup -q -n XML-FeedPP-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Sun Nov 11 2012 Silvan Calarco 0.43-2mamba +- perl 5.16 mass rebuild + +* Mon May 09 2011 Automatic Build System 0.43-1mamba +- automatic update by autodist + +* Mon Nov 01 2010 Automatic Build System 0.42-1mamba +- automatic update by autodist + +* Fri Jan 15 2010 Automatic Build System 0.41-1mamba +- automatic update by autodist + +* Thu Jul 23 2009 Silvan Calarco 0.40-1mamba +- package created by autospec