|
@@ -1,16 +1,16 @@
|
|
%define name perl-HTML-Parser
|
|
%define name perl-HTML-Parser
|
|
%define real_name HTML-Parser
|
|
%define real_name HTML-Parser
|
|
-%if %{?_dist_release} != "vl6"
|
|
+%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-%define rel 2
|
|
+%define rel 1
|
|
|
|
|
|
Summary: A Perl module for parsing HTML.
|
|
Summary: A Perl module for parsing HTML.
|
|
Summary(ja): HTML を解析するための Perl モジュール
|
|
Summary(ja): HTML を解析するための Perl モジュール
|
|
Name: %{name}
|
|
Name: %{name}
|
|
-Version: 3.64
|
|
+Version: 3.68
|
|
Release: %{rel}%{?_dist_release}
|
|
Release: %{rel}%{?_dist_release}
|
|
License: GPL or Artistic
|
|
License: GPL or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -19,6 +19,10 @@ Url: http://search.cpan.org/~gaas/HTML-Parser/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires: perl >= 5.8.6, perl-HTML-Tagset >= 3.03
|
|
Requires: perl >= 5.8.6, perl-HTML-Tagset >= 3.03
|
|
BuildRequires: perl >= 5.8.6, perl-HTML-Tagset >= 3.03
|
|
BuildRequires: perl >= 5.8.6, perl-HTML-Tagset >= 3.03
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
The HTML-Parser module for perl to parse and extract information from
|
|
The HTML-Parser module for perl to parse and extract information from
|
|
@@ -60,6 +64,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%dir %{perl_vendorarch}/auto/HTML
|
|
%dir %{perl_vendorarch}/auto/HTML
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 26 2011 IWAI, Masaharu <iwai@alib.jp> 3.68-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Requires: perl(:MODULE_COMPAT_...)
|
|
|
|
+- defined __find_{provides,requires} with vl4 and vl5 (updated 3.64-2)
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Tue Apr 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.64-2
|
|
* Tue Apr 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.64-2
|
|
- undefine __find_provides and __find_requires at VineSeed
|
|
- undefine __find_provides and __find_requires at VineSeed
|
|
- added Japanese summary
|
|
- added Japanese summary
|