]> git.pld-linux.org Git - packages/gbox_applet.git/blob - gbox_applet.spec
- removed two lines with define
[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         _sysconfdir     /etc/X11/GNOME
18
19 %description
20 A Gnome applet which monitors several mailbox files of type mbox. Each
21 mailbox can be assigned to a priority between 0 and 2 and it can have
22 its own time interval for checking. For each priority there is a
23 different icon. As additional Information Gbox can count the mails in
24 the boxes and show the subject and/or the sender of each mail in the
25 applet's menu. A tooltip can show a summary of the information in
26 three different kinds.
27
28 %description -l pl
29 To jest aplet GNOME kontroluj±cy skrzynki pocztowe typu mbox. Ka¿da
30 skrzynka mo¿e mieæ przypisany priorytet od 0 do 2 i mieæ w³asny okres
31 sprawdzania. Ka¿dy priorytet ma inn± ikonê. Jako dodatkow± informacjê
32 Gbox mo¿e podawaæ liczbê listów w skrzynce i pokazywaæ temat lub
33 nadawcê ka¿dego listu w menu apletu. Tooltip mo¿e pokazywaæ
34 zestawienie informacji na trzy ró¿ne sposoby.
35
36 %prep
37 %setup -q
38
39 %build
40 rm -f missing acinclude.m4
41 %{__gettextize}
42 %{__libtoolize}
43 %{__aclocal} -I macros
44 %{__autoconf}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} DESTDIR=$RPM_BUILD_ROOT install
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README TODO
61 %attr(755,root,root) %{_bindir}/gbox_applet
62 %{_datadir}/applets/Network/gbox_applet.desktop
63 %{_sysconfdir}/CORBA/servers/gbox_applet.gnorba
64 %{_pixmapsdir}/*
This page took 0.046689 seconds and 3 git commands to generate.