Author: ankry Date: Wed Feb 10 20:45:33 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/fonts-TTF-Sil-DaiBanna: fonts-TTF-Sil-DaiBanna.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/fonts-TTF-Sil-DaiBanna/fonts-TTF-Sil-DaiBanna.spec diff -u /dev/null packages/fonts-TTF-Sil-DaiBanna/fonts-TTF-Sil-DaiBanna.spec:1.1 --- /dev/null Wed Feb 10 21:45:33 2010 +++ packages/fonts-TTF-Sil-DaiBanna/fonts-TTF-Sil-DaiBanna.spec Wed Feb 10 21:45:28 2010 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: Free TrueType font for New Tai Lue script +Summary(pl.UTF-8): Wolnodostępny font TrueType dla pisma nowe tai lue +Name: fonts-TTF-Sil-DaiBanna +Version: 2.1 +Release: 1 +License: SIL OFL, distributable +Group: Fonts +#Source0Download: http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=DaiBanna-2.1.zip&filename=DaiBanna-2.1.zip +Source0: DaiBanna-%{version}.zip +# Source0-md5: f78c170e5a600909bcdb1feb4d46f8cb +URL: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=DaiBannaSIL +BuildRequires: unzip +Requires(post,postun): fontpostinst +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define ttffontsdir %{_fontsdir}/TTF + +%description +he Dai Banna SIL Fonts include a complete set of New Tai Lue +consonants, vowels, tones and digits, along with punctuation and other +useful symbols. A basic set of Latin glyphs, including Arabic +numerals, is also provided. Chinese punctuation used in New Tai Lue +texts are included as well. Two font families, differing only in +weight, allow for a wide range of uses. + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{ttffontsdir} + +install *.ttf $RPM_BUILD_ROOT%{ttffontsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +fontpostinst TTF + +%postun +fontpostinst TTF + +%files +%defattr(644,root,root,755) +%doc doc/* +%{ttffontsdir}/DBSIL*.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 2010/02/10 20:45:28 ankry +- initial + +Revision 1.3 2010/02/10 11:39:35 ankry \ No newline at end of file ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
