From a3643336bd479c2ec39d682c543d95c2124edf5d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Fri, 11 Mar 2016 15:52:27 +0100
Subject: 4.04 bump

---
 .gitignore               |  1 +
 perl-Term-ANSIColor.spec | 30 +++++++++++++++++++-----------
 sources                  |  2 +-
 3 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1de4967..cf15470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Term-ANSIColor-4.03.tar.gz
+/Term-ANSIColor-4.04.tar.gz
diff --git a/perl-Term-ANSIColor.spec b/perl-Term-ANSIColor.spec
index 37cff20..b712cb9 100644
--- a/perl-Term-ANSIColor.spec
+++ b/perl-Term-ANSIColor.spec
@@ -1,21 +1,26 @@
 Name:           perl-Term-ANSIColor
-Version:        4.03
-Release:        347%{?dist}
+Version:        4.04
+Release:        1%{?dist}
 Summary:        Color screen output using ANSI escape sequences
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Term-ANSIColor/
 Source0:        
http://www.cpan.org/modules/by-module/Term/Term-ANSIColor-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
+# Tests
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -29,23 +34,26 @@ imported to be used.
 chmod -c -x examples/*
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
-%doc examples LICENSE NEWS README
+%license LICENSE
+%doc Changes examples README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 11 2016 Jitka Plesnikova <jples...@redhat.com> - 4.04-1
+- 4.04 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
4.03-347
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 481b84c..5f4006b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45a0a73a0b4b378a43c9daa3cf69c04a  Term-ANSIColor-4.03.tar.gz
+e712873111c95c45a6531b01f0877567  Term-ANSIColor-4.04.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Term-ANSIColor.git/commit/?h=master&id=a3643336bd479c2ec39d682c543d95c2124edf5d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to