automatic rebuild by autodist [release 2.04-3mamba;Thu Sep 05 2013]

This commit is contained in:
Automatic Build System 2024-01-05 18:42:09 +01:00
parent 7d7868d45d
commit 9ca71f17f3
2 changed files with 59 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# ttf-arkpandora # ttf-arkpandora
Font replacements for Arial, Times New Roman and Verdana fonts.

57
ttf-arkpandora.spec Normal file
View File

@ -0,0 +1,57 @@
Name: ttf-arkpandora
Version: 2.04
Release: 3mamba
Summary: Font replacements for Arial, Times New Roman and Verdana fonts
Group: System/Fonts
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.users.bigpond.net.au/gavindi/
Source: http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-%{version}.tgz
License: no Osi Approved
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch
%description
Font replacements for Arial, Times New Roman and Verdana fonts.
%prep
%setup -q
%build
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_datadir}/fonts/arkpandora
install -m 0644 *.ttf %{buildroot}/%{_datadir}/fonts/arkpandora
#mkfontscale %{buildroot}%{_datadir}/fonts/arkpandora/
#mkfontdir %{buildroot}%{_datadir}/fonts/arkpandora/
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%post
# something has probably changed, update the font-config cache
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache
exit 0
%preun
# erase
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache
exit 0
%files
%defattr(-,root,root)
%dir %{_datadir}/fonts/arkpandora
%{_datadir}/fonts/arkpandora/*.ttf
%doc COPYRIGHT.TXT
%changelog
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 2.04-3mamba
- automatic rebuild by autodist
* Wed May 09 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.04-2mamba
- fix fc-cache path
* Tue May 09 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 2.04-1qilnx
- package created by autospec