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