pghmcfc pushed to perl-Devel-CheckBin (perl-Devel-CheckBin-0.03-1.fc23). "Update to 0.03 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 30 10:38:22 UTC 2015


>From a74db3643c94b8a90bd0bcde7440c0219c23c147 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Thu, 30 Apr 2015 11:27:37 +0100
Subject: Update to 0.03

- New upstream release 0.03
  - Re-packaging with EU::MM

diff --git a/perl-Devel-CheckBin.spec b/perl-Devel-CheckBin.spec
index d0cf632..1bbc366 100644
--- a/perl-Devel-CheckBin.spec
+++ b/perl-Devel-CheckBin.spec
@@ -1,6 +1,6 @@
 Name:		perl-Devel-CheckBin
-Version:	0.02
-Release:	3%{?dist}
+Version:	0.03
+Release:	1%{?dist}
 Summary:	Check that a command is available
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Devel-CheckBin/
@@ -8,11 +8,7 @@ Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Devel-CheckBin-%{
 BuildArch:	noarch
 # Module Build
 BuildRequires:	perl
-BuildRequires:	perl(CPAN::Meta)
-BuildRequires:	perl(CPAN::Meta::Prereqs)
-BuildRequires:	perl(File::Basename)
-BuildRequires:	perl(Module::Build)
-BuildRequires:	perl(utf8)
+BuildRequires:	perl(File::Copy)
 # Module Runtime
 BuildRequires:	perl(Config)
 BuildRequires:	perl(Exporter)
@@ -35,14 +31,16 @@ available.
 %setup -q -n Devel-CheckBin-%{version}
 
 %build
-perl Build.PL --installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
-./Build test
+make test
 
 %files
 %license LICENSE
@@ -51,6 +49,10 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/Devel::CheckBin.3*
 
 %changelog
+* Thu Apr 30 2015 Paul Howarth <paul at city-fan.org> - 0.03-1
+- Update to 0.03
+  - Re-packaging with EU::MM
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.02-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 286ac1a..b95d47c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aaa02a1262bc3eb3a7e5566590cb7814  Devel-CheckBin-0.02.tar.gz
+fa82f7d34e9f751927411b993d8ffa87  Devel-CheckBin-0.03.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Devel-CheckBin.git/commit/?h=perl-Devel-CheckBin-0.03-1.fc23&id=a74db3643c94b8a90bd0bcde7440c0219c23c147


More information about the perl-devel mailing list