Browse Source

perl-HTML-Parser-3.68-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3124 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
aca90d7197
1 changed files with 13 additions and 3 deletions
  1. 13 3
      p/perl-HTML-Parser/perl-HTML-Parser-vl.spec

+ 13 - 3
p/perl-HTML-Parser/perl-HTML-Parser-vl.spec

@@ -1,16 +1,16 @@
 %define name perl-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_requires /usr/lib/rpm/find-requires.perl
 %endif
 
-%define rel 2
+%define rel 1
 
 Summary: A Perl module for parsing HTML.
 Summary(ja): HTML を解析するための Perl モジュール
 Name: %{name}
-Version: 3.64
+Version: 3.68
 Release: %{rel}%{?_dist_release}
 License: GPL or Artistic
 Group: Development/Libraries
@@ -19,6 +19,10 @@ Url: http://search.cpan.org/~gaas/HTML-Parser/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: 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
 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
 
 %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
 - undefine __find_provides and __find_requires at VineSeed
 - added Japanese summary