minor specfile cleanups.
This commit is contained in:
parent
52f4b5f964
commit
c882220ea0
@ -1,19 +1,18 @@
|
||||
Name: perl-IO-Zlib
|
||||
Version: 1.07
|
||||
Release: 1
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl IO:: style interface to Compress::Zlib
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/IO-Zlib/
|
||||
Source0: http://www.cpan.org/authors/id/T/TO/TOMHUGHES/IO-Zlib-1.07.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/T/TO/TOMHUGHES/IO-Zlib-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl >= 1:5.6.1
|
||||
BuildRequires: perl(Compress::Zlib)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Compress::Zlib)
|
||||
|
||||
%description
|
||||
@ -40,7 +39,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check || :
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
@ -56,12 +55,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 23 2007 Robin Norwood <rnorwood@redhat.com> - 1.07-2
|
||||
- Remove BR: perl
|
||||
- Minor specfile cleanups
|
||||
|
||||
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-1
|
||||
- bump to 1.07
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.04-4.2.1
|
||||
- rebuild
|
||||
|
||||
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.04-4.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user