Fix license tag, remove BR: perl.

This commit is contained in:
Robin Norwood 2007-10-23 19:58:35 +00:00
parent 85bae9e6fe
commit be0f37d72a

View File

@ -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 <rnorwood@redhat.com> - 2.005-4
- Fix license tag
- Remove BR: perl
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.005-3
- Rebuild for selinux ppc32 issue.