f38
Jitka Plesnikova 3 years ago
parent a847ddf4a0
commit 4859d48d86

1
.gitignore vendored

@ -1 +1,2 @@
/Specio-Library-Path-Tiny-0.04.tar.gz /Specio-Library-Path-Tiny-0.04.tar.gz
/Specio-Library-Path-Tiny-0.05.tar.gz

@ -1,15 +1,16 @@
Name: perl-Specio-Library-Path-Tiny Name: perl-Specio-Library-Path-Tiny
Version: 0.04 Version: 0.05
Release: 18%{?dist} Release: 1%{?dist}
Summary: Path::Tiny types and coercions for Specio Summary: Path::Tiny types and coercions for Specio
License: ASL 2.0 License: ASL 2.0
URL: https://metacpan.org/release/Specio-Library-Path-Tiny URL: https://metacpan.org/release/Specio-Library-Path-Tiny
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-Library-Path-Tiny-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Specio-Library-Path-Tiny-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build # Build
BuildRequires: coreutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
@ -41,24 +42,26 @@ other modules.
%setup -q -n Specio-Library-Path-Tiny-%{version} %setup -q -n Specio-Library-Path-Tiny-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags} %{make_build}
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT %{make_install}
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
make test make test
%files %files
%license LICENSE %license LICENSE
%doc Changes CONTRIBUTING.md README.md %doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Jun 21 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-1
- 0.05 bump
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-18 * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-18
- Perl 5.36 rebuild - Perl 5.36 rebuild

@ -1 +1 @@
9e3d4bb1141a1c4c62d0ea164ef152a0 Specio-Library-Path-Tiny-0.04.tar.gz SHA512 (Specio-Library-Path-Tiny-0.05.tar.gz) = 69b67cd71fd0cccf043744f0f79869ca456369773d1a0ecfd41d4d095c8b449a83ba55b52949894410272c151354b57d948beda304a76050c87b743d2ebd0642

Loading…
Cancel
Save