forked from pool/cyreal-lora-fonts
Accepting request 912044 from home:urbic:branches:M17N:fonts
- Update to v2.202 * Package OTF files instead of TTF * Update URL, summary, description * Package documentation * Use spec-cleaner OBS-URL: https://build.opensuse.org/request/show/912044 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/cyreal-lora-fonts?expand=0&rev=6
This commit is contained in:
parent
ae4e5f51f7
commit
4f0a5eb24a
3
Lora-Cyrillic-2.202.tar.gz
Normal file
3
Lora-Cyrillic-2.202.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:619daa94d5b285bf4123e16ad732eb1fce8956bd3dd4e9ed5ea8cb6efa32d886
|
||||||
|
size 8299381
|
3
_service
Normal file
3
_service
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<services>
|
||||||
|
<service name="download_files" mode="localonly"/>
|
||||||
|
</services>
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 13 23:33:20 UTC 2021 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v2.202
|
||||||
|
* Package OTF files instead of TTF
|
||||||
|
* Update URL, summary, description
|
||||||
|
* Package documentation
|
||||||
|
* Use spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 1 09:28:44 UTC 2014 - lazy.kent@opensuse.org
|
Tue Jul 1 09:28:44 UTC 2014 - lazy.kent@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cyreal-lora-fonts
|
# spec file for package cyreal-lora-fonts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,52 +12,49 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: cyreal-lora-fonts
|
Name: cyreal-lora-fonts
|
||||||
Version: 1.014
|
Version: 2.202
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lora Fonts
|
Summary: Serif family for text. Variable Open Source Font
|
||||||
License: OFL-1.1
|
License: OFL-1.1
|
||||||
Group: System/X11/Fonts
|
Group: System/X11/Fonts
|
||||||
Url: http://cyreal.org/archives/803
|
URL: http://www.cyreal.org/2012/07/lora/
|
||||||
#Source0: wget http://www.google.com/webfonts/download?kit=iwrHM7FQEcKgsUvDuXxrPg -O cyreal-lora-fonts.zip
|
Source: https://github.com/cyrealtype/Lora-Cyrillic/archive/v%{version}.tar.gz#/Lora-Cyrillic-%{version}.tar.gz
|
||||||
Source0: cyreal-lora-fonts.zip
|
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
BuildRequires: unzip
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%reconfigure_fonts_prereq
|
%reconfigure_fonts_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lora is a well-balanced contemporary serif with roots in calligraphy. It
|
Lora is a well-balanced contemporary serif with roots in calligraphy. It is
|
||||||
is a text typeface with moderate contrast well suited for body text.
|
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.
|
||||||
|
|
||||||
A paragraph set in Lora will make a memorable appearance because of its
|
Technically Lora is optimised for screen appearance, and works equally well in
|
||||||
brushed curves in contrast with driving serifs. The overall typographic
|
print.
|
||||||
voice of Lora perfectly conveys the mood of a modern-day story, or an
|
|
||||||
art essay.
|
Designed by Olga Karpushina, and Alexei Vanyashin for Cyreal.
|
||||||
Technically Lora is optimised for screen appearance, and works equally
|
|
||||||
well in print.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -cqn %{name}-%{version}
|
%setup -q -n Lora-Cyrillic-%{version}
|
||||||
sed -i 's/\r$//g' OFL.txt
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -dm 0755 %{buildroot}%{_ttfontsdir}
|
install -dm0755 %{buildroot}%{_ttfontsdir}
|
||||||
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
|
install -m0644 fonts/OTF/*.otf %{buildroot}%{_ttfontsdir}
|
||||||
|
|
||||||
%reconfigure_fonts_scriptlets
|
%reconfigure_fonts_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc OFL.txt
|
|
||||||
%dir %{_ttfontsdir}
|
%dir %{_ttfontsdir}
|
||||||
%{_ttfontsdir}/*.ttf
|
%{_ttfontsdir}/*.otf
|
||||||
|
%defattr(0644,root,root)
|
||||||
|
%doc README.md {AUTHORS,CONTRIBUTORS,FONTLOG,TRADEMARKS}.txt sources/sample*.png
|
||||||
|
%license OFL.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1eada1d4f07c18f8ae329a6d5f0c87eea6d8ea9fd8e2cf30fbbec2f74fcecb69
|
|
||||||
size 472160
|
|
Loading…
Reference in New Issue
Block a user