]> 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 Summary:        Courier log analyzer
2 Summary(pl.UTF-8):      Analizator logów couriera
3 Name:           courier-analog
4 Version:        0.22
5 Release:        1
6 License:        GPL v3 with OpenSSL exception
7 Group:          Applications/System
8 Source0:        https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f1cd26260e2901c9c1c6f958103b8471
10 URL:            http://www.courier-mta.org/
11 BuildRequires:  rpm-perlprov
12 BuildRequires:  rpmbuild(macros) >= 1.745
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.051207 seconds and 3 git commands to generate.