-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathautotrace.spec
71 lines (55 loc) · 1.79 KB
/
autotrace.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Summary: Program for converting bitmaps to vector graphics
Name: autotrace
Version: 0.31.1
Release: 1
Url: http://autotrace.sourceforge.net
Source: http://ftp1.sourceforge.net/autotrace/%{name}-%{version}.tar.gz
Copyright: GPL and LGPL
Group: Applications/Graphics
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix}
%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
%build
%configure --without-magick --without-pstoedit
make
%install
rm -rf %{buildroot}
%makeinstall
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING* FAQ NEWS README* TODO
%{_bindir}/autotrace
%{_libdir}/libautotrace.*
%{_mandir}/man1/autotrace.1.*
%{_bindir}/autotrace-config
%{_includedir}/autotrace/
%{_datadir}/aclocal/autotrace.m4
%{_libdir}/pkgconfig/autotrace.pc
%changelog
* Thu Jan 23 2003 Masatake YAMATO<jet@gyve.org>
- Import Dag Wieers <dag@wieers.com>'s Updated to 0.31.1
* Wed Oct 23 2002 Masatake YAMATO<jet@gyve.org>
- make disabled magick and pstoedit.
* Tue Jul 9 2002 Masatake YAMATO<jet@gyve.org>
- Supported shared library and bzip'ed manual.
* Sun May 12 2002 Masatake YAMATO<jet@gyve.org>
- Install output.h.
* Tue Apr 16 2002 Masatake YAMATO<jet@gyve.org>
- Added LGPL to Copyright
* Wed Apr 3 2002 Masatake YAMATO<jet@gyve.org>
- autotrace.1 -> autotrace.1.gz
* Thu Mar 7 2002 Masatake YAMATO<jet@gyve.org>
- Change %description.
- Update files.
* Thu Feb 21 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
- Initial build.