[perl-Plack] Move misplaced %exclude-line from base-package to *-Test.

corsepiu corsepiu at fedoraproject.org
Thu Jan 16 11:55:31 UTC 2014


commit 5f0af47e1e3dd873c329892ec4ad36c9475061b2
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Jan 16 12:55:10 2014 +0100

    Move misplaced %exclude-line from base-package to *-Test.

 perl-Plack.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 18f1ed5..2019cc4 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,6 +1,6 @@
 Name:           perl-Plack
 Version:        1.0030
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -122,9 +122,6 @@ make test %{?_with_apache:TEST_APACHE2=1 TEST_FCGI_CLIENT=1}
 %exclude %{perl_vendorlib}/auto/*
 %exclude %{_mandir}/man3/Plack::Test*
 
-# Don't package
-%exclude %{perl_vendorlib}/auto/share/dist/Plack/#foo
-
 %{_mandir}/man3/*
 
 %files Test
@@ -134,8 +131,13 @@ make test %{?_with_apache:TEST_APACHE2=1 TEST_FCGI_CLIENT=1}
 %{perl_vendorlib}/Plack/Test.pm
 # Used by Plack/Test/Suite.pm
 %{perl_vendorlib}/auto/*
+# Don't package
+%exclude %{perl_vendorlib}/auto/share/dist/Plack/#foo
 
 %changelog
+* Thu Jan 16 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.0030-3
+- Move misplaced %exclude-line from base-package to *-Test.
+
 * Wed Jan 15 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.0030-2
 - Split out perl-Plack-Test to avoid dependency on Test::More (RHBZ #1052859).
 


More information about the scm-commits mailing list