Name: ftjam Version: 2.5.2 Release: 1 Summary: Replacement for make License: BSD-like Group: Development/Other URL: http://www.freetype.org/jam/index.html Source0: http://mesh.dl.sourceforge.net/sourceforge/freetype/%{name}-%{version}.tar.bz2 Obsoletes: jam Provides: jam BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: make, tofrodos %description We highly recommend that you use FT Jam as it is 100% backwards compatible with classic Jam and can be used as a plug-in replacement for it. Alternatively, FT Jam exists because Perforce hadn't the time to update Jam in a very long time, and we still hope that these improvements will be integrated back to classic Jam as soon as possible. %prep %setup -q fromdos * %build ./configure \ --prefix=%{_prefix} gmake %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} gmake DESTDIR=${RPM_BUILD_ROOT} install /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc *.html README RELNOTES Porting %{_bindir}/* /usr/bin/* %changelog * Tue Sep 08 2009 Michael Perzl - 2.5.2-1 - first version for AIX V5.1 and higher