Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > 3f6accb53fa255714aac8f83c6096dec > files > 3

chkfontpath-1.10.1-2ark.src.rpm

Summary: Simple interface for editing the font path for the X font server.
Name: chkfontpath
Version: 1.10.1
Release: 2ark
License: GPL
Group: System Environment/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Source: %{name}-%{version}.tar.lz
Patch: chkfontpath-1.10.1-noxfs.patch
Requires: /sbin/pidof
Provides: executable(chkfontpath)

%description 
This is a simple command line utility for configuring the directories
in the X font server's path.  It is mostly intended to be used
'internally' by RPM when packages with fonts are added or removed, but
it may be useful as a stand-alone utility in some instances.

%prep
%setup -q
%patch -p1 -b .noxfs~

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
make INSTROOT=$RPM_BUILD_ROOT BINDIR=%{_sbindir} MANDIR=%{_mandir} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_sbindir}/*
%{_mandir}/man8/*

%changelog
* Thu Jan 22 2009 Bernhard Rosenkraenzer <bero@arklinux.org> 1.10.1-2ark
- Provide executable(chkfontpath) to make rpm happy

* Sat Nov 25 2006 Bernhard Rosenkraenzer <bero@arklinux.org> 1.10.1-1ark
- 1.10.1

* Wed Oct 16 2002 Bernhard Rosenkraenzer <bero@arklinux.org> 1.9.6-5ark
- Treat an existing, but empty X config file as a nonexistant one

* Wed Oct 16 2002 Bernhard Rosenkraenzer <bero@arklinux.org> 1.9.6-4ark
- Support editing XF86Config (as opposed to xfs config). Use chkfontpath
  --xfs to get the old behavior.
- Add support for postponed operation