Update to 0.021
- New upstream release 0.021 - Add XS support - Only manify if really installable - BR:/R: perl(ExtUtils::CBuilder) and perl(ExtUtils::ParseXS) - BR: perl(XSLoader) for the test suite
This commit is contained in:
parent
338409c961
commit
638d8c6f4b
@ -1,6 +1,6 @@
|
|||||||
Summary: A tiny replacement for Module::Build
|
Summary: A tiny replacement for Module::Build
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.020
|
Version: 0.021
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -10,10 +10,12 @@ BuildArch: noarch
|
|||||||
# Module
|
# Module
|
||||||
BuildRequires: perl(CPAN::Meta)
|
BuildRequires: perl(CPAN::Meta)
|
||||||
BuildRequires: perl(Exporter) >= 5.57
|
BuildRequires: perl(Exporter) >= 5.57
|
||||||
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(ExtUtils::Config) >= 0.003
|
BuildRequires: perl(ExtUtils::Config) >= 0.003
|
||||||
BuildRequires: perl(ExtUtils::Helpers) >= 0.020
|
BuildRequires: perl(ExtUtils::Helpers) >= 0.020
|
||||||
BuildRequires: perl(ExtUtils::Install)
|
BuildRequires: perl(ExtUtils::Install)
|
||||||
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
|
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002
|
||||||
|
BuildRequires: perl(ExtUtils::ParseXS)
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
@ -30,8 +32,11 @@ BuildRequires: perl(File::Temp)
|
|||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.41
|
BuildRequires: perl(Test::Pod) >= 1.41
|
||||||
|
BuildRequires: perl(XSLoader)
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
Requires: perl(ExtUtils::CBuilder)
|
||||||
|
Requires: perl(ExtUtils::ParseXS)
|
||||||
Requires: perl(Pod::Man)
|
Requires: perl(Pod::Man)
|
||||||
Requires: perl(TAP::Harness) >= 3.0
|
Requires: perl(TAP::Harness) >= 3.0
|
||||||
|
|
||||||
@ -63,6 +68,13 @@ RELEASE_TESTING=1 ./Build test
|
|||||||
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
%{_mandir}/man3/Module::Build::Tiny.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 0.021-1
|
||||||
|
- Update to 0.021
|
||||||
|
- Add XS support
|
||||||
|
- Only manify if really installable
|
||||||
|
- BR:/R: perl(ExtUtils::CBuilder) and perl(ExtUtils::ParseXS)
|
||||||
|
- BR: perl(XSLoader) for the test suite
|
||||||
|
|
||||||
* Mon May 20 2013 Paul Howarth <paul@city-fan.org> - 0.020-1
|
* Mon May 20 2013 Paul Howarth <paul@city-fan.org> - 0.020-1
|
||||||
- Update to 0.020
|
- Update to 0.020
|
||||||
- Accept a --create_packlist argument
|
- Accept a --create_packlist argument
|
||||||
|
Loading…
Reference in New Issue
Block a user