%perl_module XML-RSS 1.05 4 Summary: Creates and updates RSS files. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~kellan/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/K/KE/KELLAN/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: perl(XML::Parser) >= 2.23 #BuildRequires: perl(Test::Manifest) %description This module was created to help those who need to manage RDF Site Summary (RSS) files. It makes quick work of creating, updating, and saving RSS files. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/XML/RSS.pm %{perl_man3dir}/XML::RSS.3* %changelog * Tue Dec 27 2005 Axel Thimm - Update to 1.05. * Sat Jan 3 2004 Axel Thimm - Initial build.