41 lines
1000 B
RPMSpec
41 lines
1000 B
RPMSpec
Name: gubbi-fonts
|
|
Version: 1.3
|
|
Release: 5
|
|
Summary: Free Kannada Opentype serif font
|
|
License: GPLv3+ with exceptions
|
|
URL: https://github.com/aravindavk/Gubbi
|
|
Source0: https://github.com/aravindavk/Gubbi/archive/v%{version}/gubbi-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: fontforge fontpackages-devel
|
|
Requires: fontpackages-filesystem
|
|
|
|
%description
|
|
This package provides a free Kannada opentype serif font.
|
|
|
|
%prep
|
|
%autosetup -n Gubbi-1.3
|
|
|
|
%build
|
|
make
|
|
|
|
%install
|
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
|
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
|
|
|
%_font_pkg *.ttf
|
|
%doc ChangeLog README
|
|
%license COPYING
|
|
|
|
%changelog
|
|
* Mon Nov 21 2022 yaoxin <yaoxin30@h-partners.com> - 1.3-5
|
|
- Modify invalid Source
|
|
|
|
* Sun Jan 19 2020 fengbing <fengbing7@huawei.com> - 1.3-4
|
|
- Type:N/A
|
|
- ID:N/A
|
|
- SUG:N/A
|
|
- DESC:remove unwanted xml and conf files
|
|
|
|
* Tue Nov 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-3
|
|
- Package init
|