2.0118 bump
This commit is contained in:
parent
e73dc49a5b
commit
49f6de19dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ XML-LibXML-1.70.tar.gz
|
|||||||
/XML-LibXML-2.0115.tar.gz
|
/XML-LibXML-2.0115.tar.gz
|
||||||
/XML-LibXML-2.0116.tar.gz
|
/XML-LibXML-2.0116.tar.gz
|
||||||
/XML-LibXML-2.0117.tar.gz
|
/XML-LibXML-2.0117.tar.gz
|
||||||
|
/XML-LibXML-2.0118.tar.gz
|
||||||
|
@ -3,7 +3,7 @@ Name: perl-XML-LibXML
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
||||||
# it might not be needed anymore
|
# it might not be needed anymore
|
||||||
# this module is maintained, the other is not
|
# this module is maintained, the other is not
|
||||||
Version: 2.0117
|
Version: 2.0118
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Perl interface to the libxml2 library
|
Summary: Perl interface to the libxml2 library
|
||||||
@ -11,6 +11,8 @@ Group: Development/Libraries
|
|||||||
License: (GPL+ or Artistic) and MIT
|
License: (GPL+ or Artistic) and MIT
|
||||||
URL: http://search.cpan.org/dist/XML-LibXML/
|
URL: http://search.cpan.org/dist/XML-LibXML/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
|
||||||
|
BuildRequires: glibc-common
|
||||||
|
BuildRequires: glibc-headers
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
@ -110,12 +112,16 @@ if [ $1 -eq 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes HACKING.txt LICENSE README TODO
|
%license LICENSE
|
||||||
|
%doc Changes HACKING.txt README TODO
|
||||||
%{perl_vendorarch}/auto/XML
|
%{perl_vendorarch}/auto/XML
|
||||||
%{perl_vendorarch}/XML
|
%{perl_vendorarch}/XML
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 09 2015 Petr Pisar <ppisar@redhat.com> - 1:2.0118-1
|
||||||
|
- 2.0118 bump
|
||||||
|
|
||||||
* Wed Oct 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0117-1
|
* Wed Oct 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0117-1
|
||||||
- 2.0117 bump
|
- 2.0117 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user