From 346be0660f0fc621a960467b5fa1ee656b9cd87f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Mon, 13 Mar 2017 07:56:29 +0100
Subject: Upstream update. Spec files cosmetics.

---
 .gitignore          |  2 +-
 perl-Text-Glob.spec | 18 ++++++++++++------
 sources             |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index f096859..32ee543 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Text-Glob-0.10.tar.gz
+/Text-Glob-0.11.tar.gz
diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec
index 4f5d9ad..ab33ee1 100644
--- a/perl-Text-Glob.spec
+++ b/perl-Text-Glob.spec
@@ -1,14 +1,16 @@
 Name:          perl-Text-Glob
-Version:       0.10
-Release:       2%{?dist}
+Version:       0.11
+Release:       1%{?dist}
 Summary:       Perl module to match globbing patterns against text
 License:       GPL+ or Artistic
-Group:                 Development/Libraries
 URL:           http://search.cpan.org/dist/Text-Glob/
 Source0:       
http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
 
 BuildArch: noarch
 BuildRequires:  perl-generators
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Test::More)
@@ -27,14 +29,14 @@ want to do full file globbing use the File::Glob module 
instead.
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes
@@ -42,6 +44,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 13 2017 Ralf Corsépius <corse...@fedoraproject.org> - 0.11-1
+- Upstream update.
+- Spec files cosmetics.
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 8555963..68e033c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41983522000416c73bba115b36effe33  Text-Glob-0.10.tar.gz
+SHA512 (Text-Glob-0.11.tar.gz) = 
20322fee3f56ee7e65f0f8e5371d9dbbe89895d8b9c9207486e7934e29bd883fb557c9765e406f85f56b67019293d82a0318ded83a9387b164cb5e8f58bef0cb
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Text-Glob.git/commit/?h=master&id=346be0660f0fc621a960467b5fa1ee656b9cd87f
_______________________________________________
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