]> git.pld-linux.org Git - packages/fonts-TTF-Labiryntowy.git/blame - fonts-TTF-Labiryntowy.spec
- initial
[packages/fonts-TTF-Labiryntowy.git] / fonts-TTF-Labiryntowy.spec
CommitLineData
7225bb70
AM
1Summary: Labyrinth alphabet font
2Summary(pl.UTF-8): Font alfabetu labiryntowego
3Name: fonts-TTF-Labiryntowy
4Version: 1.52
5Release: 1
6License: freeware
7Group: Fonts
8Source0: https://github.com/texrg/Labiryntowy/raw/master/Labiryntowy_pl.ttf
9# Source0-md5: 88c4e403cb75603a8fb2cf8ad8bc21fd
10Source1: https://github.com/texrg/Labiryntowy/blob/master/opis.pdf
11# Source1-md5:
12URL: https://github.com/texrg/Labiryntowy
13Requires(post,postun): fontpostinst
14Requires: %{_fontsdir}/TTF
15Requires: fontconfig >= 1:2.10.1
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _ttffontsdir %{_fontsdir}/TTF
20
21%description
22Font Labiryntowy was created as a practical realization of the
23labyrinth alphabet idea. This font contains over 300 ligatures and
24most of the characters needed to write the titles, names and
25monograms.
26
27%description -l pl.UTF-8
28Font Labiryntowy_pl powstał jako praktyczna realizacja idei alfabetu
29labiryntowego. Font ten zawiera ponad 300 ligatur i większość znaków
30potrzebnych do wykonania tytułów, imion i monogramów.
31
32%prep
33%setup -q -c -T
34
35%build
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40install -d $RPM_BUILD_ROOT%{_ttffontsdir}
41
42cp -p %{SOURCE0} $RPM_BUILD_ROOT%{_ttffontsdir}
43cp -p %{SOURCE1} .
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post
49fontpostinst TTF
50
51%postun
52fontpostinst TTF
53
54%files
55%defattr(644,root,root,755)
56%doc opis.pdf
57%{_ttffontsdir}/Labiryntowy_pl.ttf
This page took 0.074701 seconds and 4 git commands to generate.