Name: perl-XML-RSS Version: 1.56 Release: 1%{?_dist_release} Summary: Perl module for managing RDF Site Summary (RSS) files Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/XML-RSS/ Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl(Module::Build) >= 0.36 BuildRequires: perl(Test::Manifest) >= 0.9 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(HTML::Entities) BuildRequires: perl(XML::Parser) >= 2.23 BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux Packager: iwaim, shaolin %description %{summary}. %prep %setup -q -n XML-RSS-%{version} chmod 644 Changes README TODO find examples -type f -exec chmod 644 {} ';' find examples -type d -exec chmod 755 {} ';' %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README TODO examples %{perl_vendorlib}/XML/ %{_mandir}/man3/XML::RSS.3* %changelog * Tue Dec 23 2014 Ryoichi INAGAKI - 1.56-1 - updated to 1.56 - built with perl 5.16.3 * Fri Mar 09 2012 MATSUBAYASHI Kohji - 1.49-1 - updated to 1.49 - spec revamped based on Fedora's 1.49-1 - previous Vine changelogs as follows: - Sat Dec 4 2004 IWAI, Masaharu 1.05-0vl1 - new upstream release - build on perl-5.8.6-0vl1 - Mon Dec 15 2003 IWAI, Masaharu 1.02-0vl1 - new upstream release - add %%{perl_sitelib}/XML directory in %%files - add TODO and examples if %%doc dir - drop BUGS in %%doc dir: because it lost. - Mon Apr 15 2002 IWAI Masaharu 0.97-0vl1 - first build for Vine Linux * Fri Jan 20 2012 Iain Arnell 1.49-1 - update to 1.49 * Fri Jan 13 2012 Fedora Release Engineering - 1.45-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Jul 21 2011 Petr Sabata - 1.45-7 - Perl mass rebuild * Wed Jul 20 2011 Petr Sabata - 1.45-6 - Perl mass rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.45-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 23 2010 Marcela Maslanova - 1.45-4 - 661697 rebuild for fixing problems with vendorach/lib * Fri May 07 2010 Marcela Maslanova - 1.45-3 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.45-2 - rebuild against perl 5.10.1 * Wed Aug 19 2009 Tom "spot" Callaway - 1.45-1 - update to 1.45 * Sun Jul 26 2009 Fedora Release Engineering - 1.44-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri May 15 2009 Tom "spot" Callaway - 1.44-1 - update to 1.44 * Fri Mar 13 2009 Tom "spot" Callaway - 1.43-1 - update to 1.43 * Thu Feb 26 2009 Fedora Release Engineering - 1.31-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 27 2008 Tom "spot" Callaway - 1.31-3 - Rebuild for perl 5.10 (again) * Thu Jan 24 2008 Tom "spot" Callaway - 1.31-2 - rebuild for new perl * Sun Aug 26 2007 Tom "spot" Callaway - 1.31-1 - bump to 1.31 - license tag fix * Wed Jan 17 2007 Tom "spot" Callaway - 1.22-1 - bump to 1.22 - add new BR for building and testing * Fri Sep 15 2006 Tom "spot" Callaway - 1.10-2 - bump for FC-6 * Mon Mar 13 2006 Ville Skyttä - 1.10-1 - 1.10. * Fri Apr 7 2005 Michael Schwendt - 1.05-2 - rebuilt * Sat Aug 14 2004 Ville Skyttä - 0:1.05-0.fdr.1 - Update to 1.05, patches applied upstream. * Sun Jul 11 2004 Ville Skyttä - 0:1.04-0.fdr.2 - Bring up to date with current fedora.us Perl spec template. * Sun Mar 14 2004 Ville Skyttä - 0:1.04-0.fdr.1 - Update to 1.04. - Reduce directory ownership bloat. * Fri Nov 21 2003 Ville Skyttä - 0:1.02-0.fdr.2 - Eliminate some spurious test warnings. * Sun Oct 12 2003 Ville Skyttä - 0:1.02-0.fdr.1 - First build.