eseyman pushed to perl-Text-Affixes (master). "Update to 0.09"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Oct 31 23:54:23 UTC 2015


From 03e0ad3d9da47c708fae6605f7cf7e7d2276fbb6 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sun, 1 Nov 2015 00:54:08 +0100
Subject: Update to 0.09

---
 .gitignore             |  1 +
 perl-Text-Affixes.spec | 22 +++++++++++-----------
 sources                |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0f5637c..ba8b186 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Text-Affixes-0.07.tar.gz
+/Text-Affixes-0.09.tar.gz
diff --git a/perl-Text-Affixes.spec b/perl-Text-Affixes.spec
index b239113..1e35e55 100644
--- a/perl-Text-Affixes.spec
+++ b/perl-Text-Affixes.spec
@@ -1,7 +1,7 @@
 Name:           perl-Text-Affixes
 Summary:        Prefixes and suffixes analysis of text
-Version:        0.07
-Release:        9%{?dist}
+Version:        0.09
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Text-Affixes/
 Source0:        http://www.cpan.org/authors/id/C/CO/COG/Text-Affixes-%{version}.tar.gz
@@ -10,7 +10,7 @@ BuildArch:      noarch
 
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
@@ -28,29 +28,29 @@ Provides methods for prefixes and suffixes analysis of text.
 
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build
 
 
 %install
-make pure_install DESTDIR=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
 %{_fixperms} %{buildroot}/*
 
 
 %check
-make test
+./Build test
 
 
 %files
-%doc Changes README
+%doc Changes
 %{_mandir}/man3/Text::Affixes.3pm*
 %{perl_vendorlib}/Text
-%{perl_vendorlib}/auto/Text
 
 
 %changelog
+* Sat Oct 31 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.09-1
+- Update to 0.09
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 666e997..f8db412 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28f2675f5384b420353deebcf270b3f1  Text-Affixes-0.07.tar.gz
+0f05cfaaf2b525d611cb4c06275fdec6  Text-Affixes-0.09.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Text-Affixes.git/commit/?h=master&id=03e0ad3d9da47c708fae6605f7cf7e7d2276fbb6


More information about the perl-devel mailing list