Hello community,

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

Package is "vlgothic-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlgothic-fonts/vlgothic-fonts.changes    
2012-06-10 21:52:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vlgothic-fonts.new/vlgothic-fonts.changes       
2012-09-14 12:41:45.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:
------------------
++++++ vlgothic-fonts.spec ++++++
--- /var/tmp/diff_new_pack.zMpMfn/_old  2012-09-14 12:41:46.000000000 +0200
+++ /var/tmp/diff_new_pack.zMpMfn/_new  2012-09-14 12:41:46.000000000 +0200
@@ -22,16 +22,16 @@
 Summary:        VL-Gothic TrueType font family
 License:        BSD-3-Clause and SUSE-mplus
 Group:          System/X11/Fonts
-%define        fontdir     /usr/share/fonts/truetype
 Url:            http://dicey.org/vlgothic/
 Source0:        VLGothic-%{version}.tar.bz2
+BuildRequires:  fontpackages-devel
 Provides:       scalable-font-ja
 Provides:       vlgothic = %{version}
 Provides:       locale(ja)
 Obsoletes:      vlgothic <= 20110722
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 This package provides "VLGothic" Japanese TrueType fonts which are
@@ -48,24 +48,17 @@
 done
 
 %install
-mkdir -p %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 for i in *.ttf
 do
-    install -m 644 $i %{buildroot}%{fontdir}
+    install -m 644 $i %{buildroot}%{_ttfontsdir}
 done
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-,root,root)
 %doc README* LICENSE* Changelog*
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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

Reply via email to