[perl-File-Find-Rule-PPI] 1.06

Tom Callaway spot at fedoraproject.org
Tue Mar 5 16:36:34 UTC 2013


commit 20985298b8423142974af8f11b723649607187ba
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Mar 5 11:39:39 2013 -0500

    1.06

 .gitignore                   |    1 +
 perl-File-Find-Rule-PPI.spec |   24 +++++++-----------------
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19b5fa6..247d5bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 File-Find-Rule-PPI-0.05.tar.gz
+/File-Find-Rule-PPI-1.06.tar.gz
diff --git a/perl-File-Find-Rule-PPI.spec b/perl-File-Find-Rule-PPI.spec
index 87289ec..5936e71 100644
--- a/perl-File-Find-Rule-PPI.spec
+++ b/perl-File-Find-Rule-PPI.spec
@@ -1,60 +1,50 @@
 Name:           perl-File-Find-Rule-PPI
-Version:        0.05
-Release:        14%{?dist}
+Version:        1.06
+Release:        1%{?dist}
 Summary:        Add support for PPI queries to File::Find::Rule
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/File-Find-Rule-PPI/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/File-Find-Rule-PPI-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 BuildRequires:  perl(File::Find::Rule) >= 0.20
 BuildRequires:  perl(Params::Util) >= 0.10
 BuildRequires:  perl(PPI) >= 1.000
 BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:	perl(Test::More) >= 0.47
+BuildRequires:	perl(File::Spec) >= 0.80
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 File::Find::Rule::PPI allows you to integrate PPI content queries into
 your File::Find::Rule searches.
 
-
 %prep
 %setup -q -n File-Find-Rule-PPI-%{version}
 %{__sed} -i  's|\r||' Changes
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/File/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Tue Mar  5 2013 Tom Callaway <spot at fedoraproject.org> - 1.06-1
+- update to 1.06
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 399ee3b..e757ba1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-470ce5ff0fa206f27b4bd34b9eecc9c2  File-Find-Rule-PPI-0.05.tar.gz
+00a88e2045e3fa3c9e2678cc62ad1f28  File-Find-Rule-PPI-1.06.tar.gz


More information about the scm-commits mailing list