2004-11-08 04:05:13 +00:00
|
|
|
Name: autotrace
|
|
|
|
Version: 0.31.1
|
2004-11-28 04:36:14 +00:00
|
|
|
Release: 3
|
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: XFree86-devel
|
|
|
|
BuildRequires: libpng-devel > 2:1.2
|
2004-11-28 04:36:14 +00:00
|
|
|
BuildRequires: libexif-devel
|
|
|
|
#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
|
|
|
|
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
|
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.
|
|
|
|
|