From 394ec2d4bfa557a335b13ee09fc16b171feda6ae Mon Sep 17 00:00:00 2001 From: Sandeep Sheshrao Shedmake Date: Mar 02 2011 14:00:14 +0000 Subject: Upstream new release 1.1.3 --- diff --git a/.gitignore b/.gitignore index 2bd8dec..702af70 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Vemana2k-Li.zip +/vemana2000-fonts-1.1.3.tar.gz diff --git a/sources b/sources index 8cf1925..831995b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a044265b4fbdede4d58f51eb1c9a9c7f Vemana2k-Li.zip +40323a689edf6c9e66a14cf39496c755 vemana2000-fonts-1.1.3.tar.gz diff --git a/vemana2000-fonts-fontconfig.conf b/vemana2000-fonts-fontconfig.conf deleted file mode 100644 index ecf8739..0000000 --- a/vemana2000-fonts-fontconfig.conf +++ /dev/null @@ -1,16 +0,0 @@ - - - - - sans-serif - - Vemana2000 - - - - Vemana2000 - - sans-serif - - - diff --git a/vemana2000-fonts.spec b/vemana2000-fonts.spec index 74916cb..a08c201 100644 --- a/vemana2000-fonts.spec +++ b/vemana2000-fonts.spec @@ -2,19 +2,19 @@ %global fontconf 69-%{fontname}.conf Name: %{fontname}-fonts -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.1.3 +Release: 1%{?dist} Summary: Unicode compliant OpenType font for Telugu Group: User Interface/X License: GPLv2+ with exceptions -URL: http://www.kavya-nandanam.com/dload.htm +URL: https://fedorahosted.org/pothana_vemana/ -Source0: Vemana2k-Li.zip -Source1: %{name}-fontconfig.conf +Source0: https://fedorahosted.org/releases/p/o/pothana_vemana/vemana2000-fonts-1.1.3.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch +BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel Requires: fontpackages-filesystem @@ -23,18 +23,18 @@ A free OpenType font for Telugu created by Dr. Tirumala Krishna Desikacharyulu. %prep -%setup -q -c -n %{name} -sed -i 's/\r//' gpl.txt +%setup -q -n %{name}-%{version} %build +make %install rm -fr %{buildroot} install -m 0755 -d %{buildroot}%{_fontdir} -install -m 0644 -p vemana2000.ttf %{buildroot}%{_fontdir} +install -m 0644 -p *.ttf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} -install -m 0644 -p %{SOURCE1} \ +install -m 0644 -p %{fontconf} \ %{buildroot}%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} @@ -42,11 +42,18 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %clean rm -fr %{buildroot} -%_font_pkg -f %{fontconf} vemana2000.ttf +%_font_pkg -f %{fontconf} *.ttf -%doc gpl.txt +%doc ChangeLog COPYRIGHT COPYING AUTHORS README %changelog +* Wed Mar 02 2011 Sandeep Shedmake - 1.1.3-1 +- Added Indian Rupee Sign (U+20B9) +- Modified URL to fedorahosted.org domain +- Updated Source0 link +- Added BuildRequires fontforge +- Modified doc section + * Mon Feb 07 2011 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild