- call spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/gnu-unifont-bitmap-fonts?expand=0&rev=6
This commit is contained in:
parent
01bcb4a632
commit
39a640882d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 09:10:05 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
- call spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 08:09:08 UTC 2012 - toms@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnu-unifont-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,40 +15,36 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gnu-unifont-bitmap-fonts
|
||||
BuildRequires: xorg-x11
|
||||
%define fontdir /usr/share/fonts/uni
|
||||
License: GPL-2.0+
|
||||
Group: System/X11/Fonts
|
||||
AutoReqProv: on
|
||||
PreReq: %suseconfig_fonts_prereq
|
||||
Summary: The GNU Unicode Bitmap font
|
||||
Version: 20080123
|
||||
Release: 75
|
||||
%define fontdir /usr/share/fonts/uni
|
||||
License: GPL-2.0+
|
||||
Summary: The GNU Unicode Bitmap font
|
||||
Url: http://en.wikipedia.org/wiki/Gnu_unifont
|
||||
Group: System/X11/Fonts
|
||||
Source0: gnu-unifont-%{version}.tar.bz2
|
||||
Source1: gpl-2.0.txt
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildRequires: xorg-x11
|
||||
Requires(pre): %suseconfig_fonts_prereq
|
||||
Provides: gnu-unifont = %{version}
|
||||
Obsoletes: gnu-unifont <= 20080123
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The GNU Unifont by Roman Czyborra is a free bitmap font that
|
||||
covers the Unicode Basic Multilingual Plane (BMP), using an
|
||||
intermediate bitmapped font format.
|
||||
|
||||
|
||||
intermediate bitmapped font format.
|
||||
|
||||
%prep
|
||||
# gnu-unifont-20080123/
|
||||
%setup -q -n gnu-unifont-%{version}
|
||||
# Explicitly overwrite COPYING with gpl-2.0.txt to avoid
|
||||
# Explicitly overwrite COPYING with gpl-2.0.txt to avoid
|
||||
# "incorrect-fsf-address" warning
|
||||
cp %{S:1} COPYING
|
||||
cp %{SOURCE1} COPYING
|
||||
|
||||
%build
|
||||
gzip --best *.pcf
|
||||
|
Loading…
Reference in New Issue
Block a user