2012-07-21 12:18:20 +02:00
|
|
|
#
|
|
|
|
# spec file for package cyreal-lora-fonts
|
|
|
|
#
|
2023-01-19 20:55:28 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-07-21 12:18:20 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2021-08-14 12:07:11 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-07-21 12:18:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: cyreal-lora-fonts
|
2023-01-19 20:55:28 +01:00
|
|
|
Version: 3.005
|
2012-07-21 12:18:20 +02:00
|
|
|
Release: 0
|
2021-08-14 12:07:11 +02:00
|
|
|
Summary: Serif family for text. Variable Open Source Font
|
2014-07-01 11:33:22 +02:00
|
|
|
License: OFL-1.1
|
2012-07-21 12:18:20 +02:00
|
|
|
Group: System/X11/Fonts
|
2022-04-09 06:33:38 +02:00
|
|
|
URL: http://www.cyreal.org/fonts/lora/
|
|
|
|
Source0: https://github.com/cyrealtype/Lora-Cyrillic/releases/download/v%{version}/Lora-v%{version}.zip
|
|
|
|
Source1: https://github.com/cyrealtype/Lora-Cyrillic/raw/v%{version}/README.md
|
|
|
|
Source2: https://github.com/cyrealtype/Lora-Cyrillic/raw/v%{version}/AUTHORS.txt
|
|
|
|
Source3: https://github.com/cyrealtype/Lora-Cyrillic/raw/v%{version}/CONTRIBUTORS.txt
|
|
|
|
Source4: https://github.com/cyrealtype/Lora-Cyrillic/raw/v%{version}/TRADEMARKS.txt
|
|
|
|
Source5: https://github.com/cyrealtype/Lora-Cyrillic/raw/v%{version}/FONTLOG.txt
|
2023-01-19 20:55:28 +01:00
|
|
|
Source6: https://github.com/cyrealtype/Lora-Cyrillic/raw/v%{version}/documentation/Lora-sample.png
|
2012-09-25 09:05:14 +02:00
|
|
|
BuildRequires: fontpackages-devel
|
2022-04-09 06:33:38 +02:00
|
|
|
BuildRequires: unzip
|
2012-07-21 12:18:20 +02:00
|
|
|
BuildArch: noarch
|
2012-09-25 09:05:14 +02:00
|
|
|
%reconfigure_fonts_prereq
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%description
|
2021-08-14 12:07:11 +02:00
|
|
|
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.
|
2012-07-21 12:18:20 +02:00
|
|
|
|
2021-08-14 12:07:11 +02:00
|
|
|
Technically Lora is optimised for screen appearance, and works equally well in
|
|
|
|
print.
|
|
|
|
|
|
|
|
Designed by Olga Karpushina, and Alexei Vanyashin for Cyreal.
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%prep
|
2022-06-22 17:25:27 +02:00
|
|
|
%autosetup -c
|
2022-04-09 06:33:38 +02:00
|
|
|
cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2021-08-14 12:07:11 +02:00
|
|
|
install -dm0755 %{buildroot}%{_ttfontsdir}
|
2023-01-19 20:55:28 +01:00
|
|
|
install -m0644 fonts/otf/*.otf %{buildroot}%{_ttfontsdir}
|
2022-04-09 06:33:38 +02:00
|
|
|
|
2012-09-25 09:05:14 +02:00
|
|
|
%reconfigure_fonts_scriptlets
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%files
|
2023-01-19 20:55:28 +01:00
|
|
|
%license OFL.txt
|
|
|
|
%doc README.md {AUTHORS,CONTRIBUTORS,TRADEMARKS,FONTLOG}.txt Lora-sample.png
|
2012-09-25 09:05:14 +02:00
|
|
|
%dir %{_ttfontsdir}
|
2021-08-14 12:07:11 +02:00
|
|
|
%{_ttfontsdir}/*.otf
|
2012-07-21 12:18:20 +02:00
|
|
|
|
|
|
|
%changelog
|