Hello community,

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

Package is "meslo-lg-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/meslo-lg-fonts/meslo-lg-fonts.changes    
2012-05-26 09:26:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.meslo-lg-fonts.new/meslo-lg-fonts.changes       
2012-09-14 12:31:15.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ meslo-lg-fonts.spec ++++++
--- /var/tmp/diff_new_pack.AxQwd8/_old  2012-09-14 12:31:17.000000000 +0200
+++ /var/tmp/diff_new_pack.AxQwd8/_new  2012-09-14 12:31:17.000000000 +0200
@@ -16,25 +16,23 @@
 #
 
 
-%define _ttf_fontdir    %{_datadir}/fonts/truetype
-
 Name:           meslo-lg-fonts
 Version:        1.0
 Release:        0
-License:        Apache-2.0
 Summary:        Meslo LG Font Family
-Url:            https://github.com/andreberg/Meslo-Font
+License:        Apache-2.0
 Group:          System/X11/Fonts
+Url:            https://github.com/andreberg/Meslo-Font
 # Source validator doesn't accept spaces in file names. Need to replace
 # spaces with underscores.
 #Source0:       https://github.com/downloads/andreberg/Meslo-Font/Meslo LG 
v1.0.zip
 Source0:        Meslo_LG_v%{version}.zip
 Source1:        COPYING
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildRequires:  xorg-x11-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 Meslo LG is a customized version of Apple's Menlo-Regular font (which is
@@ -50,20 +48,16 @@
 
 %install
 for f in *.ttf ; do
-    install -Dm 644 "${f}" %{buildroot}%{_ttf_fontdir}/"${f}"
+    install -Dm 644 "${f}" %{buildroot}%{_ttfontsdir}/"${f}"
 done
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root,-)
 %doc About_Meslo_LG_v1.pdf
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 %doc COPYING
 
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to