[vemana2000-fonts/f15/master] Upstream new release 1.1.3

Sandeep Sheshrao Shedmake sandeeps at fedoraproject.org
Wed Mar 2 14:11:48 UTC 2011


commit 9623e1e7e21c29884e791f64dadc6d6fde09b6ab
Author: Sandeep Sheshrao Shedmake <sshedmak at redhat.com>
Date:   Wed Mar 2 19:42:01 2011 +0530

    Upstream new release 1.1.3

 .gitignore                       |    1 +
 sources                          |    2 +-
 vemana2000-fonts-fontconfig.conf |   16 ----------------
 vemana2000-fonts.spec            |   29 ++++++++++++++++++-----------
 4 files changed, 20 insertions(+), 28 deletions(-)
---
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.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 <sshedmak at redhat.com> - 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 <rel-eng at lists.fedoraproject.org> - 1.1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the fonts-bugs mailing list