42 lines
1.2 KiB
RPMSpec
42 lines
1.2 KiB
RPMSpec
%global cvsdate 20090803
|
|
|
|
Name: lklug-fonts
|
|
Version: 0.6
|
|
Release: 19.%{cvsdate}cvs
|
|
Summary: OpenType Font for Sinhala
|
|
License: GPLv2
|
|
URL: http://sinhala.sourceforge.net/
|
|
Source: lklug-%{cvsdate}.tar.gz
|
|
Source1: 65-lklug.conf
|
|
Source2: lklug.metainfo.xml
|
|
BuildArch: noarch
|
|
BuildRequires: fontpackages-devel fontforge
|
|
Requires: fontpackages-filesystem
|
|
|
|
%global fontname lklug
|
|
|
|
%description
|
|
This package contains fonts for displaying of Sinhala.
|
|
|
|
%prep
|
|
%autosetup -c -p1
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
install -m 0755 -d %{buildroot}%{_fontdir} %{buildroot}%{_fontconfig_templatedir} %{buildroot}%{_fontconfig_confdir}
|
|
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
|
install -m 0644 -p %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/65-lklug.conf
|
|
ln -s %{_fontconfig_templatedir}/65-lklug.conf %{buildroot}%{_fontconfig_confdir}/65-lklug.conf
|
|
install -Dm 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
|
|
|
|
%files
|
|
%_font_pkg -f 65-lklug.conf *.ttf
|
|
%doc CREDITS COPYING README.fonts
|
|
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
|
|
|
%changelog
|
|
* Mon Nov 25 2019 likexin<likexin4@huawei.com> - 0.6-19.20090803cvs
|
|
- Pakcage init
|