]> git.pld-linux.org Git - packages/gbox_applet.git/blame - gbox_applet.spec
- updated gettext BR
[packages/gbox_applet.git] / gbox_applet.spec
CommitLineData
6c04a8f6 1Summary: A mbox mail checker applet for GNOME
d7ffa574 2Summary(pl.UTF-8): Aplet GNOME sprawdzający skrzynkę pocztową
6620760d 3Name: gbox_applet
454db393 4Version: 0.7.0
83bf83d0 5Release: 4
6620760d 6License: GPL
7Group: X11/Applications/Networking
6620760d 8Source0: ftp://gbox-applet.sourceforge.net/pub/gbox-applet/%{name}-%{version}.tar.gz
f0e31ed8 9# Source0-md5: 3348efc5b64c39c0c04b29bf36b1ea8e
a814fbfe 10URL: http://gbox-applet.sourceforge.net/
4e5f5cb0 11BuildRequires: autoconf
12BuildRequires: automake
6620760d 13BuildRequires: gdk-pixbuf-devel >= 0.7.0
a26b3524 14BuildRequires: gettext-tools
83bf83d0 15BuildRequires: gnome-core-devel
a814fbfe 16BuildRequires: gnome-libs-devel
4e5f5cb0 17BuildRequires: libtool
6620760d 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
6620760d 20%define _sysconfdir /etc/X11/GNOME
f2492a68 21
22%description
6c04a8f6 23A GNOME applet which monitors several mailbox files of type mbox. Each
f2492a68 24mailbox can be assigned to a priority between 0 and 2 and it can have
25its own time interval for checking. For each priority there is a
26different icon. As additional Information Gbox can count the mails in
27the boxes and show the subject and/or the sender of each mail in the
f91bae5f 28applet's menu. A tooltip can show a summary of the information in
f2492a68 29three different kinds.
30
5f3fbc19
JR
31%description -l pl.UTF-8
32To jest aplet GNOME kontrolujący skrzynki pocztowe typu mbox. Każda
33skrzynka może mieć przypisany priorytet od 0 do 2 i mieć własny okres
34sprawdzania. Każdy priorytet ma inną ikonę. Jako dodatkową informację
35Gbox może podawać liczbę listów w skrzynce i pokazywać temat lub
36nadawcę każdego listu w menu apletu. Tooltip może pokazywać
37zestawienie informacji na trzy różne sposoby.
f91bae5f 38
f2492a68 39%prep
6620760d 40%setup -q
f2492a68 41
42%build
4e5f5cb0 43rm -f missing acinclude.m4
b31ffc5e 44%{__gettextize}
cf477c6e 45%{__libtoolize}
d68f6f09 46%{__aclocal} -I macros
8a2fe5ac 47%{__autoconf}
48%{__automake}
6620760d 49%configure
50%{__make}
f2492a68 51
52%install
53rm -rf $RPM_BUILD_ROOT
6620760d 54
55%{__make} DESTDIR=$RPM_BUILD_ROOT install
6620760d 56%find_lang %{name}
f2492a68 57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
6620760d 61%files -f %{name}.lang
62%defattr(644,root,root,755)
07b36595 63%doc AUTHORS ChangeLog NEWS README TODO
6620760d 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.073049 seconds and 4 git commands to generate.