|
|
@ -2,7 +2,7 @@
|
|
|
|
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
|
|
|
|
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-PPIx-QuoteLike
|
|
|
|
Name: perl-PPIx-QuoteLike
|
|
|
|
Version: 0.016
|
|
|
|
Version: 0.017
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parse Perl string literals and string-literal-like things
|
|
|
|
Summary: Parse Perl string literals and string-literal-like things
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -90,7 +90,8 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%{make_install}
|
|
|
|
%{make_install}
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
# Install tests
|
|
|
|
# Install tests
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
|
|
@ -107,13 +108,19 @@ make test
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSES/*
|
|
|
|
%license LICENSES/*
|
|
|
|
%doc Changes eg README
|
|
|
|
%doc Changes eg README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/PPIx/
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/PPIx::QuoteLike*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
%files tests
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Paul Howarth <paul@city-fan.org> - 0.017-1
|
|
|
|
|
|
|
|
- Update to 0.017
|
|
|
|
|
|
|
|
- All uses of the postderef argument to new() now warn
|
|
|
|
|
|
|
|
- Fix permissions verbosely
|
|
|
|
|
|
|
|
- Make %%files list more explicit
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 26 2021 Petr Pisar <ppisar@redhat.com> - 0.016-1
|
|
|
|
* Fri Mar 26 2021 Petr Pisar <ppisar@redhat.com> - 0.016-1
|
|
|
|
- 0.016 bump
|
|
|
|
- 0.016 bump
|
|
|
|
- Package tests
|
|
|
|
- Package tests
|
|
|
|