packages: fonts-TTF-Un-Batang/fonts-TTF-Un-Batang.spec (NEW) - initial

ankry ankry at pld-linux.org
Wed Feb 10 09:51:40 CET 2010


Author: ankry                        Date: Wed Feb 10 08:51:40 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/fonts-TTF-Un-Batang:
   fonts-TTF-Un-Batang.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/fonts-TTF-Un-Batang/fonts-TTF-Un-Batang.spec
diff -u /dev/null packages/fonts-TTF-Un-Batang/fonts-TTF-Un-Batang.spec:1.1
--- /dev/null	Wed Feb 10 09:51:40 2010
+++ packages/fonts-TTF-Un-Batang/fonts-TTF-Un-Batang.spec	Wed Feb 10 09:51:34 2010
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Free TrueType font for Hangul
+Summary(pl.UTF-8):	Wolnodostępny font TrueType dla Hangyl
+Name:		fonts-TTF-Un-Batang
+Version:	0613
+Release:	1
+# license info available in CVS
+License:	GPL v2
+Group:		Fonts
+Source0:	http://kldp.net/projects/unfonts/download/4706/UnBatang_%{version}.ttf
+# Source0-md5:	0cb2b8a3cf6db627e52ded1b52906787
+Requires(post,postun):	fontpostinst
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		ttffontsdir	%{_fontsdir}/TTF
+
+%description
+This font includes the new characters in the Jamo block, and all the
+characters in the new Hangul Jamo Extended-A and Hangul Jamo
+Extended-B blocks.
+
+#%%description -l pl.UTF-8
+# TODO
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%{ttffontsdir}/UnBatang*.ttf
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/02/10 08:51:34  ankry
+- initial
================================================================


More information about the pld-cvs-commit mailing list