Package upgrade

(cherry picked from commit 93044eb617ff01792b166a68e35173b964894fa7)
This commit is contained in:
starlet-dx 2022-06-15 15:27:00 +08:00 committed by openeuler-sync-bot
parent 7f0611e182
commit d5cf0bfd9b
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