Browse Source

perl-String-CRC32-1.4-2

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

+ 8 - 1
p/perl-String-CRC32/perl-String-CRC32-vl.spec

@@ -1,7 +1,7 @@
 Summary:        Perl interface for cyclic redundency check generation
 Name:           perl-String-CRC32
 Version:        1.4
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          Development/Libraries
 License:        Public Domain
@@ -12,6 +12,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl >= 1:5.6.1
 Requires:  perl >= 1:%(eval "`%{__perl} -V:version`"; echo $version)
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 This packages provides a perl module to generate checksums from strings
 and from files.
@@ -51,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.4-2
+- build with perl 5.12.3
+- add Vendor and Distribution tags
+
 * Wed Apr 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4-1
 - applied new versioning policy