]> git.pld-linux.org Git - packages/chkfontpath.git/blob - chkfontpath.spec
- masive changes:
[packages/chkfontpath.git] / chkfontpath.spec
1 Summary:        Simple interface for editing the font path for the X font server.
2 Summary(pl):    Prosty program do manipulacji ¶cie¿kami fontów dla fontserwera
3 Name:           chkfontpath
4 Version:        1.4.1
5 Release:        2
6 Copyright:      GPL
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 BuildRoot:      /var/tmp/%{name}-%{version}-root
10 Source:         %{name}-%{version}.tar.gz
11 BuildPrereq:    popt-devel
12 Requires:       xfs
13
14 %description 
15 This is a simple terminal mode program for adding, removing and listing
16 the directories contained in the X font server's path. It is mostly
17 intended to be used 'internally' by RPM when packages with fonts are
18 added or removed, but it may be useful as a stand-alone utility in
19 some instances.
20
21 %description -l pl
22 Jest to prosty program pozwalaj±cy na dodawianie, usuwanie i sprawdzanie
23 katalogów z czcionkami dla fontserwera. Program przeznaczony jest 
24 przedewszystkim do wewnêtrznego u¿ycia przez RPM kiedy pakiety dodaj± lub 
25 usuwaj± katalogi z czcionkami, ale mo¿e byæ te¿ u¿ywany samodzielnie.
26
27 %prep
28 %setup -q
29
30 %build
31 make 
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 make INSTROOT=$RPM_BUILD_ROOT install
37
38 gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man8/*
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root)/usr/sbin/chkfontpath
46 %{_mandir}/man8/chkfontpath.8*
47
48 %changelog
49 * Wed Apr 28 1999 Artur Frysiak <wiget@pld.org.pl>
50   [1.4.1-2]
51 - added full attr description
52 - gzipped man pages
53 - added pl translation
54
55 * Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
56 - preserve permissions on config file
57
58 * Thu Apr 07 1999 Preston Brown <pbrown@redhat.com>
59 - if /proc isn't mounted, don't do a killall
60
61 * Tue Mar 30 1999 Preston Brown <pbrown@redhat.com>
62 - don't use psmisc, use pidof from SysVinit
63
64 * Fri Mar 12 1999 Preston Brown <pbrown@redhat.com>
65 - made psmisc a requirement.
66
67 * Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
68 - added "quiet" option.
69
70 * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
71 - injected new group / description.
72
73 * Tue Feb 16 1999 Preston Brown <pbrown@redhat.com>
74 - important fix - kill font server with USR1 instead of HUP.
75
76 * Mon Feb 15 1999 Preston Brown <pbrown@redhat.com>
77 - initial spec file
This page took 0.069207 seconds and 3 git commands to generate.