]> git.pld-linux.org Git - packages/fontpostinst.git/blob - fontpostinst.spec
- rel 16
[packages/fontpostinst.git] / fontpostinst.spec
1 Summary:        Font post (un)installation script
2 Summary(pl.UTF-8):      Skrypt po(de)instalacyjny dla fontów
3 Name:           fontpostinst
4 Version:        0.1
5 Release:        16
6 License:        Free
7 Group:          Applications/System
8 Source0:        %{name}
9 Requires:       fileutils
10 Requires:       textutils
11 Suggests:       fontconfig
12 Suggests:       t1lib
13 Suggests:       xorg-app-mkfontdir
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Script to be called after each fonts installation or uninstallation.
19 It supports regeneration of XFree86 fonts.alias, fonts.scale,
20 fonts.dir files, gnome-font catalogs, ghostscript Fontmaps,
21 fontconfig/xft cache and t1lib FontDatabase.
22
23 %description -l pl.UTF-8
24 Skrypt do wywoływania po każdym instalowaniu lub odinstalowaniu
25 fontów. Potrafi regenerować pliki fonts.alias, fonts.scale i fonts.dir
26 XFree86, katalogi gnome-font, pliki Fontmap ghostscripta, cache
27 fontconfig/xft oraz plik FontDatabase t1lib.
28
29 %prep
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
This page took 0.052795 seconds and 3 git commands to generate.