]> git.pld-linux.org Git - packages/gbox_applet.git/blob - gbox_applet.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/gbox_applet.git] / gbox_applet.spec
1 Summary:        A mbox mail checker applet for gnome
2 Summary(pl):    Aplet GNOME sprawdzaj±cy skrzynkê pocztow±
3 Name:           gbox_applet
4 Version:        0.7.0
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        ftp://gbox-applet.sourceforge.net/pub/gbox-applet/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 BuildRequires:  gettext-devel
12 BuildRequires:  gdk-pixbuf-devel >= 0.7.0
13 BuildRequires:  gnome-libs-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _sysconfdir     /etc/X11/GNOME
19
20 %description
21 A Gnome applet which monitors several mailbox files of type mbox. Each
22 mailbox can be assigned to a priority between 0 and 2 and it can have
23 its own time interval for checking. For each priority there is a
24 different icon. As additional Information Gbox can count the mails in
25 the boxes and show the subject and/or the sender of each mail in the
26 applet's menu. A tooltip can show a summary of the information in
27 three different kinds.
28
29 %description -l pl
30 To jest aplet GNOME kontroluj±cy skrzynki pocztowe typu mbox. Ka¿da
31 skrzynka mo¿e mieæ przypisany priorytet od 0 do 2 i mieæ w³asny okres
32 sprawdzania. Ka¿dy priorytet ma inn± ikonê. Jako dodatkow± informacjê
33 Gbox mo¿e podawaæ liczbê listów w skrzynce i pokazywaæ temat lub
34 nadawcê ka¿dego listu w menu apletu. Tooltip mo¿e pokazywaæ
35 zestawienie informacji na trzy ró¿ne sposoby.
36
37 %prep
38 %setup -q
39
40 %build
41 rm -f missing acinclude.m4
42 %{__gettextize}
43 %{__libtoolize}
44 %{__aclocal} -I macros
45 %{__autoconf}
46 %{__automake}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} DESTDIR=$RPM_BUILD_ROOT install
54
55 gzip -9nf AUTHORS ChangeLog NEWS README TODO
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc *.gz
65 %attr(755,root,root) %{_bindir}/gbox_applet
66 %{_datadir}/applets/Network/gbox_applet.desktop
67 %{_sysconfdir}/CORBA/servers/gbox_applet.gnorba
68 %{_pixmapsdir}/*
This page took 0.082138 seconds and 3 git commands to generate.