2.0012 bump

This commit is contained in:
Petr Písař 2012-11-12 09:23:47 +01:00
parent 313d9e5b70
commit ee83918e90
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ XML-LibXML-1.70.tar.gz
/XML-LibXML-2.0007.tar.gz
/XML-LibXML-2.0008.tar.gz
/XML-LibXML-2.0010.tar.gz
/XML-LibXML-2.0012.tar.gz

View File

@ -3,16 +3,14 @@ Name: perl-XML-LibXML
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
# it might not be needed anymore
# this module is maintained, the other is not
Version: 2.0010
Release: 2%{?dist}
Version: 2.0012
Release: 1%{?dist}
Epoch: 1
Summary: Perl interface to the libxml2 library
Group: Development/Libraries
License: (GPL+ or Artistic) and MIT
URL: http://search.cpan.org/dist/XML-LibXML/
Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
BuildRequires: libxml2-devel
BuildRequires: perl(Devel::CheckLib)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -34,12 +32,12 @@ BuildRequires: perl(XML::SAX::Base)
BuildRequires: perl(XML::SAX::DocumentLocator)
BuildRequires: perl(XML::SAX::Exception)
# Tests
# Optional Test::Differences has a fall-back
BuildRequires: perl(Errno)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
BuildRequires: perl(XML::SAX)
# Optional tests
# Optional Test::Differences has a fall-back
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(threads)
BuildRequires: perl(threads::shared)
@ -75,7 +73,6 @@ make %{?_smp_mflags}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} ';' 2>/dev/null
chmod -R u+w %{buildroot}/*
%check
@ -102,6 +99,9 @@ fi
%{_mandir}/man3/*.3*
%changelog
* Mon Nov 12 2012 Petr Pisar <ppisar@redhat.com> - 1:2.0012-1
- 2.0012 bump
* Thu Nov 8 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:2.0010-2
- fix license field, under MIT is one example

View File

@ -1 +1 @@
c95bbf6bdaef0b16bd7979f7e4f97ec8 XML-LibXML-2.0010.tar.gz
877313023765c33d8b9d2fead36ad5c3 XML-LibXML-2.0012.tar.gz