]> git.sur5r.net Git - glabels/blob - glabels2/glabels.spec.in
glabels.spec.in: Updated by merging with Dag Wieers's <dag@wieers.com> glabels.spec...
[glabels] / glabels2 / glabels.spec.in
1 Summary: glabels is a GNOME program to create labels and business cards
2 Name:      glabels
3 Version:   @VERSION@
4 Release:   1
5 Copyright: GPL
6 Group: Applications/Publishing
7 URL: http://snaught.com/glabels/
8
9 Source: %{name}-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/root-%{name}-%{version}
11 Prefix: %{_prefix}
12
13 BuildRequires: gtk+-devel >= 1.2
14 BuildRequires: libgnomeui-devel >= 2.0
15 BuildRequires: libgnomecanvas-devel >= 2.0
16 BuildRequires: libgnomeprint22-devel >= 2.2
17 BuildRequires: libxml2-devel >= 2.4
18
19 %description
20 gLabels is a lightweight program for creating labels and
21 business cards for the GNOME desktop environment.
22 It is designed to work with various laser/ink-jet peel-off
23 label and business card sheets that you'll find at most office
24 supply stores.
25
26 %prep
27 %setup
28
29 %build
30 %configure
31 %{__make} %{?_smp_mflags}
32
33 %install
34 %{__rm} -rf %{buildroot}
35 %makeinstall
36 %find_lang %{name}
37
38 desktop-file-install --vendor gnome                \
39         --add-category X-Red-Hat-Base              \
40         --dir %{buildroot}%{_datadir}/applications \
41         %{buildroot}%{_datadir}/applications/%{name}.desktop
42
43 %clean
44 %{__rm} -rf %{buildroot}
45
46 %files -f %{name}.lang
47 %defattr(-, root, root)
48 %doc README COPYING ChangeLog NEWS AUTHORS INSTALL
49 %doc %{_datadir}/gnome/help/glabels/
50 %{_bindir}/*
51 %{_datadir}/glabels/
52 %{_datadir}/pixmaps/*
53 %{_datadir}/applications/*.desktop
54 %{_datadir}/application-registry/*
55 %{_datadir}/mime-info/*
56
57
58 %changelog
59 * Sat Oct 18 2002 Jim Evins <evins@snaught.com>
60 - Updated, based largely on Dag Wieers <dag@wieers.com> glabels.spec
61
62 * Sat May 19 2001 Jim Evins <evins@snaught.com>
63 - Created
64