]> git.pld-linux.org Git - packages/bbmail.git/blob - bbmail.spec
- typo / formatting / 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.3
5 Release:        2
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 bbmail is a tool which notifies you about arriving mail. It works
20 great with blackbox window manager, because it use it's theme, but it
21 can also work with other. bbmail can use multiple mailboxes (in many
22 types) and is highly configurable.
23
24 %description -l pl
25 bbmail jest programem powiadamiaj±cym o przychodz±cej poczcie.
26 Wspó³pracuje z zarz±dca okien blackbox, u¿ywaj±c jego ustawieñ
27 wygl±du, aczkolwiek mo¿e te¿ dzia³aæ z innym. Obs³uguje wiele 
28 skrzynek pocztowych (w ró¿nych formatach) i jest wysoce 
29 konfigurowalny.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 rm -f missing
38 cp -f /usr/share/automake/config.sub .
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS BUGS README TODO ChangeLog
57 %attr(755,root,root) %{_bindir}/bb*
58 %{_mandir}/*/*
59 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.041867 seconds and 4 git commands to generate.