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