]> git.pld-linux.org Git - packages/chkfontpath.git/blob - chkfontpath.spec
- added using CVS keywords in %changelog (for automating them).
[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:        3
6 Copyright:      GPL
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 BuildRoot:      /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 install -d $RPM_BUILD_ROOT/%{_mandir}/man8
36
37 make INSTROOT=$RPM_BUILD_ROOT install
38 mv $RPM_BUILD_ROOT/usr/man/man8/* $RPM_BUILD_ROOT/%{_mandir}/man8
39
40 gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man8/*
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(755,root,root)%{_sbindir}/chkfontpath
48 %{_mandir}/man8/chkfontpath.8*
This page took 0.097487 seconds and 3 git commands to generate.