4 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
6 %define sysconfdir /etc
8 Summary: glabels is a GNOME program to create labels and business cards
13 Group: Applications/Graphics
14 Source: glabels-%{ver}.tar.gz
15 URL: http://snaught.com/glabels/
16 BuildRoot: /var/tmp/glabels-%{PACKAGE_VERSION}-root
19 Requires: gnome-libs >= 1.2.8
20 Requires: gnome-print >= 0.25
21 Requires: gdk-pixbuf >= 0.11.0
24 gLabels is a lightweight program for creating labels and
25 business cards for the GNOME desktop environment.
26 It is designed to work with various laser/ink-jet peel-off
27 label and business card sheets that you'll find at most office
35 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure --prefix=%{prefix}
39 rm -rf $RPM_BUILD_ROOT
41 make prefix=$RPM_BUILD_ROOT%{prefix} install
44 rm -rf $RPM_BUILD_ROOT
47 %defattr(-, root, root)
48 %doc README COPYING ChangeLog NEWS AUTHORS INSTALL
50 %{prefix}/bin/glabels-batch
55 * Sat May 19 2001 Jim Evins <evins@snaught.com>