%define fontname sil-gentium-basic %define fontdir %{_datadir}/fonts/%{fontname} %define fontconfdir %{_sysconfdir}/fonts/conf.d Name: %{fontname}-fonts Version: 1.1 Release: 3%{?dist} Summary: Gentium Basic Font Family from SIL Group: User Interface/X License: OFL URL: http://scripts.sil.org/Gentium_Basic Source0: GentiumBasic_110.zip Source1: 59-gentium-basic.conf BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Gentium Basic and Gentium Book Basic are font families based on the original Gentium design, but with additional weights. The "Book" family is slightly heavier. Both families come with a complete regular, bold, italic and bold italic set of fonts. These "Basic" fonts support only the Basic Latin and Latin-1 Supplement Unicode ranges, plus a selection of the more commonly used extended Latin characters, with miscellaneous diacritical marks, symbols and punctuation. %prep %setup -q -n "Gentium Basic 1.1" for txt in *.txt ; do fold -s $txt > $txt.new sed -i 's/\r//' $txt.new touch -r $txt $txt.new mv $txt.new $txt done # Convert to UTF-8 iconv -f iso-8859-1 -t utf-8 GENTIUM-FAQ.txt -o GENTIUM-FAQ.txt_ touch -r GENTIUM-FAQ.txt GENTIUM-FAQ.txt_ mv GENTIUM-FAQ.txt_ GENTIUM-FAQ.txt %build echo "Nothing to do in Build." %install rm -rf %{buildroot} install -m 0755 -d %{buildroot}%{fontdir} install -m 0644 -p *.ttf %{buildroot}%{fontdir} install -m 0755 -d %{buildroot}%{fontconfdir} install -m 0644 -p %{SOURCE1} %{buildroot}%{fontconfdir}/59-gentium-basic.conf %clean rm -rf %{buildroot} %post if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} || : fi %postun if [ "$1" = "0" ]; then if [ -x %{_bindir}/fc-cache ]; then %{_bindir}/fc-cache %{fontdir} || : fi fi %files %defattr(0644,root,root,0755) %doc *.txt %config(noreplace) %{fontconfdir}/59-gentium-basic.conf %dir %{fontdir} %{fontdir}/*.ttf %changelog * Fri Dec 05 2008 Rahul Bhalerao - 1.1-3 - Added configuration file for fontcofig. * Mon Jul 28 2008 Rahul Bhalerao - 1.1-2 - Changes as per review. * Wed Jul 24 2008 Rahul Bhalerao - 1.1-1 - Initial packaging.