Name: autotrace Version: 0.31.1 Release: 15%{?dist} Summary: Utility for converting bitmaps to vector graphics Group: Applications/Multimedia License: GPL/LGPL URL: http://autotrace.sourceforge.net/ Source0: http://dl.sf.net/autotrace/autotrace-0.31.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel BuildRequires: libpng-devel > 2:1.2 BuildRequires: libexif-devel BuildRequires: libtiff-devel BuildRequires: libjpeg-devel BuildRequires: libxml2-devel BuildRequires: bzip2-devel BuildRequires: freetype-devel #BuildRequires: pstoedit-devel BuildConflicts: pstoedit-devel %description AutoTrace is a program similar to CorelTrace or Adobe Streamline for converting bitmaps to vector graphics. Supported input formats include BMP, TGA, PNM, PPM, and any format supported by ImageMagick, whereas output can be produced in Postscript, SVG, xfig, SWF, and others. %package devel Summary: Header files and static libraries for autotrace Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig Requires: ImageMagick-devel #Requires: pstoedit-devel %description devel This package contains header files and static libraries for autotrace. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO %{_bindir}/autotrace %{_libdir}/*.so.* %{_mandir}/man[^3]/* %files devel %defattr(-,root,root,-) %doc HACKING %{_bindir}/autotrace-config %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/autotrace/ %{_datadir}/aclocal/*.m4 %changelog * Wed Aug 22 2007 Quentin Spencer - 0.31.1-15 - Rebuild for F8. * Thu Oct 05 2006 Christian Iseli 0.31.1-14 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Thu Sep 21 2006 Quentin Spencer - 0.31.1-13 - Rebuild for FC6. * Mon Feb 13 2006 Roozbeh Pournader - 0.31.1-12 - Rebuild for Fedora Extras 5 * Sat Jan 28 2006 Roozbeh Pournader - 0.31.1-11 - rebuild * Tue Jan 17 2006 Roozbeh Pournader - 0.31.1-10 - add BuildRequires on freetype-devel * Tue Jan 17 2006 Roozbeh Pournader - 0.31.1-9 - remove BuildRequires on XFree86-devel * Mon Jan 16 2006 Roozbeh Pournader - 0.31.1-8 - add %%{?dist} tag - add a BuildRequires on bzip2-devel - add ldconfig to %%post and %%postun * Thu May 26 2005 Jeremy Katz - 0.31.1-7 - and more buildrequires * Thu May 26 2005 Jeremy Katz - 0.31.1-6 - BR libtiff-devel * Wed May 25 2005 Jeremy Katz - 0.31.1-5 - rebuild * Fri Apr 7 2005 Michael Schwendt - rebuilt * Sat Aug 21 2004 Marius L. Jøhndal - 0:0.31.1-3 - Temporarily changed buildreq pstoedit-devel to buildconflicts. * Thu Apr 22 2004 Marius L. Jøhndal - 0:0.31.1-0.fdr.2 - Added new BuildReq pstoedit-devel. - Added missing BuildReq libexif-devel. - Added missing -devel requires pkgconfig, ImageMagick-devel. - Converted spec file to UTF-8. * Mon Sep 29 2003 Marius L. Johndal 0:0.31.1-0.fdr.1 - Initial RPM release.