graphite2: add an explicit BR on `pip` to enable ptest (#2797)

* graphite2: add an explicit BR on `pip` to enable ptest
* graphite2: verify license

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2022-04-21 09:14:42 +05:30 коммит произвёл GitHub
Родитель 4663bbebbd
Коммит 2f859b1b32
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@ Vendor: Microsoft Corporation
Distribution: Mariner
Name: graphite2
Version: 1.3.14
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Font rendering capabilities for complex non-Roman writing systems
License: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+)
@ -19,6 +19,9 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: freetype-devel
%if %{with_check}
BuildRequires: python3-pip
%endif
%description
Graphite2 is a project within SILs Non-Roman Script Initiative and Language
@ -56,6 +59,7 @@ find %{buildroot} -type f -name "*.la" -print -delete
%check
pip3 install fonttools
ctest
@ -82,6 +86,10 @@ ctest
%changelog
* Wed Apr 20 2022 Muhammad Falak <mwani@microsoft.com> - 1.3.14-3
- Add an explicit BR on pip to enable ptest
- License verified
* Tue Mar 30 2021 Henry Li <lihl@microsoft.com> - 1.3.14-2
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
- Remove texlive-related dependencies.