Author: ankry Date: Tue Feb 9 18:24:01 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/fonts-OTF-Akkadian: fonts-OTF-Akkadian.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/fonts-OTF-Akkadian/fonts-OTF-Akkadian.spec diff -u /dev/null packages/fonts-OTF-Akkadian/fonts-OTF-Akkadian.spec:1.1 --- /dev/null Tue Feb 9 19:24:01 2010 +++ packages/fonts-OTF-Akkadian/fonts-OTF-Akkadian.spec Tue Feb 9 19:23:55 2010 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +Summary: Free UCS font for Cuneiform +Summary(pl.UTF-8): Wolnodostępny font UCS dla pisma klinowego +Name: fonts-OTF-Aegyptus +Version: 2.52 +Release: 1 +License: Freeware +Group: Fonts +Source0: http://users.teilar.gr/~g1951d/Akkadian.zip +# Source0-md5: +URL: http://users.teilar.gr/~g1951d/ +BuildRequires: unzip +Requires(post,postun): fontpostinst +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define otffontsdir %{_fontsdir}/OTF + +%description +Akkadian font covers the following scripts and symbols supported by +The Unicode Standard 5.2: Basic Latin, Greek and Coptic, some +Punctuation and other Symbols, Cuneiform, Cuneiform Numbers and +Punctuation. + +%%description -l pl.UTF-8 +#TODO + +%prep +%setup -q -n freefont-%{version} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{otffontsdir} + +install *.otf $RPM_BUILD_ROOT%{otffontsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +fontpostinst OTF + +%postun +fontpostinst OTF + +%files +%defattr(644,root,root,755) +#%%doc *.txt +%{otffontsdir}/Akkadian.otf + +%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/09 18:23:55 ankry +- initial ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
