]> git.pld-linux.org Git - packages/fonts-TTF-DejaVu.git/commitdiff
- a bitstream vera fork, contains czech characters (also polish ł and ć), will add...
authordjurban <djurban@pld-linux.org>
Tue, 29 Jun 2004 12:49:35 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-DejaVu.spec -> 1.1

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

diff --git a/fonts-TTF-DejaVu.spec b/fonts-TTF-DejaVu.spec
new file mode 100644 (file)
index 0000000..9ffda4a
--- /dev/null
@@ -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}/*
This page took 0.07438 seconds and 4 git commands to generate.