|
@@ -1,6 +1,6 @@
|
|
Name: perl-MD5
|
|
Name: perl-MD5
|
|
Version: 2.03
|
|
Version: 2.03
|
|
-Release: 8%{?dist}
|
|
|
|
|
|
+Release: 9%{?_dist_release}
|
|
Summary: Perl interface to the MD5 Message-Digest Algorithm
|
|
Summary: Perl interface to the MD5 Message-Digest Algorithm
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -11,6 +11,9 @@ BuildArch: noarch
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
This module (MD5.pm) is just a thin wrapper around the Digest::MD5
|
|
This module (MD5.pm) is just a thin wrapper around the Digest::MD5
|
|
module. It is provided so that legacy code that rely on the old
|
|
module. It is provided so that legacy code that rely on the old
|
|
@@ -46,6 +49,9 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 26 2011 IWAI, Masaharu <iwai@alib.jp> 2.03-9
|
|
|
|
+- build for Vine Linux
|
|
|
|
+
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-8
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|