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