Author: patrys Date: Thu Oct 8 08:14:09 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/fonts-TTF-mplus: fonts-TTF-mplus.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/fonts-TTF-mplus/fonts-TTF-mplus.spec diff -u /dev/null packages/fonts-TTF-mplus/fonts-TTF-mplus.spec:1.1 --- /dev/null Thu Oct 8 10:14:09 2009 +++ packages/fonts-TTF-mplus/fonts-TTF-mplus.spec Thu Oct 8 10:14:03 2009 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/10/08 08:14:03 patrys +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
