corsepiu pushed to perl-Text-Glob (f25). "Upstream update. (..more)"

2017-03-13 Thread notifications
From 346be0660f0fc621a960467b5fa1ee656b9cd87f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
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  - 0.11-1
+- Upstream update.
+- Spec files cosmetics.
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
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=f25=346be0660f0fc621a960467b5fa1ee656b9cd87f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Text-Glob (f25). "Upstream update."

2016-09-22 Thread notifications
From 304cfdbf72f63c051869a112f25906598b6edf80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 22 Sep 2016 15:18:49 +0200
Subject: Upstream update.

---
 .gitignore  |  3 +--
 perl-Text-Glob.spec | 11 ---
 sources |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index cdf9c67..f096859 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Text-Glob-0.08.tar.gz
-/Text-Glob-0.09.tar.gz
+/Text-Glob-0.10.tar.gz
diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec
index 77f6ece..29f3fb5 100644
--- a/perl-Text-Glob.spec
+++ b/perl-Text-Glob.spec
@@ -1,6 +1,6 @@
 Name:  perl-Text-Glob
-Version:   0.09
-Release:   16%{?dist}
+Version:   0.10
+Release:   1%{?dist}
 Summary:   Perl module to match globbing patterns against text
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -10,9 +10,11 @@ Source0: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
 BuildArch: noarch
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -40,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 22 2016 Ralf Corsépius  - 0.10-1
+- Upstream update.
+
 * Sat May 14 2016 Jitka Plesnikova  - 0.09-16
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index d0ce9b8..8555963 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1daa10e087f891c49b720a5c551a024b  Text-Glob-0.09.tar.gz
+41983522000416c73bba115b36effe33  Text-Glob-0.10.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Text-Glob.git/commit/?h=f25=304cfdbf72f63c051869a112f25906598b6edf80
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org