]> git.pld-linux.org Git - packages/chkfontpath.git/commitdiff
- raw version from RH 6.0
authorArtur Frysiak <artur@frysiak.net>
Wed, 28 Apr 1999 13:45:02 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkfontpath.spec -> 1.1

chkfontpath.spec [new file with mode: 0644]

diff --git a/chkfontpath.spec b/chkfontpath.spec
new file mode 100644 (file)
index 0000000..0075781
--- /dev/null
@@ -0,0 +1,58 @@
+Summary: Simple interface for editing the font path for the X font server.
+Name: chkfontpath
+%define version        1.4.1
+Version: %{version}
+Release: 1
+Copyright: GPL
+Group: System Environment/Base
+BuildRoot: /var/tmp/%{name}-root
+Source: %{name}-%{version}.tar.gz
+Requires: XFree86-xfs
+
+%description 
+This is a simple terminal mode program for adding, removing and listing
+the directories contained 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
+
+%build
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+make INSTROOT=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%attr(-,root,root)/usr/sbin/chkfontpath
+%attr(-,root,root)/usr/man/man8/chkfontpath.8
+
+%changelog
+* Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
+- preserve permissions on config file
+
+* Thu Apr 07 1999 Preston Brown <pbrown@redhat.com>
+- if /proc isn't mounted, don't do a killall
+
+* Tue Mar 30 1999 Preston Brown <pbrown@redhat.com>
+- don't use psmisc, use pidof from SysVinit
+
+* Fri Mar 12 1999 Preston Brown <pbrown@redhat.com>
+- made psmisc a requirement.
+
+* Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
+- added "quiet" option.
+
+* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
+- injected new group / description.
+
+* Tue Feb 16 1999 Preston Brown <pbrown@redhat.com>
+- important fix - kill font server with USR1 instead of HUP.
+
+* Mon Feb 15 1999 Preston Brown <pbrown@redhat.com>
+- initial spec file
This page took 0.065804 seconds and 4 git commands to generate.