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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 504543 - (hide annotations) (download)
Fri Oct 18 00:40:20 2013 UTC (11 years, 9 months ago) by umeabot
File size: 1090 byte(s)
Mageia 4 Mass Rebuild
1 ennael 49482 Name: fonts-ttf-lohit
2     Version: 2.3.8
3 umeabot 504543 Release: %mkrel 5
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     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