Package upgrade

This commit is contained in:
starlet-dx 2022-06-15 15:25:49 +08:00
parent 04545418db
commit 737254f228
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
BibTeX-Parser-1.03.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0
Name: perl-BibTeX-Parser
Version: 1.02
Version: 1.03
Release: 1
Summary: BibTeX::Parser Perl module
License: Perl_5
@ -28,7 +28,7 @@ Provides: perl-BibTeX-Parser-doc
%description help
BibTeX::Parser Perl module
%prep
%setup -q -n BibTeX-Parser-%{version}
%autosetup -n BibTeX-Parser-%{version} -p1
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -69,5 +69,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.03-1
- Upgrade to version 1.03
* Wed Jun 10 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.02-1
- Specfile autogenerated by Perl_Bot