]> git.pld-linux.org Git - packages/fonts-TTF-mplus.git/commitdiff
- initial PLD release auto/th/fonts-TTF-mplus-026-0_TESTFLIGHT_1
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 8 Oct 2009 08:14:03 +0000 (08:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-mplus.spec -> 1.1

fonts-TTF-mplus.spec [new file with mode: 0644]

diff --git a/fonts-TTF-mplus.spec b/fonts-TTF-mplus.spec
new file mode 100644 (file)
index 0000000..302d48c
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       M+ fonts
+Name:          fonts-TTF-mplus
+Version:       026
+Release:       0.TESTFLIGHT.1
+License:       mplus (distributable)
+Group:         Fonts
+Source0:       http://dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-%{version}.tar.gz
+# Source0-md5: 373bc674f615ce813aca864fce0a81c6
+URL:           http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/TTF
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _ttffontsdir    %{_fontsdir}/TTF
+
+%description
+M+ fonts
+
+%prep
+%setup -q -n mplus-TESTFLIGHT-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_ttffontsdir}
+
+cp -a *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%doc README_E README_J LICENSE_E LICENSE_J
+%{_ttffontsdir}/mplus-*.ttf
This page took 0.071568 seconds and 4 git commands to generate.