1 |
ennael |
49482 |
Name: fonts-ttf-lohit |
2 |
|
|
Version: 2.3.8 |
3 |
umeabot |
1260810 |
Release: %mkrel 9 |
4 |
ennael |
49482 |
Summary: Free Indian truetype/opentype fonts |
5 |
|
|
|
6 |
|
|
Group: System/Fonts/True type |
7 |
|
|
License: GPLv2 |
8 |
|
|
URL: http://fedoraproject.org/wiki/Lohit |
9 |
|
|
Source: http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-%{version}.tar.gz |
10 |
|
|
BuildArch: noarch |
11 |
|
|
Obsoletes: fonts-ttf-gurmukhi <= 1.0 |
12 |
|
|
Provides: fonts-ttf-gurmukhi = %{version}-%{release} |
13 |
|
|
|
14 |
|
|
%description |
15 |
|
|
This package provides Hindi, Bengali, Gujarati, Punjabi, Tamil, |
16 |
|
|
Kannada, Malayalam, Oriya, Telugu, Marathi, Maithili, Kashmiri, |
17 |
|
|
Konkani, Nepali and Sindhi TrueType/Opentype fonts. |
18 |
|
|
|
19 |
|
|
%prep |
20 |
|
|
%setup -q -n lohit-fonts-%{version} |
21 |
|
|
|
22 |
|
|
%build |
23 |
|
|
echo "Nothing to do in Build." |
24 |
|
|
|
25 |
|
|
%install |
26 |
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/fonts/TTF/lohit |
27 |
|
|
for i in * |
28 |
|
|
do |
29 |
|
|
[ -d $i ] || continue |
30 |
|
|
install -m 0644 $i/* $RPM_BUILD_ROOT/%{_datadir}/fonts/TTF/lohit |
31 |
|
|
done |
32 |
|
|
|
33 |
|
|
%files |
34 |
|
|
%doc COPYING README AUTHORS |
35 |
|
|
%{_datadir}/fonts/TTF/* |
36 |
|
|
|
37 |
|
|
|