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