2.0012 bump
This commit is contained in:
parent
313d9e5b70
commit
ee83918e90
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user