]> git.pld-linux.org Git - packages/fonts-TTF-Roboto.git/blame - fonts-TTF-Roboto.spec
- pl, license version, download URL
[packages/fonts-TTF-Roboto.git] / fonts-TTF-Roboto.spec
CommitLineData
75c5ae2b 1Summary: The Roboto family of fonts
9c639157 2Summary(pl.UTF-8): Rodzina fontów Roboto
75c5ae2b 3Name: fonts-TTF-Roboto
366b3d99 4Version: 2.136
75c5ae2b 5Release: 1
9c639157 6License: Apache v2.0
75c5ae2b 7Group: Fonts
9c639157 8#Source0Download: https://github.com/google/roboto/releases
f373d47c 9Source0: https://github.com/google/roboto/releases/download/v%{version}/roboto-unhinted.zip?/roboto-unhinted-%{version}.zip
366b3d99 10# Source0-md5: cc3c1a0fa741618283c19fdf987fad95
75c5ae2b
JK
11URL: https://github.com/google/roboto/
12BuildRequires: unzip
13Requires(post,postun): fontpostinst
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define ttffontsdir %{_fontsdir}/TTF
18
19%description
5c600c04
ER
20Roboto: Google's signature family of fonts, the default font on
21Android and Chrome OS, and the recommended font for Google's visual
75c5ae2b
JK
22language, Material Design.
23
9c639157
JB
24%description -l pl.UTF-8
25Roboto to rodzina fontów firmowana przez Google, domyślny font w
26systemach Android i Chrome, zalecany font dla języka wizualnego
27Google'a Material Design.
28
75c5ae2b
JK
29%prep
30%setup -q -n roboto-unhinted
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{ttffontsdir}
35
36cp -p *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%post
42fontpostinst TTF
43
44%postun
45fontpostinst TTF
46
47%files
48%defattr(644,root,root,755)
49%{ttffontsdir}/Roboto*.ttf
This page took 0.160481 seconds and 4 git commands to generate.