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