]> git.pld-linux.org Git - packages/fonts-TTF-munjoy.git/blame - fonts-TTF-munjoy.spec
- tabs in preamble
[packages/fonts-TTF-munjoy.git] / fonts-TTF-munjoy.spec
CommitLineData
8071583c
AM
1%define _name munjoyfonts
2Summary: munjoy fonts
4aaca580 3Summary(pl.UTF-8): Fonty munjoy
8071583c
AM
4Name: fonts-TTF-munjoy
5Version: 0.1
6Release: 1
7License: distributable
8Group: Fonts
9Source0: http://www.munjoylinux.org/source/munjoyfonts.tar.gz
10# Source0-md5: 0319cc9dc14a92814498dce3e9c74056
11URL: http://www.munjoylinux.org/
12Requires(post,postun): fontpostinst
13Requires: %{_fontsdir}/TTF
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define _ttffontsdir %{_fontsdir}/TTF
18
19%description
20munjoy fonts.
21
0a8fd613 22%description -l pl.UTF-8
3cd86e7a
JB
23Fonty munjoy.
24
8071583c
AM
25%prep
26%setup -q -n %{_name}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{_ttffontsdir}
31
32install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%post
38fontpostinst TTF
39
40%postun
41fontpostinst TTF
42
43%files
44%defattr(644,root,root,755)
45%{_ttffontsdir}/*
This page took 0.082503 seconds and 4 git commands to generate.