From 23c3507914dcf95ff2948d7af3eb0cc02ea2a2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 1 Dec 2010 15:10:24 +0100 Subject: [PATCH] Obsoleted -test sub-package, which would be needed also in perl-core --- perl-CGI.spec | 7 +++++-- 1 file 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á 3.50-2 +- remove -test sub-package, which would be needed also in perl-core + * Mon Nov 29 2010 Marcela Mašláňová 3.50-1 - initial dual-life package