]> git.pld-linux.org Git - packages/fonts-TTF-DejaVu.git/blobdiff - fonts-TTF-DejaVu.spec
- dropped _name macro (no benefits)
[packages/fonts-TTF-DejaVu.git] / fonts-TTF-DejaVu.spec
index 9ffda4a09a7124db383c5bca26ea5c01f74f89ca..74d7016bf8519150bc65f4df197c827e858e9572 100644 (file)
@@ -1,15 +1,13 @@
-%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
+Summary:       Bitstream Vera True Type fonts fork with additional characters
+Summary(pl.UTF-8):     Odłam fontów True Type Bitstream Vera z dodanymi znakami
 Name:          fonts-TTF-DejaVu
-Version:       1.0
+Version:       2.22
 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/
+Source0:       http://dl.sourceforge.net/dejavu/dejavu-fonts-ttf-%{version}.tar.bz2
+# Source0-md5: 95fcce4244a786cee3ce49debe17ef34
+URL:           http://dejavu.sourceforge.net/wiki/index.php/Main_Page
 Requires(post,postun): fontpostinst
 Requires:      %{_fontsdir}/TTF
 BuildArch:     noarch
@@ -18,18 +16,21 @@ 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.
+DejaVu is a set of fonts based on Bitstream Vera fonts which have
+additional characters from a variety of scripts.
 
-%description -l pl
-DejaVu to zestaw czcionek oparty na Bitstream Vera z rozszerzonym wsparciem dla znaków Latin Extened-A.
+%description -l pl.UTF-8
+DejaVu to zestaw fontów oparty na Bitstream Vera z dodanymi znakami
+wielu alfabetów.
 
 %prep
-%setup -q -n %{_name}-ttf-%{version}
+%setup -q -n dejavu-fonts-ttf-%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_ttffontsdir}
-install *.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
+
+install ttf/*.ttf $RPM_BUILD_ROOT%{_ttffontsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,5 +43,5 @@ fontpostinst TTF
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc AUTHORS BUGS LICENSE NEWS README
 %{_ttffontsdir}/*
This page took 0.04065 seconds and 4 git commands to generate.