]> git.pld-linux.org Git - packages/fonts-TTF-essays1743.git/commitdiff
- added, nfy
authoraredridel <aredridel@pld-linux.org>
Sat, 20 Nov 2004 06:38:18 +0000 (06:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-essays1743.spec -> 1.1

fonts-TTF-essays1743.spec [new file with mode: 0644]

diff --git a/fonts-TTF-essays1743.spec b/fonts-TTF-essays1743.spec
new file mode 100644 (file)
index 0000000..047ff5e
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:       Essays 1743, a font based on an 18th-century typeface.
+Name:          fonts-ttf-essays1743
+Version:       1.0
+Release:       1
+Source0:       http://www.thibault.org/fonts/essays/Essays1743-%{version}-ttf.tar.gz
+URL:           http://www.thibault.org/fonts/essays/
+License:       LGPL
+Group:         Fonts
+BuildArchitectures:    noarch
+Prereq:                chkfontpath
+Prereq:                fontconfig
+Requires(post,postun): fontpostinst
+Requires:      %{_fontsdir}/TTF
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+This is Essays 1743, a font by John Stracke, based on the typeface
+used in a 1743 English translation of Montaigne's Essays. The font is
+released under the terms of the GNU Lesser General Public License (see
+the COPYING file). At present (version 1.0), it contains normal, bold,
+italic, and bold italic versions of 817 characters: all of ASCII,
+Latin-1, and Latin Extended A; some of Latin Extended B (basically,
+the ones that are more or less based on Roman letters); and a variety
+of other characters, such as oddball punctuation, numerals, etc.
+
+%prep
+%setup -q -n Essays1743
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/fonts/thibault.org/essays/Type1
+cp -f *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/thibault.org/essays/Type1/
+
+{
+    pushd $RPM_BUILD_ROOT%{_datadir}/fonts/thibault.org/essays/Type1
+    mkfontdir .
+    popd
+}
+
+%post
+/usr/sbin/chkfontpath -q -a /usr/share/fonts/thibault.org/essays/Type1
+fc-cache
+
+%postun
+if [ "$1" = "0" ]; then
+       /usr/sbin/chkfontpath -q -r /usr/share/fonts/thibault.org/essays/Type1
+fi
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%doc COPYING
+%{_datadir}/fonts/thibault.org/essays/Type1/*.ttf
+%{_datadir}/fonts/thibault.org/essays/Type1/fonts.dir
This page took 0.08426 seconds and 4 git commands to generate.