]> git.pld-linux.org Git - packages/bbmail.git/blame_incremental - bbmail.spec
- tabs in preamble
[packages/bbmail.git] / bbmail.spec
... / ...
CommitLineData
1Summary: A mail notification program designed for blackbox
2Summary(pl.UTF-8): Powiadamiacz o poczcie zaprojektowany dla blackboksa
3Name: bbmail
4Version: 0.8.3
5Release: 3
6License: GPL
7Group: X11/Applications
8Source0: http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
9# Source0-md5: fc5dd75c3350402a3740a9982f206118
10Patch0: %{name}-sysconfdir.patch
11Patch1: %{name}-fmod.patch
12URL: http://bbtools.windsofstorm.net/
13BuildRequires: XFree86-devel
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: libstdc++-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20bbmail is a tool which notifies you about arriving mail. It works
21great with blackbox window manager, because it use it's theme, but it
22can also work with other. bbmail can use multiple mailboxes (in many
23types) and is highly configurable.
24
25%description -l pl.UTF-8
26bbmail jest programem powiadamiającym o przychodzącej poczcie.
27Współpracuje z zarządcą okien blackbox, używając jego ustawień
28wyglądu, aczkolwiek może też działać z innym. Obsługuje wiele
29skrzynek pocztowych (w różnych formatach) i jest wysoce
30konfigurowalny.
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
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -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.058437 seconds and 4 git commands to generate.