3.40 bump
This commit is contained in:
parent
5991e78c4b
commit
dfecdf1683
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ XML-Twig-3.34.tar.gz
|
||||
/XML-Twig-3.37.tar.gz
|
||||
/XML-Twig-3.38.tar.gz
|
||||
/XML-Twig-3.39.tar.gz
|
||||
/XML-Twig-3.40.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-XML-Twig
|
||||
Version: 3.39
|
||||
Release: 4%{?dist}
|
||||
Version: 3.40
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl module for processing huge XML documents in tree mode
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -56,7 +56,7 @@ BuildRequires: perl(XML::Simple)
|
||||
BuildRequires: perl(XML::XPathEngine)
|
||||
BuildRequires: perl(XML::XPath)
|
||||
Requires: perl(XML::Parser) >= 2.34
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -83,7 +83,7 @@ twig_print_outside_roots options.
|
||||
%setup -q -n XML-Twig-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL -y INSTALLDIRS=perl
|
||||
perl Makefile.PL -y INSTALLDIRS=perl
|
||||
make %{?_smp_mflags}
|
||||
cp Changes Changes.orig
|
||||
iconv -f iso88591 -t utf8 < Changes.orig > Changes
|
||||
@ -98,7 +98,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
%{perl_privlib}/*
|
||||
%{_bindir}/*
|
||||
@ -106,6 +105,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri May 11 2012 Petr Šabata <contyk@redhat.com> - 3.40-1
|
||||
- 3.40 bump
|
||||
- Dropping defattr and perl command macros
|
||||
|
||||
* Thu Apr 19 2012 Marcela Mašláňová <mmaslano@redhat.com> - 3.39-4
|
||||
- make module Kwalitee conditional
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user