Blame SPECS/perl-XML-Writer.spec

401478
Name:           perl-XML-Writer
401478
Version:        0.623
56daca
Release:        3%{?dist}
401478
Summary:        A simple Perl module for writing XML documents
401478
401478
Group:          Development/Libraries
401478
License:        CC0
401478
URL:            http://search.cpan.org/dist/XML-Writer/
401478
Source0:        http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-%{version}.tar.gz
401478
401478
BuildArch:      noarch
401478
BuildRequires:  perl
401478
BuildRequires:  perl(ExtUtils::MakeMaker)
401478
BuildRequires:  perl(strict)
401478
# Run-time:
401478
BuildRequires:  perl(Carp)
401478
BuildRequires:  perl(IO::Handle)
401478
BuildRequires:  perl(overload)
401478
BuildRequires:  perl(vars)
401478
# Tests:
401478
BuildRequires:  perl(Algorithm::Diff)
401478
BuildRequires:  perl(Encode)
401478
BuildRequires:  perl(Errno)
401478
BuildRequires:  perl(IO::File)
401478
BuildRequires:  perl(Test::More) >= 0.047
401478
BuildRequires:  perl(warnings)
401478
# Optional tests:
401478
BuildRequires:  perl(IO::Scalar)
401478
BuildRequires:  perl(Test::Pod) >= 1.00
401478
BuildRequires:  perl(Test::Pod::Coverage)
401478
Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
401478
401478
%description
401478
XML::Writer is a simple Perl module for writing XML documents: it
401478
takes care of constructing markup and escaping data correctly, and by
401478
default, it also performs a significant amount of well-formedness
401478
checking on the output, to make certain (for example) that start and
401478
end tags match, that there is exactly one document element, and that
401478
there are not duplicate attribute names.
401478
401478
401478
%prep
401478
%setup -q -n XML-Writer-%{version}
401478
find examples -type f -exec chmod -x {} +
401478
401478
401478
%build
401478
perl Makefile.PL INSTALLDIRS=vendor
401478
make %{?_smp_mflags} 
401478
401478
401478
%install
401478
make pure_install DESTDIR=$RPM_BUILD_ROOT
401478
find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
401478
  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
401478
401478
401478
%check
401478
make test
401478
401478
401478
%files
401478
%doc Changes README TODO LICENSE examples
401478
%{perl_vendorlib}/*
401478
%{_mandir}/man3/*.3*
401478
401478
401478
%changelog
56daca
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.623-3
56daca
- Mass rebuild 2013-12-27
56daca
401478
* Wed Jul 03 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.623-2
401478
- Change license to CC0
401478
401478
* Fri Jun 14 2013 Petr Pisar <ppisar@redhat.com> - 0.623-1
401478
- 0.623 bump
401478
401478
* Mon Apr 15 2013 Petr Šabata <contyk@redhat.com> - 0.621-1
401478
- 0.621 bump
401478
- Lots of bugfixes
401478
- Packaging examples
401478
- Fixing build-time deps and removing unneeded lines
401478
- Fixing changelog issues
401478
401478
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.612-6
401478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
401478
401478
* Fri Aug 17 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.612-5
401478
- Specify all dependencies.
401478
401478
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.612-4
401478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
401478
401478
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.612-3
401478
- Perl 5.16 rebuild
401478
401478
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.612-2
401478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
401478
401478
* Sun Oct  2 2011 Tom Callaway <spot@fedoraproject.org> - 0.612-1
401478
- update to 0.612
401478
401478
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.606-9
401478
- Perl mass rebuild
401478
401478
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.606-8
401478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
401478
401478
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.606-7
401478
- 661697 rebuild for fixing problems with vendorach/lib
401478
401478
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.606-6
401478
- Mass rebuild with perl-5.12.0
401478
401478
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.606-6
401478
- make rpmlint happy
401478
401478
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.606-4
401478
- rebuild against perl 5.10.1
401478
401478
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.606-3
401478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
401478
401478
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.606-2
401478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
401478
401478
* Mon Feb  2 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.606-1
401478
- Update to upstream 0.606
401478
- Clarify license is MIT
401478
401478
* Tue Mar 18 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.604-1
401478
- New upstream release (0.604)
401478
401478
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.603-4
401478
- Rebuild for perl 5.10 (again)
401478
401478
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.603-3
401478
- rebuild for new perl
401478
401478
* Thu Aug 23 2007 Alex Lancaster <alexl@users.sourceforge.net> 0.603-2
401478
- License tag to "GPL+ or Artistic" as per new guidelines.
401478
401478
* Sat Aug 18 2007 Alex Lancaster <alexl@users.sourceforge.net> 0.603-1
401478
- Update to latest upstream
401478
401478
* Mon Mar 26 2007 Alex Lancaster <alexl@users.sourceforge.net> 0.602-3
401478
- Fixed %%check
401478
401478
* Fri Mar 23 2007 Alex Lancaster <alexl@users.sourceforge.net> 0.602-2
401478
- Update BR as per suggestions from review by Ralf Corsepius
401478
401478
* Fri Mar 23 2007 Alex Lancaster <alexl@users.sourceforge.net> 0.602-1
401478
- Update to 0.602
401478
401478
* Wed Apr 06 2005 Hunter Matthews <thm@duke.edu> 0.531-1
401478
- Review suggestions from José Pedro Oliveira
401478
401478
* Tue Mar 22 2005 Hunter Matthews <thm@duke.edu> 0.531-1
401478
- Initial build.