]> git.pld-linux.org Git - packages/bbmail.git/blame - bbmail.spec
- tabs in preamble
[packages/bbmail.git] / bbmail.spec
CommitLineData
dd9f6d92 1Summary: A mail notification program designed for blackbox
a6b0da16 2Summary(pl.UTF-8): Powiadamiacz o poczcie zaprojektowany dla blackboksa
dd9f6d92 3Name: bbmail
71510571 4Version: 0.8.3
e9cfa6df 5Release: 3
dd9f6d92 6License: GPL
7Group: X11/Applications
dd9f6d92 8Source0: http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
91a5dceb 9# Source0-md5: fc5dd75c3350402a3740a9982f206118
1b03271c 10Patch0: %{name}-sysconfdir.patch
20e5899a 11Patch1: %{name}-fmod.patch
dd9f6d92 12URL: http://bbtools.windsofstorm.net/
13BuildRequires: XFree86-devel
14BuildRequires: autoconf
15BuildRequires: automake
cd7e177a 16BuildRequires: libstdc++-devel
dd9f6d92 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
dd9f6d92 19%description
8ce6e163 20bbmail is a tool which notifies you about arriving mail. It works
7f88187a 21great with blackbox window manager, because it use it's theme, but it
8ce6e163 22can also work with other. bbmail can use multiple mailboxes (in many
7f88187a 23types) and is highly configurable.
dd9f6d92 24
1908e862
JR
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
2f6c9380 30konfigurowalny.
dd9f6d92 31
32%prep
33%setup -q
1b03271c 34%patch0 -p1
20e5899a 35%patch1 -p1
dd9f6d92 36
37%build
d55b68ba 38%{__aclocal}
f5cfb8ed 39%{__autoconf}
40%{__automake}
dd9f6d92 41%configure
dcffa5d2 42%{__make}
dd9f6d92 43
44%install
45rm -rf $RPM_BUILD_ROOT
46
8bd5def2
PG
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
dd9f6d92 49
dd9f6d92 50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
50b1feeb 55%doc AUTHORS BUGS README TODO ChangeLog
dd9f6d92 56%attr(755,root,root) %{_bindir}/bb*
e9cfa6df 57%dir %{_sysconfdir}/bbtools
cd7e177a 58%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bbtools/%{name}.*
e9cfa6df 59%{_mandir}/man1/*
This page took 0.127488 seconds and 4 git commands to generate.