Browse Source

perl-libwww-perl 5.833-4

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

+ 7 - 1
p/perl-libwww-perl/perl-libwww-perl-vl.spec

@@ -1,4 +1,4 @@
-%define rel 3
+%define rel 4
 
 Summary: A Perl interface to the World-Wide Web
 Name: perl-libwww-perl
@@ -19,6 +19,8 @@ Requires: perl >= 5.8.0, perl-URI, perl-HTML-Parser perl-Compress-Zlib
 
 %if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
 %define __find_requires %{SOURCE10}
+%else if %{?_dist_release} == "vl7"
+%define __perllib_requires %{SOURCE10}
 %else
 %define __perl_requires %{SOURCE10}
 %endif
@@ -95,6 +97,10 @@ make test
 %{_mandir}/man?/*
 
 %changelog
+* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 5.833-4
+- build with Perl 5.16
+- use __perllib_requires for vl7
+
 * Sun Mar 27 2011 IWAI, Masaharu <iwai@alib.jp> 5.833-3
 - build with perl 5.12.3
 - rename Source10: filter-depends.sh to filter-depends-libwww-perl.sh