]> git.pld-linux.org Git - packages/courier-analog.git/blob - courier-analog.spec
- updated to 0.22
[packages/courier-analog.git] / courier-analog.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Courier log analyzer
3 Summary(pl.UTF-8):      Analizator logów couriera
4 Name:           courier-analog
5 Version:        0.17
6 Release:        1
7 License:        GPL v3 with OpenSSL exception
8 Group:          Applications/System
9 Source0:        http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
10 # Source0-md5:  71107e63edf6fcfd36127821754edbaa
11 URL:            http://www.courier-mta.org/
12 BuildRequires:  rpm-perlprov
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The courier-analog script generates log summaries for the Courier mail
18 server.
19
20 %description -l pl.UTF-8
21 Courier-analog to skrypt, który generuje podsumowanie logów dla
22 couriera.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS COPYING ChangeLog NEWS README courier-analog.html manpage.css
44 %attr(755,root,root) %{_bindir}/courier-analog
45 %{_mandir}/man8/courier-analog.8*
This page took 0.086187 seconds and 3 git commands to generate.