]> git.pld-linux.org Git - packages/glabels.git/blob - glabels.spec
- converted into utf-8
[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.93.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  e6cd052cdb50e17f2e6c47d3fea54fa8
10 Patch0:         %{name}-desktop.patch
11 URL:            http://glabels.sf.net/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gnome-common
16 BuildRequires:  intltool
17 BuildRequires:  libbonobo-devel >= 2.4.0
18 BuildRequires:  libgnomeprintui-devel >= 2.4.0
19 BuildRequires:  libgnomeui-devel >= 2.4.0
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
37 %build
38 rm -f missing
39 glib-gettextize --copy --force
40 %{__libtoolize}
41 intltoolize --copy --force
42 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
43 %{__autoheader}
44 %{__automake}
45 %{__autoconf}
46 %configure \
47         --enable-platform-gnome-2
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %find_lang %{name} --with-gnome --all-name
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog NEWS README TODO
64 %attr(755,root,root) %{_bindir}/*
65 %{_datadir}/%{name}
66 %{_datadir}/application-registry/*
67 %{_datadir}/mime-info/*
68 %{_pixmapsdir}/%{name}
69 %{_pixmapsdir}/*.png
70 %{_desktopdir}/*.desktop
This page took 0.029709 seconds and 3 git commands to generate.