Update to 0.088
This commit is contained in:
parent
1353e36076
commit
7be3c7bf53
Binary file not shown.
BIN
PPIx-Regexp-0.088.tar.gz
Normal file
BIN
PPIx-Regexp-0.088.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
|
|
||||||
Name: perl-PPIx-Regexp
|
Name: perl-PPIx-Regexp
|
||||||
Version: 0.085
|
Version: 0.088
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Represent a regular expression of some sort
|
Summary: Represent a regular expression of some sort
|
||||||
License: GPL+ or Artistic
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||||
URL: https://metacpan.org/release/PPIx-Regexp
|
URL: https://metacpan.org/release/PPIx-Regexp
|
||||||
Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -52,7 +52,7 @@ manner similar to the way the PPI package parses Perl. This class forms the
|
|||||||
root of the parse tree, playing a role similar to PPI::Document.
|
root of the parse tree, playing a role similar to PPI::Document.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PPIx-Regexp-%{version}
|
%autosetup -n PPIx-Regexp-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
@ -101,5 +101,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 09 2023 yaoxin <yao_xin001@hoperun.com> - 0.088-1
|
||||||
|
- Update to 0.088
|
||||||
|
|
||||||
* Wed Jul 06 2022 misaka00251 <misaka00251@misakanet.cn> - 0.085-1
|
* Wed Jul 06 2022 misaka00251 <misaka00251@misakanet.cn> - 0.085-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
4
perl-PPIx-Regexp.yaml
Normal file
4
perl-PPIx-Regexp.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: metacpan
|
||||||
|
src_repo: PPIx-Regexp
|
||||||
|
tag_prefix: ''
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user