-
Notifications
You must be signed in to change notification settings - Fork 0
/
frontline.spec.in
56 lines (49 loc) · 1.3 KB
/
frontline.spec.in
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
Summary: GUI frontend for autotrace
Name: @PACKAGE@
Version: @VERSION@
Release: 1
URL: http://autotrace.sourceforge.net/frontline
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Applications/Graphics
BuildRoot: %{_tmppath}/%{name}-root
%description
Frontline provides a gtk+/gnome based GUI frontend for
autotrace (http://autotrace.sourceforge.net).
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/usr/ install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README BUGS
/usr/lib/libgundo.a
/usr/include/gundo/gundo.h
/usr/include/gundo/gundo_ui.h
/usr/bin/frontline
/usr/include/frontline/frontline.h
/usr/include/frontline/fl_opt.h
/usr/include/frontline/fl_dialog.h
/usr/include/frontline/fl_prog.h
/usr/include/frontline/fl_preview.h
/usr/include/frontline/fl_ext.h
/usr/include/frontline/fl_fsel.h
/usr/lib/libfrontline.a
/usr/share/gnome/apps/Graphics/frontline.desktop
/usr/share/mime-info/frontline.keys
/usr/share/mime-info/frontline.mime
/usr/share/pixmaps/frontline.png
/usr/share/pixmaps/fl-splash.png
/usr/bin/frontline-config
/usr/share/aclocal/frontline.m4
/usr/lib/pkgconfig/frontline.pc
/usr/lib/gimp/1.2/plug-ins/trace
%changelog
* Sun Sep 8 2002 Masatake YAMATO <jet@gyve.org>
- Initial build.