diff --git a/README.md b/README.md index 2b2d428..5765d36 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # ttf-arkpandora +Font replacements for Arial, Times New Roman and Verdana fonts. + diff --git a/ttf-arkpandora.spec b/ttf-arkpandora.spec new file mode 100644 index 0000000..eac2aca --- /dev/null +++ b/ttf-arkpandora.spec @@ -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 +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 2.04-3mamba +- automatic rebuild by autodist + +* Wed May 09 2007 Silvan Calarco 2.04-2mamba +- fix fc-cache path + +* Tue May 09 2006 Silvan Calarco 2.04-1qilnx +- package created by autospec