]> git.pld-linux.org Git - packages/fontpostinst.git/blob - fontpostinst.spec
- script fix by jajcus: exit if cd fails; release 8
[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:        8
6 License:        Free
7 Group:          Applications/System
8 Source0:        %{name}
9 Requires:       fileutils
10 Requires:       textutils
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Script to be called after each fonts installation or uninstallation.
16 It supports regeneration of XFree86 fonts.alias, fonts.scale,
17 fonts.dir files, gnome-font catalogs, ghostscript Fontmaps,
18 fontconfig/xft cache and t1lib FontDatabase.
19
20 %description -l pl
21 Skrypt do wywo³ywania po ka¿dym instalowaniu lub odinstalowaniu
22 fontów. Potrafi regenerowaæ pliki fonts.alias, fonts.scale i fonts.dir
23 XFree86, katalogi gnome-font, pliki Fontmap ghostscripta, cache
24 fontconfig/xft oraz plik FontDatabase t1lib.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_bindir}
31
32 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/*
This page took 0.089038 seconds and 4 git commands to generate.