/[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 2196831 - (show annotations) (download)
Thu Jun 26 13:45:57 2025 UTC (3 weeks, 1 day ago) by umeabot
File size: 950 byte(s)
Mageia 10 Mass Rebuild
1 Name: fonts-ttf-lohit
2 Version: 2.3.8
3 Release: %mkrel 12
4 Summary: Free Indian truetype/opentype fonts
5
6 Group: System/Fonts/True type
7 License: GPLv2
8 URL: https://fedoraproject.org/wiki/Lohit
9 Source: https://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