Update to 0.043
- New upstream release 0.043 - Restore manpage generation - Add include/ to include paths - Compile all .c files in src/
This commit is contained in:
parent
b3a886cd72
commit
e91d8d088f
@ -1,13 +0,0 @@
|
|||||||
Fix for https://github.com/Perl-Toolchain-Gang/module-build-tiny
|
|
||||||
|
|
||||||
--- lib/Module/Build/Tiny.pm
|
|
||||||
+++ lib/Module/Build/Tiny.pm
|
|
||||||
@@ -81,7 +81,7 @@ sub find {
|
|
||||||
sub contains_pod {
|
|
||||||
my ($file) = @_;
|
|
||||||
return unless -T $file;
|
|
||||||
- return read_file($file) =~ /^\=(?:head|pod|item)/;
|
|
||||||
+ return read_file($file) =~ /^\=(?:head|pod|item)/m;
|
|
||||||
}
|
|
||||||
|
|
||||||
my %actions = (
|
|
@ -1,11 +1,10 @@
|
|||||||
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.041
|
Version: 0.043
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
URL: https://metacpan.org/release/Module-Build-Tiny
|
URL: https://metacpan.org/release/Module-Build-Tiny
|
||||||
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Build-Tiny-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Build-Tiny-%{version}.tar.gz
|
||||||
Patch0: Module-Build-Tiny-0.041-pod.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -66,10 +65,6 @@ Whereas Module::Build has over 6,700 lines of code; this module has less than
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n Module-Build-Tiny-%{version}
|
%setup -q -n Module-Build-Tiny-%{version}
|
||||||
|
|
||||||
# Fix pod detection
|
|
||||||
# https://github.com/Perl-Toolchain-Gang/module-build-tiny/issues/29
|
|
||||||
%patch -P 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build
|
./Build
|
||||||
@ -88,6 +83,12 @@ AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
|
|||||||
%{_mandir}/man3/Module::Build::Tiny.3*
|
%{_mandir}/man3/Module::Build::Tiny.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2023 Paul Howarth <paul@city-fan.org> - 0.043-1
|
||||||
|
- Update to 0.043
|
||||||
|
- Restore manpage generation
|
||||||
|
- Add include/ to include paths
|
||||||
|
- Compile all .c files in src/
|
||||||
|
|
||||||
* Tue Apr 18 2023 Paul Howarth <paul@city-fan.org> - 0.041-1
|
* Tue Apr 18 2023 Paul Howarth <paul@city-fan.org> - 0.041-1
|
||||||
- Update to 0.041
|
- Update to 0.041
|
||||||
- Manify .pod after .pm
|
- Manify .pod after .pm
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Module-Build-Tiny-0.041.tar.gz) = b7503f7618071340d66f49975f82d70fc3c81d725b381cdb464ca67e0b1f537667b18f7b2668cc674f67f1055893315c20dc926a46fdc8fdf8334454d4b8faa9
|
SHA512 (Module-Build-Tiny-0.043.tar.gz) = d30d877f06a5e2e07991d83baaf3ef058925a898957dc61f6445082825c21d27dce4e4d02697d4a87f08f8907ab3edffa45d6dd81c66f4158131eaf59b35ad07
|
||||||
|
Loading…
Reference in New Issue
Block a user