File palemonas-ttf-fonts.spec of Package palemonas-ttf-fonts
#
# spec file for package palemonas-ttf-fonts
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owner, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# norootforbuild
Name: palemonas-ttf-fonts
Summary: Lithuanian TrueType font Palemonas
Version: 2.1
Release: 0
License: MIT
Group: System/X11/Fonts
Url: http://www.vlkk.lt/lit/palemonas.html
BuildArch: noarch
Source0: Palemonas-2.1.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: scalable-font-lt
Provides: locale(lt)
BuildRequires: fontpackages-devel
#BuildRequires: unzip # only if zipped
%reconfigure_fonts_prereq
%description
This package contains the Lithuanian fonts: Pelemonas.
Designer: Albertas Gurskas, Ona Aleknavičienė, Laima Grumadienė, Petras Skirmantas, Mindaugas Strockis, Vladas Tumasonis
%prep
%setup -q -T -c %name -a0
%build
%install
install -d '%{buildroot}%{_ttfontsdir}'
install '-t%{buildroot}%{_ttfontsdir}' -m 644 *.ttf
# call fonts-config after installation or deinstallation of this package
%reconfigure_fonts_scriptlets
#%clean
#%__rm -rf %buildroot
%files
%defattr(-,root,root)
%{_ttfontsdir}
%changelog