]> git.pld-linux.org Git - packages/fonts-TTF-mplus.git/blob - fonts-TTF-mplus.spec
f6dac619d1b0ea79e9763689a5c0c4f6c53276cf
[packages/fonts-TTF-mplus.git] / fonts-TTF-mplus.spec
1 Summary:        M+ fonts
2 Name:           fonts-TTF-mplus
3 Version:        039
4 Release:        0.TESTFLIGHT.1
5 License:        mplus (distributable)
6 Group:          Fonts
7 Source0:        http://dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-%{version}.tar.gz
8 # Source0-md5:  02910588602af51dd6d23350943332b9
9 URL:            http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html
10 Requires(post,postun):  fontpostinst
11 Requires:       %{_fontsdir}/TTF
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _ttffontsdir    %{_fontsdir}/TTF
16
17 %description
18 M+ fonts.
19
20 %prep
21 %setup -q -n mplus-TESTFLIGHT-%{version}
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
26
27 cp -a *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %post
33 fontpostinst TTF
34
35 %postun
36 fontpostinst TTF
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README_E README_J LICENSE_E LICENSE_J
41 %{_ttffontsdir}/mplus-*.ttf
This page took 0.021636 seconds and 3 git commands to generate.