[perl-CGI] Obsoleted -test sub-package, which would be needed also in perl-core

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Dec 1 14:10:36 UTC 2010


commit 23c3507914dcf95ff2948d7af3eb0cc02ea2a2e5
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Dec 1 15:10:24 2010 +0100

    Obsoleted -test sub-package, which would be needed also in perl-core

 perl-CGI.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-CGI.spec b/perl-CGI.spec
index ccd2af5..de0b3d2 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -1,7 +1,7 @@
 Name:           perl-CGI
 Summary:        Handle Common Gateway Interface requests and responses
 Version:        3.50
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/L/LD/LDS/CGI.pm-%{version}.tar.gz
@@ -14,9 +14,9 @@ BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(FCGI) >= 0.67
 # test
 BuildRequires:  perl(Test::More) >= 0.80
+Obsoletes:      %{name}-tests
 
 %{?perl_default_filter}
-%{?perl_default_subpackage_tests}
 
 %description
 CGI.pm is a stable, complete and mature solution for processing and preparing
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov 29 2010 Marcela Mašláňová <mmaslano at redhat.com> 3.50-2
+- remove -test sub-package, which would be needed also in perl-core
+
 * Mon Nov 29 2010 Marcela Mašláňová <mmaslano at redhat.com> 3.50-1
 - initial dual-life package
 



More information about the perl-devel mailing list