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