%define pkg_name XML-RSS %define pkg_version 1.31 %define rpm_pkg_version 1.31 %define rpm_pkg_release 1.n0i.11 Summary: Parse or create Rich Site Summaries Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/A/AB/ABH/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: reb00t-rpmdevtools BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Manifest) >= 0.9 BuildRequires: perl(XML::Parser) >= 2.23 %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 Slashot and Freshmeat or if you want to syndicate your own content. %prep %setup -q -n %{pkg_name}-%{pkg_version} %{fix_mod} %{fix_perl_path examples/} %build %{perl_build} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc Changes examples/ README TODO %changelog * Tue Jul 31 2007 Marius Feraru - 1.31-1.n0i.11 - version 1.31 * Fri Jun 15 2007 Marius Feraru - 1.22-1.n0i.10 - spec file (re)created using N0i::CPAN::RPMizer/1.14.9 - version 1.22 * Mon Mar 27 2006 Marius Feraru - 1.10-1.n0i.9 - version 1.10 * Sat Jul 23 2005 Marius Feraru 1.05-3.n0i.8 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7 * Sun Mar 20 2005 Marius Feraru 0:1.05-2.n0i.7 - automatic rebuild (perl 5.8.6) * Fri Dec 03 2004 Marius Feraru 0:1.05-2.n0i.6 - version 1.05 - no dependencies are to be computed based on files in %%docdir * Fri Apr 30 2004 Marius Feraru 0:1.04-1.n0i.5 - automatic rebuild * Wed Apr 21 2004 Marius Feraru 0:1.04-1.n0i.4 - automatic rebuild * Sat Apr 03 2004 Marius Feraru 0:1.04-1.n0i.3 - version 1.04 - spec file (re?)created using N0i::CPAN::RPMizer/2004032101 * Sun Feb 01 2004 Marius FERARU 0:1.02-0.n0i.2 - spec file (re?)created using N0i::CPAN::RPMizer/2004011001 * Sun Jun 29 2003 Marius FERARU 1.02-0.n0i - Initial build.