From 2f5c820ff45db60cc0eb038038a495fae0ac1381 Mon Sep 17 00:00:00 2001 From: djurban Date: Tue, 29 Jun 2004 12:49:35 +0000 Subject: [PATCH] =?utf8?q?-=20a=20bitstream=20vera=20fork,=20contains=20cz?= =?utf8?q?ech=20characters=20(also=20polish=20=C5=82=20and=20=C4=87),=20wi?= =?utf8?q?ll=20add=20some=20later=20this=20this=20week?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed files: fonts-TTF-DejaVu.spec -> 1.1 --- fonts-TTF-DejaVu.spec | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 fonts-TTF-DejaVu.spec diff --git a/fonts-TTF-DejaVu.spec b/fonts-TTF-DejaVu.spec new file mode 100644 index 0000000..9ffda4a --- /dev/null +++ b/fonts-TTF-DejaVu.spec @@ -0,0 +1,46 @@ +%define _name dejavu +Summary: Bitstream Vera True Type fonts fork with latin-ext-A characters +Summary(pl): Odłam czionek True Type Bitstream Vera ze znakami latin-ext-A +Name: fonts-TTF-DejaVu +Version: 1.0 +Release: 1 +License: distributable +Group: Fonts +Source0: http://www.srnet.cz/~stepan/sw/data/%{_name}-ttf-%{version}.tar.gz +# Source0-md5: 1289834767d32c4ae3b4d27c2558eb54 +#Source1: %{name}.Fontmap +URL: http://www.gnome.org/fonts/ +Requires(post,postun): fontpostinst +Requires: %{_fontsdir}/TTF +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _ttffontsdir %{_fontsdir}/TTF + +%description +DejaVu is a set of fonts based on Bitstream Vera fonts which have additional characters from Latin Extended-A set. + +%description -l pl +DejaVu to zestaw czcionek oparty na Bitstream Vera z rozszerzonym wsparciem dla znaków Latin Extened-A. + +%prep +%setup -q -n %{_name}-ttf-%{version} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_ttffontsdir} +install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +fontpostinst TTF + +%postun +fontpostinst TTF + +%files +%defattr(644,root,root,755) +%doc README +%{_ttffontsdir}/* -- 2.43.0