Hello community,

here is the log from the commit of package google-exo-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:24:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-exo-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.google-exo-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-exo-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/google-exo-fonts/google-exo-fonts.changes        
2012-05-26 09:25:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.google-exo-fonts.new/google-exo-fonts.changes   
2012-09-14 12:24:36.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul  4 12:39:06 CEST 2012 - [email protected]
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ google-exo-fonts.spec ++++++
--- /var/tmp/diff_new_pack.Nb7LFH/_old  2012-09-14 12:24:37.000000000 +0200
+++ /var/tmp/diff_new_pack.Nb7LFH/_new  2012-09-14 12:24:37.000000000 +0200
@@ -16,20 +16,21 @@
 #
 
 
-%define  fontdir    %{_datadir}/fonts/truetype
+%define  _ttfontsdir    %{_datadir}/fonts/truetype
 %define  fontname   exo
 
 Name:           google-exo-fonts
 Version:        0.9pre
 Release:        0
-License:        OFL-1.1
 Summary:        Contemporary Geometric Sans Serif Typeface
-Url:            http://code.google.com/webfonts/family?family=Exo
+License:        OFL-1.1
 Group:          System/X11/Fonts
+Url:            http://code.google.com/webfonts/family?family=Exo
 Source0:        %{fontname}.tar.bz2
 Source1:        OFL.txt
 BuildRequires:  bzip2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -41,6 +42,8 @@
 each with a true italic version. It works great as a display
 face but it also works good for small to intermediate size texts.
 
+Designer: Natanael Gama
+
 %prep
 %setup -q -n %{fontname} -c %{fontname}
 
@@ -48,19 +51,15 @@
 cp %{SOURCE1} .
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 exo/*.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 exo/*.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc OFL.txt
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to