|
|
|
@ -1,17 +1,21 @@
|
|
|
|
|
Name: perl-ExtUtils-Depends
|
|
|
|
|
Version: 0.301
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.302
|
|
|
|
|
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://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/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(File::Spec)
|
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module tries to make it easy to build Perl extensions that use
|
|
|
|
|
functions and typemaps provided by other perl extensions. This means that a
|
|
|
|
@ -48,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.302-1
|
|
|
|
|
- auto-update to 0.302 (by cpan-spec-update 0.01)
|
|
|
|
|
- added a new br on perl(Data::Dumper) (version 0)
|
|
|
|
|
- added a new br on perl(File::Spec) (version 0)
|
|
|
|
|
- added a new br on perl(IO::File) (version 0)
|
|
|
|
|
|
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.301-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|