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