]> git.pld-linux.org Git - packages/gbox_applet.git/blob - gbox_applet.spec
- completly rewrited in PLD style.
[packages/gbox_applet.git] / gbox_applet.spec
1 Summary:        a mbox mail checker applet for gnome
2 Name:           gbox_applet
3 Version:        0.6.1
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications/Networking
7 Group(de):      X11/Applikationen/Netzwerkwesen
8 Group(pl):      X11/Aplikacje/Sieciowe
9 Source0:        ftp://gbox-applet.sourceforge.net/pub/gbox-applet/%{name}-%{version}.tar.gz
10 BuildRequires:  gettext-devel
11 BuildRequires:  gdk-pixbuf-devel >= 0.7.0
12 BuildRequires:  gnome-libs-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _sysconfdir     /etc/X11/GNOME
17
18 %description
19 A Gnome applet which monitors several mailbox files of type mbox. Each
20 mailbox can be assigned to a priority between 0 and 2 and it can have
21 its own time interval for checking. For each priority there is a
22 different icon. As additional Information Gbox can count the mails in
23 the boxes and show the subject and/or the sender of each mail in the
24 applet's menu. A tooltip can shows a summary of the information in
25 three different kinds.
26
27 %prep
28 %setup -q
29
30 %build
31 gettextize --copy --force
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} DESTDIR=$RPM_BUILD_ROOT install
39
40 gzip -9nf AUTHORS ChangeLog NEWS README TODO
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %doc *.gz
50 %attr(755,root,root) %{_bindir}/gbox_applet
51 %{_datadir}/applets/Network/gbox_applet.desktop
52 %{_sysconfdir}/CORBA/servers/gbox_applet.gnorba
53 %{_pixmapsdir}/*
This page took 0.042747 seconds and 3 git commands to generate.