!5 [sync] PR-2: Package upgrade

From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-10-24 08:43:32 +00:00 committed by Gitee
commit 10763a733d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
LaTeX-ToUnicode-0.11.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0
Name: perl-LaTeX-ToUnicode
Version: 0.05
Version: 0.11
Release: 1
Summary: Convert LaTeX commands to Unicode
License: Perl_5
@ -26,7 +26,7 @@ etc. into their Unicode equivalents. It translates commands for special
characters or accents into their Unicode equivalents and removes
formatting commands.
%prep
%setup -q -n LaTeX-ToUnicode-%{version}
%autosetup -n LaTeX-ToUnicode-%{version} -p1
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -67,5 +67,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.11-1
- Upgrade to version 0.11
* Wed Jun 10 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.05-1
- Specfile autogenerated by Perl_Bot