]> git.pld-linux.org Git - packages/fonts-TTF-mplus.git/blob - fonts-TTF-mplus.spec
cc135a50754722d4162bfaef246cec1ae8162053
[packages/fonts-TTF-mplus.git] / fonts-TTF-mplus.spec
1 Summary:        M+ fonts (Latin and Japanese)
2 Summary(pl.UTF-8):      Fonty M+ (łacińskie i japońskie)
3 Name:           fonts-TTF-mplus
4 Version:        050
5 Release:        0.TESTFLIGHT.2
6 License:        mplus (distributable)
7 Group:          Fonts
8 Source0:        http://dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-%{version}.tar.xz
9 # Source0-md5:  b94bafd9247c5f358f2f81545ff911b3
10 URL:            http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html
11 BuildRequires:  tar >= 1:1.22
12 BuildRequires:  xz
13 Requires(post,postun):  fontpostinst
14 Requires:       %{_fontsdir}/TTF
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _ttffontsdir    %{_fontsdir}/TTF
19
20 %description
21 M+ fonts: proportional Latin (4 variations), fixed-halfwidth Latin (3
22 variations), fixed-fullwidth Japanese (2 Kana variations). 7 weights
23 from Thin to Black are included, but fixed-halfwidth Latin with 5
24 weights from Thin to Bold.
25
26 %description -l pl.UTF-8
27 Fonty M+: łacińskie proporcjonalne (4 warianty), łacińskie o stałej
28 szerokości połówkowej (3 warianty), japońskie o stałej pełnej
29 szerokości (2 warianty Kana). Dostępne jest 7 grubości fontów, z
30 wyjątkiem łacińskich o stałej szerokości połówkowej, których jest 5
31 grubości.
32
33 %prep
34 %setup -q -n mplus-TESTFLIGHT-%{version}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
39 cp -p *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post
45 fontpostinst TTF
46
47 %postun
48 fontpostinst TTF
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README_E LICENSE_E
53 %lang(ja) %doc README_J LICENSE_J
54 %{_ttffontsdir}/mplus-*.ttf
This page took 0.036453 seconds and 3 git commands to generate.