Author: ankry Date: Thu Feb 11 06:27:17 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/fonts-TTF-Vai_Slant_Unicode: fonts-TTF-Vai_Slant_Unicode.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/fonts-TTF-Vai_Slant_Unicode/fonts-TTF-Vai_Slant_Unicode.spec diff -u /dev/null packages/fonts-TTF-Vai_Slant_Unicode/fonts-TTF-Vai_Slant_Unicode.spec:1.1 --- /dev/null Thu Feb 11 07:27:17 2010 +++ packages/fonts-TTF-Vai_Slant_Unicode/fonts-TTF-Vai_Slant_Unicode.spec Thu Feb 11 07:27:11 2010 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: Free TrueType font for the Vai script +Summary(pl.UTF-8): Wolnodostępny font TrueType dla pisma vai +Name: fonts-Vai_Slant_Unicode +Version: 1.0 +Release: 1 +License: SIL OFL, distributable +Group: Fonts +Source0: http://openfontlibrary.org/people/iwsfutcmd/iwsfutcmd_-_Vai_Slant_Unicode.ttf +# Source0-md5: e1d035ab042dba9d36f98b5130ca1ad4 +URL: http://openfontlibrary.org/media/files/iwsfutcmd/383 +Requires(post,postun): fontpostinst +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define ttffontsdir %{_fontsdir}/TTF + +%description +This is the Unicode version of SIL's Vai font, including the glyphs +from the Vai Extra Characters Set. + +%prep + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{ttffontsdir} + +# remove uploader name from the font file name +install %{SOURCE0} $RPM_BUILD_ROOT%{ttffontsdir}/Vai_Slant_Unicode.ttf + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +fontpostinst TTF + +%postun +fontpostinst TTF + +%files +%defattr(644,root,root,755) +%{ttffontsdir}/Vai_Slant_Unicode.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/11 06:27:11 ankry +- initial ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
