!8 Add BuildRequires perl

Merge pull request !8 from 邹林/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-08 09:07:01 +00:00 committed by Gitee
commit 21ab7e765b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
Name: utf8proc
Version: 2.6.1
Release: 2
Release: 3
Summary: A library provides Unicode normalization
License: MIT
URL: https://juliastrings.github.io/utf8proc/
Source0: https://github.com/JuliaStrings/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
BuildRequires: gcc
BuildRequires: gcc perl
%description
Utf8proc is a small, clean C library that provides Unicode normalization, case-folding,
@ -53,6 +53,9 @@ make check
%doc README.md NEWS.md lump.md
%changelog
* Sat Jan 8 2022 zoulin <zoulin13@hauwei.com> - 2.6.1-3
- Add BuildRequires perl
* Tue Jul 20 2021 fuanan <fuanan3@hauwei.com> - 2.6.1-2
- Remove redundant gdb from BuildRequires