]> git.pld-linux.org Git - packages/fonts-TTF-essays1743.git/blob - fonts-TTF-essays1743.spec
047ff5eb36fbdc19a414db8875db1c84405beaf2
[packages/fonts-TTF-essays1743.git] / fonts-TTF-essays1743.spec
1 Summary:        Essays 1743, a font based on an 18th-century typeface.
2 Name:           fonts-ttf-essays1743
3 Version:        1.0
4 Release:        1
5 Source0:        http://www.thibault.org/fonts/essays/Essays1743-%{version}-ttf.tar.gz
6 URL:            http://www.thibault.org/fonts/essays/
7 License:        LGPL
8 Group:          Fonts
9 BuildArchitectures:     noarch
10 Prereq:         chkfontpath
11 Prereq:         fontconfig
12 Requires(post,postun):  fontpostinst
13 Requires:       %{_fontsdir}/TTF
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 This is Essays 1743, a font by John Stracke, based on the typeface
20 used in a 1743 English translation of Montaigne's Essays. The font is
21 released under the terms of the GNU Lesser General Public License (see
22 the COPYING file). At present (version 1.0), it contains normal, bold,
23 italic, and bold italic versions of 817 characters: all of ASCII,
24 Latin-1, and Latin Extended A; some of Latin Extended B (basically,
25 the ones that are more or less based on Roman letters); and a variety
26 of other characters, such as oddball punctuation, numerals, etc.
27
28 %prep
29 %setup -q -n Essays1743
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -d $RPM_BUILD_ROOT%{_datadir}/fonts/thibault.org/essays/Type1
35 cp -f *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/thibault.org/essays/Type1/
36
37 {
38     pushd $RPM_BUILD_ROOT%{_datadir}/fonts/thibault.org/essays/Type1
39     mkfontdir .
40     popd
41 }
42
43 %post
44 /usr/sbin/chkfontpath -q -a /usr/share/fonts/thibault.org/essays/Type1
45 fc-cache
46
47 %postun
48 if [ "$1" = "0" ]; then
49         /usr/sbin/chkfontpath -q -r /usr/share/fonts/thibault.org/essays/Type1
50 fi
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README
58 %doc COPYING
59 %{_datadir}/fonts/thibault.org/essays/Type1/*.ttf
60 %{_datadir}/fonts/thibault.org/essays/Type1/fonts.dir
This page took 0.052935 seconds and 2 git commands to generate.