diff --git a/.cvsignore b/.cvsignore index e69de29..72a6f07 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +autotrace-0.31.1.tar.gz diff --git a/autotrace.spec b/autotrace.spec new file mode 100644 index 0000000..65e41b0 --- /dev/null +++ b/autotrace.spec @@ -0,0 +1,68 @@ +Name: autotrace +Version: 0.31.1 +Release: 0.fdr.1.1 +Epoch: 0 +Summary: A utility for converting bitmaps to vector graphics + +Group: Applications/Multimedia +License: GPL/LGPL +URL: http://autotrace.sourceforge.net/ +Source0: http://download.sourceforge.net/autotrace/autotrace-0.31.1.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ImageMagick-devel +BuildRequires: XFree86-devel +BuildRequires: libpng-devel > 2:1.2 + +%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} = %{epoch}:%{version}-%{release} + +%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 + +%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 +* Mon Sep 29 2003 Marius L. Johndal 0:0.31.1-0.fdr.1 +- Initial RPM release. + diff --git a/sources b/sources index e69de29..084f44e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +54eabbb38d2076ded6d271e1ee4d0783 autotrace-0.31.1.tar.gz