Hello community,
here is the log from the commit of package terminus-bitmap-fonts for
openSUSE:Factory checked in at 2012-05-26 09:29:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminus-bitmap-fonts (Old)
and /work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terminus-bitmap-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/terminus-bitmap-fonts/terminus-bitmap-fonts.changes
2012-05-08 12:11:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new/terminus-bitmap-fonts.changes
2012-05-26 09:29:36.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:30 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terminus-bitmap-fonts.spec ++++++
--- /var/tmp/diff_new_pack.O2VREB/_old 2012-05-26 09:29:38.000000000 +0200
+++ /var/tmp/diff_new_pack.O2VREB/_new 2012-05-26 09:29:38.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package terminus-font (Version 4.28)
+# spec file for package terminus-bitmap-fonts
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,28 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
%define fontname terminus-font
Name: terminus-bitmap-fonts
-BuildRequires: xorg-x11
-License: GPL-2.0+
-Group: System/X11/Fonts
-AutoReqProv: on
-PreReq: %suseconfig_fonts_prereq
-Provides: locale(ru;bg)
Version: 4.28
Release: 3
+License: GPL-2.0+
+Summary: readable fixed width fonts for X11 and the Linux console
Url: http://www.is-vn.bg/hamster/jimmy-en.html
+Group: System/X11/Fonts
# http://www.is-vn.bg/hamster/terminus-font-%{version}.tar.bz2
Source0: %{fontname}-%{version}.tar.bz2
+# PATCH-MISSING-TAG -- See
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch1: terminus-bitmap-fonts.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-Summary: readable fixed width fonts for X11 and the Linux console
+BuildRequires: xorg-x11
+Requires(pre): %suseconfig_fonts_prereq
+Provides: locale(ru;bg)
# FIXME: This causes a rpmlint warning; change <= to < once here's a new
upstream version
Obsoletes: terminus-font <= %{version}
Provides: terminus-font = %{version}
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
%description
Terminus Font is designed for long (8 and more hours per day) work with
@@ -52,12 +51,6 @@
10x20-normal, 10x20-bold, 12x24-normal, 12x24-bold and 14x28-normal
(which's weight is actually between normal and bold).
-
-
-Authors:
---------
- Dimitar Toshkov Zhekov <[email protected]>
-
%prep
%setup -q -n %{fontname}-%{version}
%patch1 -p1
@@ -69,14 +62,14 @@
make -e x11dir=%{x11dir} psfdir=%{psfdir}
%install
-make -e DESTDIR=${RPM_BUILD_ROOT} x11dir=%{x11dir} psfdir=%{psfdir} install
-rm -f ${RPM_BUILD_ROOT}%{x11dir}/fonts.dir
-pushd ${RPM_BUILD_ROOT}%{psfdir}
+make -e DESTDIR=%{buildroot} x11dir=%{x11dir} psfdir=%{psfdir} install
+rm -f %{buildroot}%{x11dir}/fonts.dir
+pushd %{buildroot}%{psfdir}
rename .psf.gz .psfu.gz *.psf.gz
popd
%clean
-#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf
$RPM_BUILD_ROOT
+#[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot}
%post
%run_suseconfig_fonts
@@ -89,6 +82,6 @@
%doc README*
%{x11dir}
%{psfdir}
-%dir /usr/share/kbd
+%dir %{_datadir}/kbd
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]