|
@@ -1,7 +1,7 @@
|
|
Summary: XML-Parser module for perl
|
|
Summary: XML-Parser module for perl
|
|
Name: perl-XML-Parser
|
|
Name: perl-XML-Parser
|
|
-Version: 2.36
|
|
+Version: 2.40
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: http://www.cpan.org/authors/id/C/CO/COOPERCL/XML-Parser-%{version}.tar.gz
|
|
Source0: http://www.cpan.org/authors/id/C/CO/COOPERCL/XML-Parser-%{version}.tar.gz
|
|
@@ -9,6 +9,10 @@ Url: http://search.cpan.org/search?dist=XML-Parser
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: perl >= 5.8.6, libexpat >= 1.95.0, expat-devel
|
|
BuildRequires: perl >= 5.8.6, libexpat >= 1.95.0, expat-devel
|
|
Requires: perl >= 5.8.6
|
|
Requires: perl >= 5.8.6
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
This is a Perl extension interface to James Clark's XML parser, expat.
|
|
This is a Perl extension interface to James Clark's XML parser, expat.
|
|
@@ -55,10 +59,18 @@ rm -rf $RPM_BUILD_ROOT
|
|
%dir %{perl_vendorarch}/XML
|
|
%dir %{perl_vendorarch}/XML
|
|
%dir %{perl_vendorarch}/XML/Parser
|
|
%dir %{perl_vendorarch}/XML/Parser
|
|
%dir %{perl_vendorarch}/XML/Parser/Encodings
|
|
%dir %{perl_vendorarch}/XML/Parser/Encodings
|
|
|
|
+%dir %{perl_vendorarch}/XML/Parser/Style
|
|
%{_mandir}/*/*
|
|
%{_mandir}/*/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Sun May 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36-2
|
|
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 2.40-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Requires: perl(:MODULE_COMPAT_...)
|
|
|
|
+- fix date for 2.36-2 in changelog
|
|
|
|
+- add directory in files
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
|
|
+* Sun Mar 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36-2
|
|
- rebuild with perl-5.12.3
|
|
- rebuild with perl-5.12.3
|
|
- drop %%check
|
|
- drop %%check
|
|
|
|
|