|
@@ -1,11 +1,11 @@
|
|
Name: perl-Test-Number-Delta
|
|
Name: perl-Test-Number-Delta
|
|
-Version: 1.03
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.04
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Compare the difference between numbers against a given tolerance
|
|
Summary: Compare the difference between numbers against a given tolerance
|
|
Summary(ja): Compare the difference between numbers against a given tolerance
|
|
Summary(ja): Compare the difference between numbers against a given tolerance
|
|
|
|
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-License: GPL+ or Artistic
|
|
|
|
|
|
+License: ASL 2.0
|
|
URL: http://search.cpan.org/dist/Test-Number-Delta/
|
|
URL: http://search.cpan.org/dist/Test-Number-Delta/
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-%{version}.tar.gz
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
@@ -34,18 +34,18 @@ a function for use with Test::Harness.
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%{__perl} Build.PL installdirs=vendor
|
|
|
|
-./Build
|
|
|
|
|
|
+%{__perl} Makefile.PL installdirs=vendor
|
|
|
|
+make
|
|
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
|
|
|
|
|
+make install DESTDIR=$RPM_BUILD_ROOT
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
%check
|
|
-AUTHOR_TESTING=1 ./Build test
|
|
|
|
|
|
+AUTHOR_TESTING=1 make test
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -60,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jul 16 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.04-1
|
|
|
|
+- build with Perl 5.16
|
|
|
|
+- update to 1.04
|
|
|
|
+- update License
|
|
|
|
+
|
|
* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.03-2vl6
|
|
* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.03-2vl6
|
|
- build with perl 5.12.3
|
|
- build with perl 5.12.3
|
|
- add Vendor and Distribution tags
|
|
- add Vendor and Distribution tags
|