2012-05-15 11:24:52 +02:00
|
|
|
#
|
|
|
|
# spec file for package font-util
|
|
|
|
#
|
2019-08-19 02:08:26 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-05-15 11:24:52 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-08-19 02:08:26 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-05-15 11:24:52 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: font-util
|
2015-03-16 13:42:22 +01:00
|
|
|
Version: 1.3.1
|
2012-05-15 11:24:52 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: X.Org font package creation/installation utilities
|
|
|
|
License: MIT
|
|
|
|
Group: System/X11/Fonts
|
2019-08-19 02:08:26 +02:00
|
|
|
URL: https://xorg.freedesktop.org/
|
2015-09-06 19:19:14 +02:00
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/font/%{name}-%{version}.tar.bz2
|
|
|
|
Source1: http://xorg.freedesktop.org/archive/individual/font/%{name}-%{version}.tar.bz2.sig
|
|
|
|
Source2: %{name}.keyring
|
|
|
|
Source3: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
|
2012-05-15 11:24:52 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
|
|
|
# Package was named xorg-x11-fonts-devel until 12.2
|
|
|
|
# We use 7.7 for Provides/Obsoletes, since we're renaming the packages when
|
|
|
|
# X11R7.7 is in RC1, and xorg-x11-fonts-devel was version 7.6
|
|
|
|
Provides: xorg-x11-fonts-devel = 7.7
|
|
|
|
Obsoletes: xorg-x11-fonts-devel < 7.7
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides utilities for X.Org font package
|
|
|
|
creation/installation.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
# see Bug 194720 for details
|
2015-09-06 19:19:14 +02:00
|
|
|
cp %{SOURCE3} map-JISX0201.1976-0
|
2012-05-15 11:24:52 +02:00
|
|
|
|
|
|
|
%build
|
2017-02-08 22:22:52 +01:00
|
|
|
%configure --with-mapdir=%{_datadir}/fonts/util --with-fontrootdir=%{_datadir}/fonts
|
2012-05-15 11:24:52 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
2019-08-19 02:08:26 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc ChangeLog README
|
2012-05-15 11:24:52 +02:00
|
|
|
%{_bindir}/bdftruncate
|
|
|
|
%{_bindir}/ucs2any
|
|
|
|
%{_mandir}/man1/bdftruncate.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/ucs2any.1%{?ext_man}
|
2019-08-19 02:08:26 +02:00
|
|
|
%dir %{_datadir}/aclocal
|
2012-05-15 11:24:52 +02:00
|
|
|
%{_datadir}/aclocal/fontutil.m4
|
|
|
|
%{_datadir}/fonts/util/
|
|
|
|
%{_libdir}/pkgconfig/fontutil.pc
|
|
|
|
|
|
|
|
%changelog
|