package created using the webbuild interface [release 20200307git-1mamba;Sat Mar 07 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 18:42:40 +01:00
parent 8e2a994ac3
commit e6591d4e24
2 changed files with 50 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# ttf-myanmar-unicode-fonts # ttf-myanmar-unicode-fonts
Myanmar (Burmese) Unicode Fonts.

View File

@ -0,0 +1,48 @@
Name: ttf-myanmar-unicode-fonts
Version: 20200307git
Release: 1mamba
Summary: Myanmar (Burmese) Unicode Fonts
Group: System/Fonts
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/AungMyoKyaw/Myanmar-Unicode-Fonts.git
## GITSOURCE https://github.com/AungMyoKyaw/Myanmar-Unicode-Fonts.git master
Source: https://github.com/AungMyoKyaw/Myanmar-Unicode-Fonts.git/master/Myanmar-Unicode-Fonts-%{version}.tar.bz2
License: Free
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires(post): fontconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Myanmar (Burmese) Unicode Fonts.
%prep
%setup -q -n Myanmar-Unicode-Fonts-%{version}
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m0755 %{buildroot}%{_datadir}/fonts/truetype
cp */*.ttf %{buildroot}%{_datadir}/fonts/truetype/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache
:
%postun
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache
:
%files
%defattr(-,root,root)
%{_datadir}/fonts/truetype/*.ttf
%changelog
* Sat Mar 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20200307git-1mamba
- package created using the webbuild interface