Hello community,
here is the log from the commit of package efont-unicode-bitmap-fonts for
openSUSE:Factory checked in at 2012-09-14 12:16:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/efont-unicode-bitmap-fonts (Old)
and /work/SRC/openSUSE:Factory/.efont-unicode-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "efont-unicode-bitmap-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/efont-unicode-bitmap-fonts/efont-unicode-bitmap-fonts.changes
2012-05-26 09:22:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.efont-unicode-bitmap-fonts.new/efont-unicode-bitmap-fonts.changes
2012-09-14 12:16:03.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:
------------------
++++++ efont-unicode-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.fkjqSk/_old 2012-09-14 12:16:04.000000000 +0200
+++ /var/tmp/diff_new_pack.fkjqSk/_new 2012-09-14 12:16:04.000000000 +0200
@@ -16,23 +16,28 @@
#
-
Name: efont-unicode-bitmap-fonts
Version: 0.4.2
-Release: 216
-%define fontdir /usr/share/fonts/misc
-License: SUSE-Public-Domain and BSD-3-Clause
+Release: 0
+%define _miscfontsdir /usr/share/fonts/misc
Summary: Unicode Font by /efont/
-Url: http://openlab.ring.gr.jp/efont/
+License: SUSE-Public-Domain and BSD-3-Clause
Group: System/X11/Fonts
+Url: http://openlab.ring.gr.jp/efont/
Source0:
http://openlab.ring.gr.jp/efont/dist/unicode-bdf/efont-unicode-bdf-0.4.2-src.tar.bz2
# PATCH-MISSING-TAG -- See
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch0: baseline-offset.diff
# PATCH-MISSING-TAG -- See
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch1: bugzilla-199997-some-glyphs-for-yast.patch
BuildRequires: bdfresize
+BuildRequires: fontpackages-devel
+%if 0%{?suse_version} >= 1220
+BuildRequires: bdftopcf
+BuildRequires: mkfontdir
+%else
BuildRequires: xorg-x11
-Requires(pre): %suseconfig_fonts_prereq
+%endif
+%reconfigure_fonts_prereq
Provides: efont-unicode = %{version}
Obsoletes: efont-unicode <= 0.4.2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -53,25 +58,21 @@
iconv -f EUC-JP -t UTF-8 < $i > $i.tmp
mv $i.tmp $i
done
-./configure --with-fontdir=%{fontdir}
+./configure --with-_miscfontsdir=%{_miscfontsdir}
%build
make %{?_smp_mflags}
%install
-mkdir -p %{buildroot}%{fontdir}
-install -m 444 *.pcf.gz %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_miscfontsdir}
+install -m 444 *.pcf.gz %{buildroot}%{_miscfontsdir}
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
%doc README* COPYRIGHT ChangeLog
-%dir %{fontdir}/
-%{fontdir}/*.pcf.gz
+%dir %{_miscfontsdir}/
+%{_miscfontsdir}/*.pcf.gz
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]