tex-gyre-fonts/tex-gyre-fonts.spec

42 lines
1.2 KiB
RPMSpec
Raw Normal View History

%define pkgver %(echo %version | tr . _)
Name: tex-gyre-fonts
Version: 2.501
Release: 1mamba
Summary: Substitute PostScript fonts in OpenType format
Group: System/Fonts
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gust.org.pl/projects/e-foundry/tex-gyre
Source: http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg%{pkgver}otf.zip
Source1: http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt
License: The LaTeX Project Public License
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%description
Substitute PostScript fonts in OpenType format.
%prep
%setup -q -c
cp %{SOURCE1} .
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m0644 -t %{buildroot}%{_datadir}/fonts/tex-gyre tg%{pkgver}otf/*.otf
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/fonts/tex-gyre
%{_datadir}/fonts/tex-gyre/*.otf
%doc GUST-FONT-LICENSE.txt
%changelog
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.501-1mamba
- package created using the webbuild interface