Name: perl-XML-RSS Version: 1.46 Release: 1%{?dist} Summary: Creates and updates RSS files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-RSS/ Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-RSS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(HTML::Entities) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Manifest) >= 0.9 BuildRequires: perl(Test::More) BuildRequires: perl(XML::Parser) >= 2.23 Requires: perl(DateTime) Requires: perl(DateTime::Format::Mail) Requires: perl(DateTime::Format::W3CDTF) Requires: perl(HTML::Entities) Requires: perl(XML::Parser) >= 2.23 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and 1.0 version, and other nifty things. This might be helpful if you want to include news feeds on your Web site from sources like Slashdot and Freshmeat or if you want to syndicate your own content. %prep %setup -q -n XML-RSS-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes examples README testlib TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Oct 10 2009 Dave Cross 1.46-1 - Specfile autogenerated by cpanspec 1.78.