]> git.pld-linux.org Git - packages/fonts-TTF-Tibetan.git/commitdiff
- initial
authorankry <ankry@pld-linux.org>
Tue, 9 Feb 2010 21:33:54 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-Tibetan.spec -> 1.1

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

diff --git a/fonts-TTF-Tibetan.spec b/fonts-TTF-Tibetan.spec
new file mode 100644 (file)
index 0000000..ceea0db
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Free TrueType fonts for Tibetan script
+Summary(pl.UTF-8):     WolnodostÄ™pny font TrueType dla pisma tybetaskiego
+Name:          fonts-TTF-Tibetan
+Version:       1.901b
+Release:       1
+License:       GPL v2
+Group:         Fonts
+Source0:       https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip
+# Source0-md5: 00baf42dd4609f1db8fab40bc3bd4f5c
+URL:           http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html
+BuildRequires: unzip
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                ttffontsdir     %{_fontsdir}/TTF
+
+%description
+This is the alpha release of the Unicode character based Tibetan
+Machine Uni OpenType font for writing Tibetan, Dzongkha and Ladakhi in
+dbu can script with full support for the Sanskrit combinations found
+in chos skad texts.
+
+#%%description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+rm gpl.txt
+
+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 *.txt
+%{ttffontsdir}/TibMachUni-%{version}.ttf
This page took 0.257016 seconds and 4 git commands to generate.