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