Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37479681
en ru br
ALT Linux repos
S:2.0.6-alt1

Group :: System/Libraries
RPM: libXfont2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libXfont2
Version: 2.0.6
Release: alt1
Summary: X.Org libXfont runtime library
License: MIT/X11
Group: System/Libraries
Url: http://xorg.freedesktop.org
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: %name-%version.tar
Patch: %name-%version.patch

BuildRequires: bzlib-devel libfontenc-devel libfreetype-devel xorg-proto-devel
BuildRequires: xorg-xtrans-devel xorg-util-macros zlib-devel
BuildRequires: fop xorg-sgml-doctools xmlto

%description
libXfont provides the core of the legacy X11 font system, handling the
index files (fonts.dir, fonts.alias, fonts.scale), the various font file
formats, and rasterizing them.   It is used by the X servers, the
X Font Server (xfs), and some font utilities (bdftopcf for instance),
but should not be used by normal X11 clients.  X11 clients access fonts
via either the new API's in libXft, or the legacy API's in libX11.

%package devel
Summary: X.Org libXfont development package
Group: Development/C

%description devel
This package contains the libXfont development library and header files

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure \
--with-bzip2 \
--disable-devel-docs \
--disable-static

%make_build

%install
%make DESTDIR=%buildroot install

%files
%_libdir/*.so.*

%files devel
%_includedir/X11/fonts
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin