churchyard pushed to perl-ExtUtils-CppGuess (master). "New version 0.09 (#1210999)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 14:28:25 UTC 2015


>From c5fbaf8085cde72071a7441ae0f18bf94528e862 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro at hroncok.cz>
Date: Wed, 15 Apr 2015 16:27:50 +0200
Subject: New version 0.09 (#1210999)


diff --git a/.gitignore b/.gitignore
index b36fc4e..79468dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ExtUtils-CppGuess-0.07.tar.gz
 /ExtUtils-CppGuess-0.08.tar.gz
+/ExtUtils-CppGuess-0.09.tar.gz
diff --git a/perl-ExtUtils-CppGuess.spec b/perl-ExtUtils-CppGuess.spec
index 5a5e919..f8806e9 100644
--- a/perl-ExtUtils-CppGuess.spec
+++ b/perl-ExtUtils-CppGuess.spec
@@ -1,5 +1,5 @@
 Name:           perl-ExtUtils-CppGuess
-Version:        0.08
+Version:        0.09
 Release:        1%{?dist}
 Summary:        Guess C++ compiler and flags
 License:        GPL+ or Artistic
@@ -7,15 +7,15 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ExtUtils-CppGuess/
 Source0:        http://www.cpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Module::Build) >= 0.36
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::Manifest)
+BuildRequires:  perl(Fatal)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(Cwd)
-BuildRequires:  perl(Fatal)
-BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -26,25 +26,31 @@ compatible with the C compiler that your perl was built with.
 %setup -q -n ExtUtils-CppGuess-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
-./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 {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %files
 %doc Changes README
-#%%{perl_vendorlib}/auto/*
 %{perl_vendorlib}/ExtUtils*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 15 2015 Miro Hrončok <mhroncok at redhat.com> - 0.09-1
+- New version 0.09 (#1210999)
+- Use ExtUtils::MakeMaker
+- Sort BRs alphabetically
+
 * Mon Jan 26 2015 Miro Hrončok <mhroncok at redhat.com> - 0.08-1
 - New version 0.08 (#1183574)
 - Updated download URL
diff --git a/sources b/sources
index fd76ae8..080ec67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c90fb7a90b22d9f96212a9b5d037a735  ExtUtils-CppGuess-0.08.tar.gz
+f8ada38ee4ad86a4f1e20d8525ce0c99  ExtUtils-CppGuess-0.09.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-ExtUtils-CppGuess.git/commit/?h=master&id=c5fbaf8085cde72071a7441ae0f18bf94528e862


More information about the scm-commits mailing list