From 2baa116b1180241568ff3f84732a7770b75d7af2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Thu, 23 Jun 2016 09:01:59 +0200
Subject: 0.002 bump

---
 .gitignore                  |  1 +
 .rpmlint                    |  2 ++
 perl-autobox-Junctions.spec | 34 ++++++++++++++++------------------
 sources                     |  2 +-
 4 files changed, 20 insertions(+), 19 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.gitignore b/.gitignore
index 38f894f..8e65221 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /autobox-Junctions-0.001.tar.gz
+/autobox-Junctions-0.002.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..2be37f8
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (Autoboxified|autoboxifying)");
diff --git a/perl-autobox-Junctions.spec b/perl-autobox-Junctions.spec
index 87a0212..71890b6 100644
--- a/perl-autobox-Junctions.spec
+++ b/perl-autobox-Junctions.spec
@@ -1,14 +1,17 @@
 Name:           perl-autobox-Junctions
-Version:        0.001
-Release:        5%{?dist}
+Version:        0.002
+Release:        1%{?dist}
 Summary:        Autoboxified junction-style operators
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/autobox-Junctions/
 Source0:        
http://www.cpan.org/authors/id/R/RS/RSRCHBOY/autobox-Junctions-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl-generators
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -16,23 +19,14 @@ BuildRequires:  perl(autobox)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Syntax::Keyword::Junction)
 # Tests:
+BuildRequires:  perl(blib) >= 1.01
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
-# Pod::Coverage::TrustPod not used
-BuildRequires:  perl(Test::CheckDeps) >= 0.007
-# Test::ConsistentVersion not used
-# Test::EOL not used
-# Test::HasVersion not used
-# Test::MinimumVersion not used
+BuildRequires:  perl(Test::CheckDeps) >= 0.010
 BuildRequires:  perl(Test::More) >= 0.94
-# Test::NoSmartComments not used
-# Test::NoTabs not used
-# Test::Pod 1.41 not used
-# Test::Pod::Coverage 1.08 not used
-# Test::Pod::LinkCheck not used
-# Test::Spelling 0.12 not used
-# Pod::Wordlist not used
+# Optional tests:
+# CPAN::Meta not helpful
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -49,18 +43,22 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 23 2016 Petr Pisar <ppi...@redhat.com> - 0.002-1
+- 0.002 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.001-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d53eb7f..eb0fdb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-511b65caf6a3fc4c2bfda1ec08ed737b  autobox-Junctions-0.001.tar.gz
+81d4e5311aa4691fb9d8cf075cfa7e90  autobox-Junctions-0.002.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-autobox-Junctions.git/commit/?h=f23&id=2baa116b1180241568ff3f84732a7770b75d7af2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to