Summary: Program for converting bitmaps to vector graphics Name: autotrace Version: 0.31.1 Release: 1 Url: http://autotrace.sourceforge.net Source: %{name}-%{version}.tar.gz Copyright: GPL and LGPL Group: Applications/Graphics BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: ImageMagick >= 5.2.1 BuildRequires: ImageMagick-devel >= 5.2.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 %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_includedir}/autotrace %{_bindir}/* %{_libdir}/libautotrace.* %{_libdir}/pkgconfig/autotrace.pc %{_datadir}/aclocal/autotrace.m4 %{_mandir}/man1/* %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README %changelog * 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.