]> git.pld-linux.org Git - packages/fonts-TTF-Vai_Slant_Unicode.git/commitdiff
- initial
authorankry <ankry@pld-linux.org>
Thu, 11 Feb 2010 06:27:11 +0000 (06:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-Vai_Slant_Unicode.spec -> 1.1

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

diff --git a/fonts-TTF-Vai_Slant_Unicode.spec b/fonts-TTF-Vai_Slant_Unicode.spec
new file mode 100644 (file)
index 0000000..320a784
--- /dev/null
@@ -0,0 +1,41 @@
+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
This page took 0.093792 seconds and 4 git commands to generate.