Browse Source

perl-Carp-Clan-6.04-1

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

+ 10 - 2
p/perl-Carp-Clan/perl-Carp-Clan-vl.spec

@@ -2,7 +2,7 @@
 
 Summary: Report errors from perspective of caller of a "clan" of modules for Perl 
 Name: perl-Carp-Clan
-Version: 6.00
+Version: 6.04
 Release: 1%{?_dist_release}
 License: distributable
 Group: Development/Libraries
@@ -16,6 +16,9 @@ BuildRequires: perl-Test-Exception
 Requires: perl >= 5
 Conflicts: perl-Bit-Vector <= 6.3
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 This module reports errors from the perspective of the caller of a
 "clan" of modules, similar to "Carp.pm" itself. But instead of giving
@@ -62,11 +65,16 @@ rm -rf %{buildroot}
 
 %files -f %{name}-filelist
 %defattr(-,root,root)
-%doc Changes Artistic.txt GNU_GPL.txt README
+%doc Changes license/Artistic.txt license/GNU_GPL.txt README
 %dir %{perl_vendorlib}/Carp
 %{_mandir}/man3/Carp::Clan.3pm*
 
 %changelog
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 6.04-1
+- new upstrem release
+- add Vendor and Distribution tags
+- update files in doc
+
 * Sat Nov  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.00-1vl5
 - new upstream release
 - addede BuildRequires: perl-Test-Exception