]> git.pld-linux.org Git - packages/bbmail.git/blob - bbmail.spec
- adding es/pt/pt_BR Group translations
[packages/bbmail.git] / bbmail.spec
1 Summary:        A mail notification program designed for blackbox
2 Summary(pl):    Powiadamiacz o poczcie zaprojektowany dla blackboksa
3 Name:           bbmail
4 Version:        0.8.2
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
14 Patch0:         %{name}-sysconfdir.patch
15 URL:            http://bbtools.windsofstorm.net/
16 BuildRequires:  XFree86-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 bbmail is a tool which notifies you about arriving mail. It works great with
26 blackbox window manager, becouse it use it's theme, but it can also work
27 with other.
28 bbmail can use multiple mailboxes (in many types), it is highly configurable.
29
30 %description -l pl
31 bbmail jest programem powiadamiaj±cym o przychodz±cej poczcie. Wspólpracuje
32 z zarz±dca okien blackbox, u¿ywaj±c jego ustawieñ wygl±du, aczkolwiek mo¿e te¿
33 dzia³aæ z innym.
34 Obs³uguje wiele skrzynek pocztowych (w ró¿nych formatach), jest wysoce
35 konfigurowalny.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 rm -f missing
43 aclocal
44 autoconf
45 automake -a -c
46 %configure
47 %{__make} CXX="%{__cc}"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} DESTDIR=$RPM_BUILD_ROOT install
53
54 gzip -9nf AUTHORS BUGS README TODO ChangeLog
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %attr(755,root,root) %{_bindir}/bb*
63 %{_mandir}/*/*
64 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.052039 seconds and 4 git commands to generate.