[tangerine-fonts] Resolves:rh#1016398:Update to latest upstream source

pnemade pnemade at fedoraproject.org
Tue Oct 8 06:19:57 UTC 2013


commit 988194a113cb3429ad351bd3f0a4a89948eeb4ed
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Oct 8 11:49:42 2013 +0530

    Resolves:rh#1016398:Update to latest upstream source

 .gitignore           |    2 ++
 sources              |    3 ++-
 tangerine-fonts.spec |   25 +++++++++++--------------
 3 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be0282e..2dfabb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 Tangerine.ttf
+/Tangerine_Regular.ttf
+/Tangerine_Bold.ttf
diff --git a/sources b/sources
index 1d3915c..b9edb23 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-4ca6b964ca668a305cbb23b13900b9d7  Tangerine.ttf
+d1b4668c3fb0f99386a8025299fc72b3  Tangerine_Regular.ttf
+64631f6503c63e20bb50fadee9ae92de  Tangerine_Bold.ttf
diff --git a/tangerine-fonts.spec b/tangerine-fonts.spec
index 52f764f..1f8ca3e 100644
--- a/tangerine-fonts.spec
+++ b/tangerine-fonts.spec
@@ -2,16 +2,16 @@
 %global fontconf 62-%{fontname}.conf
 
 Name:           %{fontname}-fonts
-Version:        1.000 
-Release:        6%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Tangerine is a calligraphy font inspired by many italic chancery hands 
 
 Group:          User Interface/X
 License:        OFL
-URL:            http://code.google.com/p/googlefontdirectory/source/browse/tangerine/
-Source0:        http://googlefontdirectory.googlecode.com/hg/tangerine/Tangerine.ttf 
-Source1:        %{name}-fontconfig.conf
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+URL:            http://www.google.com/fonts/specimen/Tangerine
+Source0:        http://googlefontdirectory.googlecode.com/hg/ofl/tangerine/Tangerine_Regular.ttf
+Source1:        http://googlefontdirectory.googlecode.com/hg/ofl/tangerine/Tangerine_Bold.ttf
+Source2:        %{name}-fontconfig.conf
 
 BuildArch:      noarch
 BuildRequires:  fontpackages-devel
@@ -28,37 +28,34 @@ who encouraged him to begin this work.
 
 %prep
 %setup -c -T
-cp -p %{SOURCE0} .
+cp -p %{SOURCE0} %{SOURCE1} .
 
 
 %build
 
 
 %install
-rm -fr %{buildroot}
-
 install -m 0755 -d %{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 %{SOURCE2} \
         %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
 ln -s %{_fontconfig_templatedir}/%{fontconf} \
       %{buildroot}%{_fontconfig_confdir}/%{fontconf}
 
 
-%clean
-rm -fr %{buildroot}
-
-
 %_font_pkg -f %{fontconf} *.ttf
 
 %doc
 
 
 %changelog
+* Tue Oct 08 2013 Parag Nemade <pnemade AT redhat DOT com> - 1.3-1
+- Resolves:rh#1016398:Update to latest upstream source
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.000-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the fonts-bugs mailing list