2004-11-08 04:05:13 +00:00
|
|
|
Name: autotrace
|
|
|
|
Version: 0.31.1
|
2007-08-22 13:33:41 +00:00
|
|
|
Release: 15%{?dist}
|
2005-04-06 22:11:11 +00:00
|
|
|
|
2005-03-03 19:29:59 +00:00
|
|
|
Summary: Utility for converting bitmaps to vector graphics
|
2004-11-08 04:05:13 +00:00
|
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
License: GPL/LGPL
|
|
|
|
URL: http://autotrace.sourceforge.net/
|
2004-11-28 04:36:14 +00:00
|
|
|
Source0: http://dl.sf.net/autotrace/autotrace-0.31.1.tar.gz
|
2004-11-08 04:05:13 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: ImageMagick-devel
|
|
|
|
BuildRequires: libpng-devel > 2:1.2
|
2004-11-28 04:36:14 +00:00
|
|
|
BuildRequires: libexif-devel
|
2005-05-26 15:49:52 +00:00
|
|
|
BuildRequires: libtiff-devel
|
2005-05-26 18:31:51 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libxml2-devel
|
2006-01-16 18:20:15 +00:00
|
|
|
BuildRequires: bzip2-devel
|
2006-01-17 12:26:49 +00:00
|
|
|
BuildRequires: freetype-devel
|
2004-11-28 04:36:14 +00:00
|
|
|
#BuildRequires: pstoedit-devel
|
|
|
|
BuildConflicts: pstoedit-devel
|
2004-11-08 04:05:13 +00:00
|
|
|
|
|
|
|
%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
|
2005-03-03 19:29:59 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-11-28 04:36:14 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: ImageMagick-devel
|
|
|
|
#Requires: pstoedit-devel
|
2004-11-08 04:05:13 +00:00
|
|
|
|
2005-03-03 19:29:59 +00:00
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
%description devel
|
|
|
|
This package contains header files and static libraries for autotrace.
|
|
|
|
|
2004-11-28 04:36:14 +00:00
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2004-11-28 04:36:14 +00:00
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2004-11-28 04:36:14 +00:00
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
|
|
|
2004-11-28 04:36:14 +00:00
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-11-28 04:36:14 +00:00
|
|
|
|
2006-01-16 18:20:15 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
%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
|
|
|
|
|
2004-11-28 04:36:14 +00:00
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
%changelog
|
2007-08-22 13:33:41 +00:00
|
|
|
* Wed Aug 22 2007 Quentin Spencer <qspencer@users.sourceforge.net> - 0.31.1-15
|
|
|
|
- Rebuild for F8.
|
|
|
|
|
2006-10-04 22:28:11 +00:00
|
|
|
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.31.1-14
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-22 16:15:42 +00:00
|
|
|
* Thu Sep 21 2006 Quentin Spencer <qspencer@users.sourceforge.net> - 0.31.1-13
|
|
|
|
- Rebuild for FC6.
|
2006-06-18 13:10:16 +00:00
|
|
|
|
2006-02-13 17:40:10 +00:00
|
|
|
* Mon Feb 13 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.31.1-12
|
|
|
|
- Rebuild for Fedora Extras 5
|
|
|
|
|
2006-01-28 11:44:57 +00:00
|
|
|
* Sat Jan 28 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.31.1-11
|
|
|
|
- rebuild
|
|
|
|
|
2006-01-17 12:26:49 +00:00
|
|
|
* Tue Jan 17 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.31.1-10
|
|
|
|
- add BuildRequires on freetype-devel
|
|
|
|
|
|
|
|
* Tue Jan 17 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.31.1-9
|
|
|
|
- remove BuildRequires on XFree86-devel
|
2006-01-17 12:08:11 +00:00
|
|
|
|
2006-01-16 18:20:15 +00:00
|
|
|
* Mon Jan 16 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 0.31.1-8
|
|
|
|
- add %%{?dist} tag
|
2006-01-17 12:26:49 +00:00
|
|
|
- add a BuildRequires on bzip2-devel
|
2006-01-16 18:20:15 +00:00
|
|
|
- add ldconfig to %%post and %%postun
|
|
|
|
|
2005-05-26 18:31:51 +00:00
|
|
|
* Thu May 26 2005 Jeremy Katz <katzj@redhat.com> - 0.31.1-7
|
|
|
|
- and more buildrequires
|
|
|
|
|
2005-05-26 15:49:52 +00:00
|
|
|
* Thu May 26 2005 Jeremy Katz <katzj@redhat.com> - 0.31.1-6
|
|
|
|
- BR libtiff-devel
|
|
|
|
|
2005-05-25 22:00:25 +00:00
|
|
|
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.31.1-5
|
|
|
|
- rebuild
|
|
|
|
|
2005-04-06 22:11:11 +00:00
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-11-28 04:36:14 +00:00
|
|
|
* Sat Aug 21 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.31.1-3
|
|
|
|
- Temporarily changed buildreq pstoedit-devel to buildconflicts.
|
|
|
|
|
|
|
|
* Thu Apr 22 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 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.
|
|
|
|
|
2004-11-08 04:05:13 +00:00
|
|
|
* Mon Sep 29 2003 Marius L. Johndal <mariuslj at ifi.uio.no> 0:0.31.1-0.fdr.1
|
|
|
|
- Initial RPM release.
|
|
|
|
|