rpms/tibetan-machine-uni-fonts/FC-6 tibetan-machine-uni-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcin Garski (mgarski) fedora-extras-commits at redhat.com
Tue Mar 13 12:49:54 UTC 2007


Author: mgarski

Update of /cvs/extras/rpms/tibetan-machine-uni-fonts/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15572

Modified Files:
	.cvsignore sources 
Added Files:
	tibetan-machine-uni-fonts.spec 
Log Message:
-Branch init



--- NEW FILE tibetan-machine-uni-fonts.spec ---
%define	fontdir		%{_datadir}/fonts/tibetan-machine-uni

Name:		tibetan-machine-uni-fonts
Version:	1.0
Release:	1%{?dist}
Summary:	Tibetan Machine Uni font for Tibetan, Dzongkha and Ladakhi

Group:		User Interface/X
License:	GPL
URL:		http://www.thdl.org/tools/fonts/tibfonts.php?l=uva10928423419921
Source0:	http://www.thdl.org/tools/dls/fonts/TibetanMachineUnicodeFont.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch

%description
Tibetan Machine Uni is an TrueType OpenType, Unicode font released by THDL
project. The font supports Tibetan, Dzongkha and Ladakhi in dbu-can script
with full support for the Sanskrit combinations found in chos skad text.

%prep
%setup -q -c

%build
# Empty build section

%install
rm -rf $RPM_BUILD_ROOT

install -d -m 0755 $RPM_BUILD_ROOT%{fontdir}
install -p -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}

tr -d '\r' < gpl.txt > COPYING

%post
if [ -x %{_bindir}/fc-cache ]; then
	%{_bindir}/fc-cache %{_datadir}/fonts
fi

%postun
if [ "$1" = "0" ]; then
	if [ -x %{_bindir}/fc-cache ]; then
		%{_bindir}/fc-cache %{_datadir}/fonts
	fi
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{fontdir}/

%changelog
* Mon Mar 12 2007 Marcin Garski <mgarski[AT]post.pl> 1.0-1
- Initial specfile


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tibetan-machine-uni-fonts/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Mar 2007 03:23:50 -0000	1.1
+++ .cvsignore	13 Mar 2007 12:49:21 -0000	1.2
@@ -0,0 +1 @@
+TibetanMachineUnicodeFont.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tibetan-machine-uni-fonts/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Mar 2007 03:23:50 -0000	1.1
+++ sources	13 Mar 2007 12:49:21 -0000	1.2
@@ -0,0 +1 @@
+39d9f6bf83362d45ed5d8d5f7831d153  TibetanMachineUnicodeFont.zip




More information about the scm-commits mailing list