/[packages]/cauldron/fonts-ttf-lohit/current/SPECS/fonts-ttf-lohit.spec
ViewVC logotype

Contents of /cauldron/fonts-ttf-lohit/current/SPECS/fonts-ttf-lohit.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (12 years, 6 months ago) by pterjan
File size: 1090 byte(s)
oops
1 Name: fonts-ttf-lohit
2 Version: 2.3.8
3 Release: %mkrel 4
4 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12 Obsoletes: fonts-ttf-gurmukhi <= 1.0
13 Provides: fonts-ttf-gurmukhi = %{version}-%{release}
14
15 %description
16 This package provides Hindi, Bengali, Gujarati, Punjabi, Tamil,
17 Kannada, Malayalam, Oriya, Telugu, Marathi, Maithili, Kashmiri,
18 Konkani, Nepali and Sindhi TrueType/Opentype fonts.
19
20 %prep
21 %setup -q -n lohit-fonts-%{version}
22
23 %build
24 echo "Nothing to do in Build."
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 install -d $RPM_BUILD_ROOT/%{_datadir}/fonts/TTF/lohit
30 for i in *
31 do
32 [ -d $i ] || continue
33 install -m 0644 $i/* $RPM_BUILD_ROOT/%{_datadir}/fonts/TTF/lohit
34 done
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(-, root, root, -)
41 %doc COPYING README AUTHORS
42 %{_datadir}/fonts/TTF/*
43
44

  ViewVC Help
Powered by ViewVC 1.1.30