From be0f37d72ac83ca17b3f4d187b16f8fef09a74d0 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Oct 23 2007 19:58:35 +0000 Subject: Fix license tag, remove BR: perl. --- diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index 9591572..07b9fbb 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -1,15 +1,15 @@ Name: perl-Compress-Raw-Zlib Version: 2.005 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-Level Interface to the zlib compression library Group: Development/Libraries -License: Artistic or GPL +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Compress-Raw-Zlib/ Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl, perl(ExtUtils::MakeMaker), zlib-devel, perl(Test::Pod) +BuildRequires: perl(ExtUtils::MakeMaker), zlib-devel, perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 23 2007 Robin Norwood - 2.005-4 +- Fix license tag +- Remove BR: perl + * Wed Aug 29 2007 Fedora Release Engineering - 2.005-3 - Rebuild for selinux ppc32 issue.