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