diff --git a/.perl-XML-SAX-Writer.metadata b/.perl-XML-SAX-Writer.metadata new file mode 100644 index 0000000..e6ba2de --- /dev/null +++ b/.perl-XML-SAX-Writer.metadata @@ -0,0 +1 @@ +c2e9d8f0292b3f525ab84ab275a0f6fbc72d1ffe SOURCES/XML-SAX-Writer-0.53.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-XML-SAX-Writer.spec b/SPECS/perl-XML-SAX-Writer.spec new file mode 100644 index 0000000..8a29600 --- /dev/null +++ b/SPECS/perl-XML-SAX-Writer.spec @@ -0,0 +1,110 @@ +Name: perl-XML-SAX-Writer +Version: 0.53 +Release: 3%{?dist} +Summary: SAX2 Writer +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/XML-SAX-Writer/ +Source0: http://www.cpan.org/modules/by-module/XML/XML-SAX-Writer-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl(Cwd) +BuildRequires: perl(Encode) >= 2.12 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Path) +BuildRequires: perl(Test::More) >= 0.40 +BuildRequires: perl(XML::Filter::BufferText) >= 1.00 +BuildRequires: perl(XML::NamespaceSupport) >= 1.00 +BuildRequires: perl(XML::SAX::Exception) >= 1.01 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +A new XML Writer to match the SAX2 effort. + +%prep +%setup -q -n XML-SAX-Writer-%{version} +find -type f -exec chmod -x {} + + +%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} -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} %{buildroot}/* + +%check +make test + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Tue Feb 5 2013 Paul Howarth - 0.53-3 +- Always use included Module::Install to avoid circular build deps (#906007) + +* Fri Nov 23 2012 Jitka Plesnikova - 0.53-2 +- Drop BR perl(Module::Install::*) for RHEL + +* Fri Nov 23 2012 Jitka Plesnikova - 0.53-1 +- 0.53 bump +- Update dependencies + +* Fri Jul 20 2012 Fedora Release Engineering - 0.50-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 0.50-14 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.50-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jul 19 2011 Petr Sabata - 0.50-12 +- Perl mass rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.50-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 23 2010 Marcela Maslanova - 0.50-10 +- 661697 rebuild for fixing problems with vendorach/lib + +* Fri May 07 2010 Marcela Maslanova - 0.50-9 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 0.50-8 +- rebuild against perl 5.10.1 + +* Sun Jul 26 2009 Fedora Release Engineering - 0.50-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.50-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.50-5 +- Rebuild for perl 5.10 (again) + +* Mon Jan 28 2008 Tom "spot" Callaway 0.50-4 +- rebuild for new perl + +* Sun Jan 27 2008 Andreas Thienemann 0.50-3 +- Added Test::More to the BuildReqs + +* Sat Mar 17 2007 Andreas Thienemann 0.50-2 +- Removed hardcoded Reqs in favour of autoreqs +- Better conversion to utf-8 + +* Thu Mar 15 2007 Andreas Thienemann 0.50-1 +- Specfile autogenerated by cpanspec 1.69.1. +- Cleaned up for FE