update to 0.99
The following creates circular dependency, but they are not used during build as far as I can see in source code: BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) I commented them out and now they are only required.
This commit is contained in:
parent
37af31b06c
commit
1cf765e22d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
XML-SAX-0.96.tar.gz
|
||||
/XML-SAX-0.99.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: XML-SAX Perl module
|
||||
Name: perl-XML-SAX
|
||||
Version: 0.96
|
||||
Release: 15%{?dist}
|
||||
Version: 0.99
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -11,9 +11,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(XML::NamespaceSupport)
|
||||
# The following creates circular dependency, comment out for bootstrap:
|
||||
BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common)
|
||||
BuildRequires: perl(XML::NamespaceSupport) >= 0.03
|
||||
# The following creates circular dependency, but they are not needed for build.
|
||||
#BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}'))
|
||||
Requires: perl(XML::LibXML) perl(XML::LibXML::Common)
|
||||
@ -83,10 +83,12 @@ rm -rf "%{perl_vendorlib}/XML/SAX/ParserDetails.ini.backup" || :
|
||||
%{perl_vendorlib}/XML/SAX/PurePerl
|
||||
%{_mandir}/man3/XML::*.3pm*
|
||||
%ghost %{perl_vendorlib}/XML/SAX/ParserDetails.ini
|
||||
%exclude %{perl_vendorlib}/XML/SAX/placeholder.pl
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2011 Marcela Mašláňová <mmaslano@redhat.com> 0.99-1
|
||||
- update to 0.99
|
||||
|
||||
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.96-15
|
||||
- Perl mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user