You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224 lines
7.5 KiB
224 lines
7.5 KiB
4 years ago
|
Name: perl-XML-RSS
|
||
|
Version: 1.61
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Perl module for managing RDF Site Summary (RSS) files
|
||
|
License: GPL+ or Artistic
|
||
|
URL: https://metacpan.org/release/XML-RSS
|
||
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-RSS-%{version}.tar.gz
|
||
|
BuildArch: noarch
|
||
|
BuildRequires: perl-interpreter
|
||
|
BuildRequires: perl-generators
|
||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||
|
# Run-time:
|
||
|
BuildRequires: perl(Carp)
|
||
|
BuildRequires: perl(DateTime::Format::Mail)
|
||
|
BuildRequires: perl(DateTime::Format::W3CDTF)
|
||
|
BuildRequires: perl(HTML::Entities)
|
||
|
BuildRequires: perl(strict)
|
||
|
BuildRequires: perl(vars)
|
||
|
BuildRequires: perl(warnings)
|
||
|
BuildRequires: perl(XML::Parser) >= 2.23
|
||
|
# Tests:
|
||
|
BuildRequires: perl(constant)
|
||
|
BuildRequires: perl(File::Find)
|
||
|
BuildRequires: perl(File::Spec)
|
||
|
# Module::Build not used
|
||
|
BuildRequires: perl(POSIX)
|
||
|
BuildRequires: perl(Test::Manifest) >= 0.9
|
||
|
BuildRequires: perl(Test::More)
|
||
|
# Test::Run::CmdLine::Iface not used
|
||
|
# Optional tests:
|
||
|
BuildRequires: perl(Test::Differences)
|
||
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||
|
BuildRequires: perl(Test::Pod::Coverage)
|
||
|
BuildRequires: perl(Test::TrailingSpace)
|
||
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||
|
Requires: perl(XML::Parser) >= 2.23
|
||
|
|
||
|
# Filter under-specified dependencies
|
||
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(XML::Parser\\)$
|
||
|
|
||
|
%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 NO_PACKLIST=1
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
%install
|
||
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||
|
|
||
|
%check
|
||
|
make test
|
||
|
|
||
|
%files
|
||
|
%doc Changes README TODO examples
|
||
|
%{perl_vendorlib}/XML/
|
||
|
/usr/lib64/perl5/vendor_perl/auto/XML/RSS/.packlist
|
||
|
%{_mandir}/man3/XML::RSS*.3*
|
||
|
|
||
|
%changelog
|
||
|
* Mon Sep 09 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.61-1
|
||
|
- 1.61 bump
|
||
|
|
||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.60-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||
|
|
||
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-5
|
||
|
- Perl 5.30 rebuild
|
||
|
|
||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.60-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.60-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-2
|
||
|
- Perl 5.28 rebuild
|
||
|
|
||
|
* Mon Mar 5 2018 Tom Callaway <spot@fedoraproject.org> - 1.60-1
|
||
|
- update to 1.60
|
||
|
|
||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.59-4
|
||
|
- Perl 5.26 rebuild
|
||
|
|
||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
|
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.59-2
|
||
|
- Perl 5.24 rebuild
|
||
|
|
||
|
* Thu Mar 3 2016 Tom Callaway <spot@fedoraproject.org> - 1.59-1
|
||
|
- update to 1.59
|
||
|
|
||
|
* Fri Feb 12 2016 Tom Callaway <spot@fedoraproject.org> - 1.58-1
|
||
|
- update to 1.58
|
||
|
|
||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.57-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Tue Dec 15 2015 Tom Callaway <spot@fedoraproject.org> - 1.57-1
|
||
|
- update to 1.57
|
||
|
|
||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.56-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.56-2
|
||
|
- Perl 5.22 rebuild
|
||
|
|
||
|
* Fri Jan 2 2015 Tom Callaway <spot@fedoraproject.org> - 1.56-1
|
||
|
- update to 1.56
|
||
|
|
||
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.54-3
|
||
|
- Perl 5.20 rebuild
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.54-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Fri Aug 02 2013 Petr Pisar <ppisar@redhat.com> - 1.54-1
|
||
|
- 1.54 bump
|
||
|
|
||
|
* Fri Aug 02 2013 Petr Pisar <ppisar@redhat.com> - 1.49-5
|
||
|
- Perl 5.18 rebuild
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.49-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
- Specify all dependencies
|
||
|
|
||
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.49-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.49-2
|
||
|
- Perl 5.16 rebuild
|
||
|
|
||
|
* Fri Jan 20 2012 Iain Arnell <iarnell@gmail.com> 1.49-1
|
||
|
- update to 1.49
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.45-7
|
||
|
- Perl mass rebuild
|
||
|
|
||
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.45-6
|
||
|
- Perl mass rebuild
|
||
|
|
||
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||
|
|
||
|
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.45-4
|
||
|
- 661697 rebuild for fixing problems with vendorach/lib
|
||
|
|
||
|
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.45-3
|
||
|
- Mass rebuild with perl-5.12.0
|
||
|
|
||
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.45-2
|
||
|
- rebuild against perl 5.10.1
|
||
|
|
||
|
* Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.45-1
|
||
|
- update to 1.45
|
||
|
|
||
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.44-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||
|
|
||
|
* Fri May 15 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.44-1
|
||
|
- update to 1.44
|
||
|
|
||
|
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.43-1
|
||
|
- update to 1.43
|
||
|
|
||
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||
|
|
||
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-3
|
||
|
- Rebuild for perl 5.10 (again)
|
||
|
|
||
|
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-2
|
||
|
- rebuild for new perl
|
||
|
|
||
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-1
|
||
|
- bump to 1.31
|
||
|
- license tag fix
|
||
|
|
||
|
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.22-1
|
||
|
- bump to 1.22
|
||
|
- add new BR for building and testing
|
||
|
|
||
|
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-2
|
||
|
- bump for FC-6
|
||
|
|
||
|
* Mon Mar 13 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.10-1
|
||
|
- 1.10.
|
||
|
|
||
|
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.05-2
|
||
|
- rebuilt
|
||
|
|
||
|
* Sat Aug 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.05-0.fdr.1
|
||
|
- Update to 1.05, patches applied upstream.
|
||
|
|
||
|
* Sun Jul 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.04-0.fdr.2
|
||
|
- Bring up to date with current fedora.us Perl spec template.
|
||
|
|
||
|
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.04-0.fdr.1
|
||
|
- Update to 1.04.
|
||
|
- Reduce directory ownership bloat.
|
||
|
|
||
|
* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
|
||
|
- Eliminate some spurious test warnings.
|
||
|
|
||
|
* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.1
|
||
|
- First build.
|