]> git.pld-linux.org Git - packages/fonts-TTF-Roboto.git/blame_incremental - fonts-TTF-Roboto.spec
- pl, license version, download URL
[packages/fonts-TTF-Roboto.git] / fonts-TTF-Roboto.spec
... / ...
CommitLineData
1Summary: The Roboto family of fonts
2Summary(pl.UTF-8): Rodzina fontów Roboto
3Name: fonts-TTF-Roboto
4Version: 2.136
5Release: 1
6License: Apache v2.0
7Group: Fonts
8#Source0Download: https://github.com/google/roboto/releases
9Source0: https://github.com/google/roboto/releases/download/v%{version}/roboto-unhinted.zip?/roboto-unhinted-%{version}.zip
10# Source0-md5: cc3c1a0fa741618283c19fdf987fad95
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
20Roboto: Google's signature family of fonts, the default font on
21Android and Chrome OS, and the recommended font for Google's visual
22language, Material Design.
23
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
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.068668 seconds and 4 git commands to generate.