Author: glen Date: Fri Apr 6 11:08:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new, fonts for mathml in firefox
---- Files affected: SPECS: fonts-TTF-texcm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/fonts-TTF-texcm.spec diff -u /dev/null SPECS/fonts-TTF-texcm.spec:1.1 --- /dev/null Fri Apr 6 13:08:35 2007 +++ SPECS/fonts-TTF-texcm.spec Fri Apr 6 13:08:30 2007 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: TeX's Computer Modern Fonts +Name: fonts-TTF-texcm +Version: 1.0 +Release: 1 +License: distributable non-commercially +Group: Fonts +Source0: http://www.mozilla.org/projects/mathml/fonts/bakoma/texcm-ttf.zip +# Source0-md5: 7bd39b8860b09c8d5e507dae70484b80 +Source1: http://www.mozilla.org/projects/mathml/fonts/bakoma/license.txt +# Source1-md5: 3ae8d75400a0078db5d7276366c776b0 +URL: http://www.mozilla.org/projects/mathml/fonts/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define ttffontsdir %{_fontsdir}/TTF + +%description +TeX's Computer Modern Fonts. + +%prep +%setup -q -n texcm-ttf +cp -a %{SOURCE1} . + +%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 license.txt +%{ttffontsdir}/*.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 2007/04/06 11:08:30 glen +- new, fonts for mathml in firefox + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
