/[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 1489562 - (show annotations) (download)
Tue Feb 11 17:58:10 2020 UTC (5 years, 5 months ago) by umeabot
File size: 948 byte(s)
Mageia 8 Mass Rebuild
1 Name: fonts-ttf-lohit
2 Version: 2.3.8
3 Release: %mkrel 10
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 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

  ViewVC Help
Powered by ViewVC 1.1.30