source: projects/specs/trunk/O/OpenType-source-sans-pro/OpenType-source-sans-pro-vl.spec @ 12393

Revision 12393, 1.6 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

OpenType?-ipaexfont-4.01-1

OpenType?-ipamj-mincho-6.01-1

OpenType?-source-sans-pro-3.006-1

TrueType?-ipafont-3.03-4

TrueType?-vlgothic-2.120-2

ghostscript-9.52-1

Line 
1%define _fontdir %{_datadir}/fonts/OpenType-source-sans-pro
2%define _fontname SourceSansPro_FontsOnly
3
4Summary: A set of OpenType fonts designed for user interfaces
5Summary(ja): ユーザーインターフェース向けにデザインされた OpenType フォントセット
6Name: OpenType-source-sans-pro
7Version: 3.006
8Release: 1%{?_dist_release}
9Group: User Interface/X
10Vendor: Project Vine
11Distribution: Vine Linux
12
13License: OFL
14URL: https://adobe-fonts.github.io/source-sans-pro/
15Source: https://github.com/adobe-fonts/source-sans-pro/releases/download/%{version}R/source-sans-pro-%{version}R.zip
16
17BuildArch: noarch
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19BuildRequires: unzip
20Obsoletes: %{name}-doc < 3.006
21
22%description
23Source Sans is a set of OpenType fonts that have been designed
24to work well in user interface (UI) environments,
25as well as in text setting for screen and print.
26
27
28%prep
29%setup -q -n source-sans-pro-%{version}R
30
31
32%clean
33if test -n "%{buildroot}" && test "/" != "%{buildroot}"; then
34    rm -rf %{buildroot}
35fi
36
37
38%build
39
40
41%install
42rm -rf %{buildroot}
43
44mkdir -p %{buildroot}%{_fontdir}
45cp -a OTF/*.otf %{buildroot}%{_fontdir}
46
47
48%post
49%__font_install_post %{fontdir}
50
51%postun
52%__font_install_postun %{fontdir}
53
54
55%files
56%defattr(-,root,root,-)
57%license LICENSE.md
58%doc README.md
59%{_fontdir}/*.otf
60
61
62%changelog
63* Mon May 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.006-1
64- new upstream release.
65
66* Sun Jan 12 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 1.050-2
67- rebuilt with gcc-4.8
68
69* Sun May 05 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.050-1
70- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.