75 lines
2.3 KiB
RPMSpec
75 lines
2.3 KiB
RPMSpec
|
#
|
||
|
# spec file for package google-noto-fonts
|
||
|
#
|
||
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# All modifications and additions to the file contributed by third parties
|
||
|
# remain the property of their copyright owners, 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/
|
||
|
#
|
||
|
|
||
|
%define hyear 2013
|
||
|
%define hmonth 04
|
||
|
%define hday 11
|
||
|
%define uhyear 2013
|
||
|
%define uhmonth 04
|
||
|
%define uhday 18
|
||
|
%define src_name NotoFonts
|
||
|
|
||
|
Name: google-noto-fonts
|
||
|
Version: %{uhyear}%{uhmonth}%{uhday}
|
||
|
Release: 0
|
||
|
Summary: Noto Font Families
|
||
|
License: Apache-2.0
|
||
|
Group: System/X11/Fonts
|
||
|
Url: https://code.google.com/p/noto/
|
||
|
Source0: https://noto.googlecode.com/files/%{src_name}-hinted-%{hyear}-%{hmonth}-%{hday}.tgz
|
||
|
Source1: https://noto.googlecode.com/files/%{src_name}-unhinted-%{uhyear}-%{uhmonth}-%{uhday}.tgz
|
||
|
Source2: generate-specfile.sh
|
||
|
BuildRequires: fontpackages-devel
|
||
|
%reconfigure_fonts_prereq
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description
|
||
|
Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke
|
||
|
thicknesses) across languages.
|
||
|
|
||
|
@SUBPACKAGE_HEADERS@
|
||
|
|
||
|
%prep
|
||
|
%setup -q -c -T -a0 -a1
|
||
|
mv fonts/individual/unhinted/NotoSansMalayalam{,-Regular}.ttf
|
||
|
mv fonts/individual/unhinted/NotoSansMalayalamUI{,-Regular}.ttf
|
||
|
# remove duplicities in fonts/individual/unhinted
|
||
|
for f in `ls fonts/individual/unhinted`; do
|
||
|
if [ -e fonts/individual/hinted/$f ]; then
|
||
|
rm fonts/individual/unhinted/$f
|
||
|
fi
|
||
|
done
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
mkdir -p %{buildroot}%{_ttfontsdir}
|
||
|
cp fonts/individual/hinted/*.ttf %{buildroot}%{_ttfontsdir}/
|
||
|
cp fonts/individual/unhinted/*.ttf %{buildroot}%{_ttfontsdir}/
|
||
|
|
||
|
@SUBPACKAGE_SCRIPTLETS@
|
||
|
|
||
|
%files
|
||
|
%defattr(0644,root,root,755)
|
||
|
%doc COPYING
|
||
|
%dir %{_ttfontsdir}
|
||
|
|
||
|
@SUBPACKAGE_FILELISTS@
|
||
|
|
||
|
%changelog
|