From e6113ee14e4a7a7a08736e94b03c7db6b934bdb3 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 30 Jan 2017 16:18:49 +0000
Subject: Update to 0.044

- New upstream release 0.044
  - Support { -as => CODE } to programatically rename functions
  - Restructure documentation
- Simplify find command using -delete
---
 perl-Exporter-Tiny.spec | 25 ++++++++++++++++++-------
 sources                 |  2 +-
 2 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/perl-Exporter-Tiny.spec b/perl-Exporter-Tiny.spec
index f1bfe67..0918a09 100644
--- a/perl-Exporter-Tiny.spec
+++ b/perl-Exporter-Tiny.spec
@@ -6,16 +6,19 @@
 %endif
 
 Name:          perl-Exporter-Tiny
-Version:       0.042
-Release:       6%{?dist}
+Version:       0.044
+Release:       1%{?dist}
 Summary:       An exporter with the features of Sub::Exporter but only core 
dependencies
-License:       (GPL+ or Artistic) and Public Domain and (GPL+ or Artistic or 
CC-BY-SA)
+License:       (GPL+ or Artistic) and Public Domain
 Group:         Development/Libraries
 URL:           http://search.cpan.org/dist/Exporter-Tiny/
 Source0:       
http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Exporter-Tiny-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
@@ -63,8 +66,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} %{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -79,8 +82,6 @@ rm -rf %{buildroot}
 %else
 %doc COPYRIGHT LICENSE
 %endif
-# GPL+ or Artistic or CC-BY-SA
-%doc CONTRIBUTING
 # Public Domain
 %doc CREDITS
 # GPL+ or Artistic
@@ -88,9 +89,19 @@ rm -rf %{buildroot}
 %doc examples/
 %{perl_vendorlib}/Exporter/
 %{_mandir}/man3/Exporter::Tiny.3*
+%{_mandir}/man3/Exporter::Tiny::Manual::Etc.3*
+%{_mandir}/man3/Exporter::Tiny::Manual::Exporting.3*
+%{_mandir}/man3/Exporter::Tiny::Manual::Importing.3*
+%{_mandir}/man3/Exporter::Tiny::Manual::QuickStart.3*
 %{_mandir}/man3/Exporter::Shiny.3*
 
 %changelog
+* Mon Jan 30 2017 Paul Howarth <p...@city-fan.org> - 0.044-1
+- Update to 0.044
+  - Support { -as => CODE } to programatically rename functions
+  - Restructure documentation
+- Simplify find command using -delete
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 0.042-6
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 3f6e570..17db8fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77ba432037f35bc9b84b717639075fc6  Exporter-Tiny-0.042.tar.gz
+SHA512 (Exporter-Tiny-0.044.tar.gz) = 
49f8df450c1e21b56df3ef0f15ef138f21429a2a4c3c0e8809b25c57dc42ae4d28e3db125676ca5d293517d36a81b41fcfe2b3f4a4d37530b5de5f92bd05d03a
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Exporter-Tiny.git/commit/?h=perl-Exporter-Tiny-0.044-1.fc26&id=e6113ee14e4a7a7a08736e94b03c7db6b934bdb3
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to