From 6a01ea01538fe426883f610bf93ece4af0e50d14 Mon Sep 17 00:00:00 2001 From: Sandeep Sheshrao Shedmake Date: Aug 31 2009 07:11:48 +0000 Subject: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index e69de29..2bd8dec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Vemana2k-Li.zip diff --git a/import.log b/import.log new file mode 100644 index 0000000..5289e19 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +vemana2000-fonts-1_1_1-2_fc12:HEAD:vemana2000-fonts-1.1.1-2.fc12.src.rpm:1251702594 diff --git a/sources b/sources index e69de29..3a4c2db 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b1a631b2725e59bda082af9cfafb51a6 Vemana2k-Li.zip diff --git a/vemana2000-fonts-fontconfig.conf b/vemana2000-fonts-fontconfig.conf new file mode 100644 index 0000000..ecf8739 --- /dev/null +++ b/vemana2000-fonts-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + sans-serif + + Vemana2000 + + + + Vemana2000 + + sans-serif + + + diff --git a/vemana2000-fonts.spec b/vemana2000-fonts.spec new file mode 100644 index 0000000..dbfe1d7 --- /dev/null +++ b/vemana2000-fonts.spec @@ -0,0 +1,54 @@ +%global fontname vemana2000 +%global fontconf 69-%{fontname}.conf + +Name: %{fontname}-fonts +Version: 1.1.1 +Release: 2%{?dist} +Summary: Unicode compliant OpenType font for Telugu + +Group: User Interface/X +License: GPLv2+ +URL: http://www.kavya-nandanam.com/dload.htm + +Source0: Vemana2k-Li.zip +Source1: %{name}-fontconfig.conf +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildArch: noarch +BuildRequires: fontpackages-devel +Requires: fontpackages-filesystem + +%description +A free OpenType font for Telugu created by +Dr. Tirumala Krishna Desikacharyulu. + +%prep +%setup -q -c -n %{name} +sed -i 's/\r//' gpl.txt + +%build + +%install +rm -fr %{buildroot} +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p vemana2000.ttf %{buildroot}%{_fontdir} +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} +install -m 0644 -p %{SOURCE1} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} + +%clean +rm -fr %{buildroot} + +%_font_pkg -f %{fontconf} vemana2000.ttf + +%doc gpl.txt + +%changelog +* Tue Aug 31 2009 - 1.1.1-2 +- Changed the Pothana2000 strings to Vemana2000 + +* Tue Jun 23 2009 - 1.1.1-1 +- Initial packaging