Name: eot-utils Version: 1.1 Release: 1%{?dist} Summary: Tools to convert OTF/TTF to EOT font format + show its metadata License: W3C URL: http://www.w3.org/Tools/eot-utils/ Source0: http://www.w3.org/Tools/%{name}/eot-utilities-%{version}.tar.gz %description The eot-utils are the two programs mkeot and eotinfo. The former creates an EOT (Embedded OpenType) file from an OpenType or TrueType font and the URLs of one or more Web pages, respecting the TrueType embedding bits. The eotinfo program displays EOT meta-data in a human-readable way. %prep %setup -q -n eot-utilities-%{version} %build # following two commands mimic ./boostrap.sh autoreconf -i -v %configure make %{?_smp_mflags} %install rm -rf -- $RPM_BUILD_ROOT make install-strip DESTDIR=$RPM_BUILD_ROOT %files %{_bindir}/mkeot %{_bindir}/eotinfo %doc %{_mandir}/man1/mkeot.1.gz %doc %{_mandir}/man1/eotinfo.1.gz %changelog * Thu Mar 01 2012 Jan Pokorny 1.1-1 - Initial version of the package