From 031c2e7f23dd4cf4e9dc825917e8ea53d0c76b62 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Aug 14 2017 08:07:24 +0000
Subject: 1.00 bump


---

diff --git a/.gitignore b/.gitignore
index 24741bd..10dc668 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Math-Derivative-0.01.tar.gz
 /Math-Derivative-0.04.tar.gz
+/Math-Derivative-1.00.tar.gz
diff --git a/perl-Math-Derivative.spec b/perl-Math-Derivative.spec
index 9fbc136..8882c7d 100644
--- a/perl-Math-Derivative.spec
+++ b/perl-Math-Derivative.spec
@@ -1,6 +1,6 @@
 Name:           perl-Math-Derivative
-Version:        0.04
-Release:        6%{?dist}
+Version:        1.00
+Release:        1%{?dist}
 Summary:        Numeric 1st and 2nd order differentiation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,16 +10,24 @@ BuildArch:      noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
-BuildRequires:  perl-interpreter
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(:VERSION) >= 5.10.1
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  sed
+# Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests
+BuildRequires:  perl(Math::Utils) >= 1.06
 BuildRequires:  perl(Test::More)
+# Optional tests
+# Test::CheckManifest not used
 BuildRequires:  perl(Test::Pod) >= 1.22
-BuildRequires:  perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This Perl package exports functions for performing numerical first
@@ -36,12 +44,11 @@ otherwise 'natural' values are used.
 sed -i 's/\r//' README
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -54,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 10 2017 Jitka Plesnikova <jples...@redhat.com> - 1.00-1
+- 1.00 bump
+
 * Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.04-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index 76fdd10..225c540 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e357abf9b3106cc511bfe0e2689df05  Math-Derivative-0.04.tar.gz
+SHA512 (Math-Derivative-1.00.tar.gz) = 
7adf9d1cbdb7640b23beda1f7221e793a562006712ef2900fdfb30c44be4f9325cb68ca0ec2cc3c4fe0f09a9b13f33f7073da8c0dcc2dac94a08f37fa6d656a6


        
https://src.fedoraproject.org/rpms/perl-Math-Derivative/c/031c2e7f23dd4cf4e9dc825917e8ea53d0c76b62?branch=master
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to