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