From dbb2cc710d98f5c45385beebf77450bc668f3b41 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emman...@seyman.fr>
Date: Sun, 30 Aug 2015 12:06:04 +0200
Subject: Update to 5.90100 and remove tests subpackage


diff --git a/.gitignore b/.gitignore
index b88854b..ee12683 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ Catalyst-Runtime-5.80021.tar.gz
 /Catalyst-Runtime-5.90092.tar.gz
 /Catalyst-Runtime-5.90093.tar.gz
 /Catalyst-Runtime-5.90097.tar.gz
+/Catalyst-Runtime-5.90100.tar.gz
diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec
index 3c5c5aa..57df67f 100644
--- a/perl-Catalyst-Runtime.spec
+++ b/perl-Catalyst-Runtime.spec
@@ -1,6 +1,6 @@
 Name:           perl-Catalyst-Runtime
 Summary:        Catalyst Framework Runtime
-Version:        5.90097
+Version:        5.90100
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 
@@ -112,11 +112,6 @@ Requires:       perl(Text::SimpleTable) >= 0.03
 Requires:       perl(Tree::Simple) >= 1.15
 Requires:       perl(URI) >= 1.35
 
-# obolete/provide old tests subpackage
-# can be removed during F19 development cycle
-Obsoletes:      %{name}-tests < 5.90007-2
-Provides:       %{name}-tests = %{version}-%{release}
-
 # obsolete/provide Unicode encoding plugin (folded into runtime)
 Provides:       perl-Catalyst-Plugin-Unicode-Encoding = 99.0
 Obsoletes:      perl-Catalyst-Plugin-Unicode-Encoding <= 1.9
@@ -149,14 +144,12 @@ find .  -type f -exec chmod -c -x {} +
 find t/ -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} +
 
 %build
-PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
+PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor 
NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -189,6 +182,10 @@ make clean
 %{_mandir}/man1/*
 
 %changelog
+* Sun Aug 30 2015 Emmanuel Seyman <emman...@seyman.fr> - 5.90100-1
+- Update to 5.90100
+- Remove tests subpackage
+
 * Thu Jul 30 2015 Emmanuel Seyman <emman...@seyman.fr> - 5.90097-1
 - Update to 5.90097
 
diff --git a/sources b/sources
index d382cab..489e593 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-322deea41e33c2b652abea07a3e6557f  Catalyst-Runtime-5.90097.tar.gz
+5f97702ad508a391ec2857dc9639c84a  Catalyst-Runtime-5.90100.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-Catalyst-Runtime.git/commit/?h=master&id=dbb2cc710d98f5c45385beebf77450bc668f3b41
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to