File share-tech-mono-fonts.spec of Package share-tech-mono-fonts
Name: share-tech-mono-fonts
Version: 1.0
Release: 0
Summary: Foo OpenType Fonts
License: OFL-1.1
Group: System/X11/Fonts
URL: https://fonts.google.com/specimen/Share+Tech+Mono
Source0: share-tech-mono.tar.gz
BuildRequires: fontpackages-devel
%description
Share Tech Mono is a retro inspired monospace font
%prep
%setup -q -n Share_Tech_Mono
%build
%install
install -d %{buildroot}%{_ttfontsdir}
install -m 644 *.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%license OFL.txt
%dir /usr/share/fonts/truetype
%{_ttfontsdir}/*.ttf
%changelog