Update to 0.53
This commit is contained in:
parent
17526f592d
commit
da90578b9a
Binary file not shown.
BIN
LaTeX-ToUnicode-0.53.tar.gz
Normal file
BIN
LaTeX-ToUnicode-0.53.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-LaTeX-ToUnicode
|
Name: perl-LaTeX-ToUnicode
|
||||||
Version: 0.11
|
Version: 0.53
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Convert LaTeX commands to Unicode
|
Summary: Convert LaTeX commands to Unicode
|
||||||
License: Artistic-1.0 or GPL-1.0-or-later
|
License: Artistic-1.0 or GPL-1.0-or-later
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/LaTeX-ToUnicode/
|
URL: https://metacpan.org/release/LaTeX-ToUnicode
|
||||||
Source0: http://www.cpan.org/authors/id/B/BO/BORISV/LaTeX-ToUnicode-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BO/BORISV/LaTeX-ToUnicode-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -27,6 +27,7 @@ characters or accents into their Unicode equivalents and removes
|
|||||||
formatting commands.
|
formatting commands.
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n LaTeX-ToUnicode-%{version} -p1
|
%autosetup -n LaTeX-ToUnicode-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -67,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 11 2023 yaoxin <yao_xin001@hoperun.com> - 0.53-1
|
||||||
|
- Update to 0.53
|
||||||
|
|
||||||
* Fri Sep 02 2022 yaoxin <yaoxin30@h-partners.com> - 0.11-2
|
* Fri Sep 02 2022 yaoxin <yaoxin30@h-partners.com> - 0.11-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version-ctrl: metacpan
|
version-ctrl: metacpan
|
||||||
src_repo: LaTeX-ToUnicode
|
src_repo: LaTeX-ToUnicode
|
||||||
tag_prefix: "^v"
|
tag_prefix: ''
|
||||||
seperator: "."
|
seperator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user