Hello community, here is the log from the commit of package wqy-bitmap-fonts for openSUSE:Factory checked in at 2012-09-14 12:42:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wqy-bitmap-fonts (Old) and /work/SRC/openSUSE:Factory/.wqy-bitmap-fonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wqy-bitmap-fonts", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/wqy-bitmap-fonts/wqy-bitmap-fonts.changes 2012-05-29 10:36:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wqy-bitmap-fonts.new/wqy-bitmap-fonts.changes 2012-09-14 12:42:10.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Jul 4 12:39:06 CEST 2012 - [email protected] + +- amend spec file to reflect new font packaging scheme + (see openFATE#313536); +- removed build dependencies: bdfresize, xorg-x11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wqy-bitmap-fonts.spec ++++++ --- /var/tmp/diff_new_pack.ithldi/_old 2012-09-14 12:42:11.000000000 +0200 +++ /var/tmp/diff_new_pack.ithldi/_new 2012-09-14 12:42:11.000000000 +0200 @@ -16,19 +16,18 @@ # - Name: wqy-bitmap-fonts Version: 0.9.9_0 Release: 0 -License: GPL-2.0-with-font-exception -%define fontdir /usr/share/fonts/Chinese/wqy-bitmapfont +%define fontdir %{_fontsdir}/Chinese/wqy-bitmapfont Summary: Wen Quan Yi Bitmap Song CJK Fonts -Url: http://wenq.org/ +License: GPL-2.0-with-font-exception Group: System/X11/Fonts +Url: http://wenq.org/ Source0: wqy-bitmapfont-pcf-0.9.9-0.tar.gz -BuildRequires: bdfresize -BuildRequires: xorg-x11 -Requires(pre): %suseconfig_fonts_prereq +BuildRequires: fontpackages-devel +Requires(pre): fontconfig +%reconfigure_fonts_prereq Provides: wqy-bitmapfont = %{version} Obsoletes: wqy-bitmapfont <= 0.9.9_0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,34 +42,29 @@ %prep %setup -n wqy-bitmapfont +%build + %install mkdir -p %{buildroot}%{fontdir} install -m 644 *.pcf %{buildroot}%{fontdir} gzip -9 %{buildroot}%{fontdir}/*.pcf install -c -m 644 fonts.alias %{buildroot}%{fontdir}/fonts.scale -mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail/ -install -c -m 644 85-wqy-bitmapsong.conf %{buildroot}%{_sysconfdir}/fonts/conf.avail/ +mkdir -p %{buildroot}%{_fontsconfavaildir} +install -c -m 644 85-wqy-bitmapsong.conf %{buildroot}%{_fontsconfavaildir} mkdir -p %{buildroot}%{_datadir}/icons/ cp LOGO.png %{buildroot}%{_datadir}/icons/wqy-bitmapsong.png -mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d/ -cd %{buildroot}%{_sysconfdir}/fonts/conf.d/ +mkdir -p %{buildroot}%{_fontsconfddir} +cd %{buildroot}%{_fontsconfddir} ln -s ../conf.avail/85-wqy-bitmapsong.conf -%clean -rm -rf %{buildroot} - -%post -%run_suseconfig_fonts - -%postun -%run_suseconfig_fonts +%reconfigure_fonts_scriptlets -c %files %defattr(-, root,root) -%doc AUTHORS README COPYING ChangeLog INSTALL INSTALL.zh.gb2312 -%{_datadir}/fonts/Chinese -%{_sysconfdir}/fonts/conf.avail/85-wqy-bitmapsong.conf -%{_sysconfdir}/fonts/conf.d/85-wqy-bitmapsong.conf +%doc AUTHORS README COPYING ChangeLog INSTALL.zh.gb2312 +%{_fontsdir}/Chinese +%config %{_fontsconfavaildir}/85-wqy-bitmapsong.conf +%config %{_fontsconfddir}/85-wqy-bitmapsong.conf %{_datadir}/icons/wqy-bitmapsong.png %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
