]> git.pld-linux.org Git - packages/glabels.git/blob - glabels.spec
- updated to version 1.92.0
[packages/glabels.git] / glabels.spec
1 Summary:        gLabels - a GNOME2 program to create labels and business cards
2 Summary(pl):    gLabels - program dla GNOME2 do tworzenia etykiet i wizytówek
3 Name:           glabels
4 Version:        1.92.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://snaught.com/%{name}/source/%{name}-%{version}.tar.gz
9 # Source0-md5:  df0374468989b1d1be433472dfad132b
10 Patch0:         %{name}-DESTDIR.patch
11 Patch1:         %{name}-desktop.patch
12 URL:            http://snaught.com/glabels/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  intltool
17 BuildRequires:  libbonobo-devel >= 2.0.0
18 BuildRequires:  libgnomeprintui-devel >= 2.2
19 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
20 BuildRequires:  libtool
21 BuildRequires:  libxml2-devel >= 2.4.23
22 BuildRequires:  pkgconfig
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 gLabels is a small stand-alone program for creating labels and
27 business cards.
28
29 %description -l pl
30 gLabels jest ma³ym, samodzielnym programem do tworzenia etykiet i
31 wizytówek.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36 %patch1 -p1
37
38 %build
39 rm -f missing
40 glib-gettextize --copy --force
41 %{__libtoolize}
42 intltoolize --copy --force
43 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
44 %{__autoheader}
45 %{__automake}
46 %{__autoconf}
47 %configure \
48         --enable-platform-gnome-2
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %find_lang %{name} --with-gnome --all-name
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README TODO
65 %attr(755,root,root) %{_bindir}/*
66 %{_datadir}/%{name}
67 %{_pixmapsdir}/%{name}
68 %{_desktopdir}/*.desktop
This page took 0.025748 seconds and 3 git commands to generate.