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