]> git.pld-linux.org Git - packages/gbox_applet.git/blob - gbox_applet.spec
- updated gettext BR
[packages/gbox_applet.git] / gbox_applet.spec
1 Summary:        A mbox mail checker applet for GNOME
2 Summary(pl.UTF-8):      Aplet GNOME sprawdzający skrzynkę pocztową
3 Name:           gbox_applet
4 Version:        0.7.0
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        ftp://gbox-applet.sourceforge.net/pub/gbox-applet/%{name}-%{version}.tar.gz
9 # Source0-md5:  3348efc5b64c39c0c04b29bf36b1ea8e
10 URL:            http://gbox-applet.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gdk-pixbuf-devel >= 0.7.0
14 BuildRequires:  gettext-tools
15 BuildRequires:  gnome-core-devel
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
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.UTF-8
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}
45 %{__libtoolize}
46 %{__aclocal} -I macros
47 %{__autoconf}
48 %{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} DESTDIR=$RPM_BUILD_ROOT install
56 %find_lang %{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}/gbox_applet
65 %{_datadir}/applets/Network/gbox_applet.desktop
66 %{_sysconfdir}/CORBA/servers/gbox_applet.gnorba
67 %{_pixmapsdir}/*
This page took 0.130768 seconds and 3 git commands to generate.