]> git.pld-linux.org Git - packages/bbmail.git/blob - bbmail.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[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:        3
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-sysconfdir.patch
10 Patch1:         %{name}-fmod.patch
11 URL:            http://bbtools.windsofstorm.net/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 bbmail is a tool which notifies you about arriving mail. It works
22 great with blackbox window manager, becouse it use it's theme, but it
23 can also work with other. bbmail can use multiple mailboxes (in many
24 types), it is highly configurable.
25
26 %description -l pl
27 bbmail jest programem powiadamiaj±cym o przychodz±cej poczcie.
28 Wspólpracuje z zarz±dca okien blackbox, u¿ywaj±c jego ustawieñ
29 wygl±du, aczkolwiek mo¿e te¿ dzia³aæ z innym. Obs³uguje wiele skrzynek
30 pocztowych (w ró¿nych formatach), jest wysoce konfigurowalny.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 rm -f missing
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
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.029741 seconds and 4 git commands to generate.