- Update to 0.303.

- Update Source0 URL.
epel9
Steven Pritchard 14 years ago
parent dfdfd83927
commit 061cb05e14

1
.gitignore vendored

@ -1 +1,2 @@
ExtUtils-Depends-0.302.tar.gz
/ExtUtils-Depends-0.303.tar.gz

@ -1,20 +1,19 @@
Name: perl-ExtUtils-Depends
Version: 0.302
Release: 5%{?dist}
Version: 0.303
Release: 1%{?dist}
Summary: Easily build XS extensions that depend on XS extensions
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/ExtUtils-Depends/
Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module tries to make it easy to build Perl extensions that use
@ -52,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Dec 23 2010 Steven Pritchard <steve@kspei.com> 0.303-1
- Update to 0.303.
- Update Source0 URL.
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.302-5
- 661697 rebuild for fixing problems with vendorach/lib

@ -1 +1 @@
db46426f0599668da95c21b53b532508 ExtUtils-Depends-0.302.tar.gz
2aaf6511d697c680368246fa1645beb6 ExtUtils-Depends-0.303.tar.gz

Loading…
Cancel
Save