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