[perl-Lingua-EN-Inflect-Phrase] update to 0.08

Iain Arnell iarnell at fedoraproject.org
Fri Oct 14 03:57:43 UTC 2011


commit 5c85e38f7d1b6eb5f51ea2b140a7378ff21939d2
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Oct 14 05:57:27 2011 +0200

    update to 0.08

 .gitignore                         |    1 +
 perl-Lingua-EN-Inflect-Phrase.spec |   13 +++++++++----
 sources                            |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e50cfa..093e39f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Lingua-EN-Inflect-Phrase-0.04.tar.gz
+/Lingua-EN-Inflect-Phrase-0.08.tar.gz
diff --git a/perl-Lingua-EN-Inflect-Phrase.spec b/perl-Lingua-EN-Inflect-Phrase.spec
index 9e9422c..1e7944b 100644
--- a/perl-Lingua-EN-Inflect-Phrase.spec
+++ b/perl-Lingua-EN-Inflect-Phrase.spec
@@ -1,6 +1,6 @@
 Name:           perl-Lingua-EN-Inflect-Phrase
-Version:        0.04
-Release:        3%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Inflect short English Phrases
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,6 +15,8 @@ BuildRequires:  perl(Test::More) >= 0.94
 Requires:       perl(Lingua::EN::Inflect) >= 1.891
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%?perl_default_filter
+
 %description
 Attempts to pluralize or singularize short English phrases.
 
@@ -26,7 +28,7 @@ Attempts to pluralize or singularize short English phrases.
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -37,12 +39,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 14 2011 Iain Arnell <iarnell at gmail.com> 0.08-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.04-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index f537aa9..8e150fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79aa10fd4a3502ff0c7b0aedce4a0f6a  Lingua-EN-Inflect-Phrase-0.04.tar.gz
+d5cc19b37e06f813b3ed71fe48c38b2c  Lingua-EN-Inflect-Phrase-0.08.tar.gz


More information about the scm-commits mailing list