|
@@ -1,6 +1,6 @@
|
|
Name: perl-Number-Compare
|
|
Name: perl-Number-Compare
|
|
Version: 0.01
|
|
Version: 0.01
|
|
-Release: 16%{?dist}
|
|
|
|
|
|
+Release: 17%{?_dist_release}
|
|
Summary: Perl module for numeric comparisons
|
|
Summary: Perl module for numeric comparisons
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -14,7 +14,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(Test::More)
|
|
-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
|
|
Number::Compare compiles a simple comparison to an anonymous subroutine,
|
|
Number::Compare compiles a simple comparison to an anonymous subroutine,
|
|
@@ -51,6 +54,9 @@ make test
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.01-17
|
|
|
|
+- build for Vine Linux
|
|
|
|
+
|
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-16
|
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-16
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|