beddfc
Name:           perl-XML-Simple
beddfc
Version:        2.20
d429dc
Release:        5%{?dist}
beddfc
Summary:        Easy API to maintain XML in Perl
beddfc
Group:          Development/Libraries
beddfc
License:        GPL+ or Artistic
beddfc
URL:            http://search.cpan.org/dist/XML-Simple/
beddfc
Source0:        http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.gz
beddfc
BuildArch:      noarch
beddfc
BuildRequires:  perl(Carp)
beddfc
BuildRequires:  perl(Exporter)
beddfc
BuildRequires:  perl(ExtUtils::MakeMaker)
beddfc
BuildRequires:  perl(File::Spec)
beddfc
BuildRequires:  perl(IO::Handle)
beddfc
BuildRequires:  perl(Storable)
beddfc
#BuildRequires:  perl(XML::LibXML)
beddfc
#BuildRequires:  perl(XML::LibXML::Common)
beddfc
BuildRequires:  perl(XML::NamespaceSupport)
beddfc
BuildRequires:  perl(XML::Parser)
beddfc
BuildRequires:  perl(XML::SAX)
beddfc
# Tests only
beddfc
BuildRequires:  perl(base)
beddfc
BuildRequires:  perl(IO::File)
beddfc
BuildRequires:  perl(Test::More)
beddfc
BuildRequires:  perl(Tie::IxHash)
beddfc
BuildRequires:  perl(XML::SAX::Base)
beddfc
Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
beddfc
Requires:       perl(File::Spec)
beddfc
Requires:       perl(IO::Handle)
beddfc
Requires:       perl(Storable)
beddfc
Requires:       perl(XML::NamespaceSupport)
beddfc
Requires:       perl(XML::Parser)
beddfc
Requires:       perl(XML::SAX)
beddfc
beddfc
%description
beddfc
The XML::Simple module provides a simple API layer on top of an
beddfc
underlying XML parsing module (either XML::Parser or one of the SAX2
beddfc
parser modules).
beddfc
beddfc
%prep
beddfc
%setup -q -n XML-Simple-%{version}
beddfc
beddfc
%build
beddfc
perl Makefile.PL INSTALLDIRS=vendor
beddfc
make %{?_smp_mflags}
beddfc
beddfc
%install
beddfc
make pure_install PERL_INSTALL_ROOT=%{buildroot}
beddfc
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
beddfc
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
beddfc
chmod -R u+w %{buildroot}/*
beddfc
beddfc
%check
beddfc
make test
beddfc
beddfc
%files
beddfc
%doc Changes README
beddfc
%{perl_vendorlib}/XML/
beddfc
%{_mandir}/man3/*.3*
beddfc
beddfc
%changelog
d429dc
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.20-5
d429dc
- Mass rebuild 2013-12-27
d429dc
beddfc
* Fri Aug 24 2012 Jitka Plesnikova <jplesnik@redhat.com> - 2.20-4
beddfc
- Add test BR perl(XML::SAX::Base)
beddfc
- Add R perl(IO::Handle), remove duplicate R perl(File::Spec).
beddfc
beddfc
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20-3
beddfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
beddfc
beddfc
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 2.20-2
beddfc
- Perl 5.16 rebuild
beddfc
beddfc
* Thu Jun 21 2012 Petr Šabata <contyk@redhat.com> - 2.20-1
beddfc
- 2.20 bump
beddfc
- Modernize spec
beddfc
beddfc
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 2.18-12
beddfc
- Perl 5.16 rebuild
beddfc
beddfc
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18-11
beddfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
beddfc
beddfc
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 2.18-10
beddfc
- Perl mass rebuild
beddfc
beddfc
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18-9
beddfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
beddfc
beddfc
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.18-8
beddfc
- 661697 rebuild for fixing problems with vendorach/lib
beddfc
beddfc
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.18-7
beddfc
- Mass rebuild with perl-5.12.0
beddfc
beddfc
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.18-6
beddfc
- rebuild against perl 5.10.1
beddfc
beddfc
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18-5
beddfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
beddfc
beddfc
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18-4
beddfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
beddfc
beddfc
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.18-3
beddfc
- Rebuild for perl 5.10 (again)
beddfc
beddfc
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.18-2
beddfc
- rebuild for new perl
beddfc
beddfc
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 2.18-1
beddfc
- Update to latest upstream version.
beddfc
beddfc
* Tue Oct 23 2007 Robin Norwood <rnorwood@redhat.com> - 2.17-2
beddfc
- Remove BR: perl
beddfc
beddfc
* Mon Aug 13 2007 Robin Norwood <rnorwood@redhat.com> - 2.17-1
beddfc
- Update to latest CPAN version: 2.17
beddfc
- Add BuildRequires
beddfc
- Fix macro-in-changelog rpmlint warning
beddfc
- Fix license tag
beddfc
beddfc
* Tue Dec 05 2006 Robin Norwood <rnorwood@redhat.com> - 2.16-2
beddfc
- Fix incorrect 'Release' tag - removed extra dot.
beddfc
beddfc
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 2.16-1
beddfc
- Upgrade to latest CPAN version: 2.16
beddfc
beddfc
* Wed Jun  7 2006 Jason Vas Dias <jvdias@redhat.com> - 2.14-4
beddfc
- fix bug 191911: make test fails when default Parser is XML::SAX::PurePerl -
beddfc
                  succeeds when default Parser is XML::LibXML::SAX -
beddfc
                  +BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common)
beddfc
beddfc
* Wed Jun  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.14-2.2
beddfc
- Require perl-XML-Parser (#193985)
beddfc
beddfc
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 2.14-2.1
beddfc
- rebuild for new perl-5.8.8
beddfc
beddfc
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.14-2
beddfc
- Pull perl-XML-Simple from Extras into Core 
beddfc
  for dependency reasons
beddfc
beddfc
* Fri Sep  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.14-1
beddfc
- Update to 2.14.
beddfc
- Added the dist tag.
beddfc
beddfc
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.13-2
beddfc
- rebuilt
beddfc
beddfc
* Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.13-1
beddfc
- Update to 2.13.
beddfc
beddfc
* Wed May 12 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.12-0.fdr.4
beddfc
- Avoid creation of the perllocal.pod file (make pure_install).
beddfc
beddfc
* Thu May  6 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.12-0.fdr.3
beddfc
- build requirement for perl < 5.8.0 - perl(Storable)
beddfc
beddfc
* Thu May  6 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.12-0.fdr.2
beddfc
- missing $RPM_OPT_FLAGS in the %%build section.
beddfc
- optional test module as build requirement perl(Tie::IxHash).
beddfc
beddfc
* Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.12-0.fdr.1
beddfc
- Update to 2.12.
beddfc
- Require perl(:MODULE_COMPAT_*).
beddfc
beddfc
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.11-0.fdr.1
beddfc
- Update to 2.11.
beddfc
- Reduce directory ownership bloat.
beddfc
beddfc
* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.09-0.fdr.2
beddfc
- Use INSTALLARCHLIB workaround in %%install.
beddfc
beddfc
* Wed Sep 10 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.09-0.fdr.1
beddfc
- Update to 2.09.
beddfc
beddfc
* Wed Sep  3 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.08-0.fdr.1
beddfc
- First build.