Summary: Program for converting bitmaps to vector graphics Name: autotrace Version: 0.31.1 Release: 2 Url: http://autotrace.sourceforge.net Source: %{name}-%{version}.tar.gz Copyright: GPL and LGPL Group: Applications/Graphics BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: ImageMagick-Q8 >= 6.5.9.10-1 BuildRequires: ImageMagick-Q8-devel >= 6.5.9.10-1 %description AutoTrace is a program for converting bitmaps to vector graphics. The aim of the AutoTrace project is the development of a freely-available application similar to CorelTrace or Adobe Streamline. In some aspects it is already better. Originally being created as a plugin for the GIMP, AutoTrace is now a standalone program and can be compiled on any UNIX platform using GCC. %prep %setup -q %build export CC=xlc export CFLAGS="-O2" export CXXFLAGS="-O2" ./configure --prefix=%{_prefix} --without-pstoedit --disable-static make %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make DESTDIR=${RPM_BUILD_ROOT} install /usr/bin/strip -X32_64 ${RPM_BUILD_ROOT}%{_bindir}/* || : %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README %defattr(-,root,system) %{_includedir}/autotrace %{_bindir}/* %{_libdir}/libautotrace.* %{_libdir}/pkgconfig/autotrace.pc %{_datadir}/aclocal/autotrace.m4 %{_mandir}/man1/* %changelog * Mon Jul 30 2012 Michael Perzl - 0.31.1-2 - fixed ImageMagick dependency and added missing glib and gtk dependencies * Mon Jan 02 2006 Michael Perzl - first version for AIX V5.1 and higher * Wed Oct 23 2002 Masatake YAMATO - make disabled magick and pstoedit. * Tue Jul 9 2002 Masatake YAMATO - Supported shared library and bzip'ed manual. * Sun May 12 2002 Masatake YAMATO - Install output.h. * Tue Apr 16 2002 Masatake YAMATO - Added LGPL to Copyright * Wed Apr 3 2002 Masatake YAMATO - autotrace.1 -> autotrace.1.gz * Thu Mar 7 2002 Masatake YAMATO - Change %description. - Update files. * Thu Feb 21 2002 Han-Wen Nienhuys - Initial build.