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