Browse Source

perl-Carp-Clan 6.04-2

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

+ 8 - 7
p/perl-Carp-Clan/perl-Carp-Clan-vl.spec

@@ -3,7 +3,7 @@
 Summary: Report errors from perspective of caller of a "clan" of modules for Perl 
 Name: perl-Carp-Clan
 Version: 6.04
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: distributable
 Group: Development/Libraries
 Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Carp-Clan-%{version}.tar.gz
@@ -12,9 +12,9 @@ URL: http://search.cpan.org/~stbey/Carp-Clan/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 BuildRequires: perl >= 5
-BuildRequires: perl-Test-Exception
+BuildRequires: perl(Test::Exception)
 Requires: perl >= 5
-Conflicts: perl-Bit-Vector <= 6.3
+Conflicts: perl(Bit::Vector) <= 6.3
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -30,10 +30,6 @@ So these modules stick together like a "clan" and any error which
 occurs will be blamed on the "outsider" script or modules not belonging
 to this "clan".
 
-# Provide perl-specific find-{provides,requires}.
-%define __find_provides /usr/lib/rpm/find-provides.perl
-%define __find_requires /usr/lib/rpm/find-requires.perl
-
 %prep
 %setup -q -n Carp-Clan-%{version}
 
@@ -70,6 +66,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Carp::Clan.3pm*
 
 %changelog
+* Tue Jul  1 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 6.04-2
+- build with Perl 5.16
+- drop defining %%__find_provides and %%__find_requires 
+- update BuildRequires and Conflicts
+
 * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 6.04-1
 - new upstrem release
 - add Vendor and Distribution tags