]> git.pld-linux.org Git - packages/fonts-TTF-Un-Batang.git/commitdiff
- initial
authorankry <ankry@pld-linux.org>
Wed, 10 Feb 2010 08:51:34 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-Un-Batang.spec -> 1.1

fonts-TTF-Un-Batang.spec [new file with mode: 0644]

diff --git a/fonts-TTF-Un-Batang.spec b/fonts-TTF-Un-Batang.spec
new file mode 100644 (file)
index 0000000..18fb4ed
--- /dev/null
@@ -0,0 +1,44 @@
+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
This page took 0.128196 seconds and 4 git commands to generate.