2012-07-21 12:18:20 +02:00
|
|
|
#
|
|
|
|
# spec file for package cyreal-lora-fonts
|
|
|
|
#
|
|
|
|
# Copyright (c) 2012 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: cyreal-lora-fonts
|
|
|
|
Version: 1.000
|
|
|
|
Release: 0
|
|
|
|
License: OFL-1.1
|
|
|
|
Summary: Lora Fonts
|
|
|
|
Url: http://cyreal.org/archives/803
|
|
|
|
Group: System/X11/Fonts
|
|
|
|
#Source0: wget http://www.google.com/webfonts/download?kit=iwrHM7FQEcKgsUvDuXxrPg -O cyreal-lora-fonts.zip
|
|
|
|
Source0: cyreal-lora-fonts.zip
|
2012-09-25 09:05:14 +02:00
|
|
|
BuildRequires: fontpackages-devel
|
2012-07-21 12:18:20 +02:00
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildArch: noarch
|
2012-09-25 09:05:14 +02:00
|
|
|
%reconfigure_fonts_prereq
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Lora is a well-balanced contemporary serif with roots in calligraphy. It
|
|
|
|
is a text typeface with moderate contrast well suited for body text.
|
|
|
|
|
|
|
|
A paragraph set in Lora will make a memorable appearance because of its
|
|
|
|
brushed curves in contrast with driving serifs. The overall typographic
|
|
|
|
voice of Lora perfectly conveys the mood of a modern-day story, or an
|
|
|
|
art essay.
|
|
|
|
Technically Lora is optimised for screen appearance, and works equally
|
|
|
|
well in print.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -cqn %{name}-%{version}
|
|
|
|
sed -i 's/\r$//g' OFL.txt
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2012-09-25 09:05:14 +02:00
|
|
|
install -dm 0755 %{buildroot}%{_ttfontsdir}
|
|
|
|
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
|
2012-07-21 12:18:20 +02:00
|
|
|
|
2012-09-25 09:05:14 +02:00
|
|
|
%reconfigure_fonts_scriptlets
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc OFL.txt
|
2012-09-25 09:05:14 +02:00
|
|
|
%dir %{_ttfontsdir}
|
|
|
|
%{_ttfontsdir}/*.ttf
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%changelog
|