]> git.pld-linux.org Git - packages/anteater.git/blob - anteater.spec
- tabs in preamble
[packages/anteater.git] / anteater.spec
1 Summary:        Dynamic MTA logfile analyser
2 Summary(pl.UTF-8):      Dynamiczny analizator logów MTA
3 Name:           anteater
4 Version:        0.4.5
5 Release:        0.1
6 Epoch:          0
7 License:        GPL v2
8 Group:          Applications/System
9 Source0:        http://dl.sourceforge.net/anteater/%{name}-%{version}.tar.bz2
10 # Source0-md5:  21ab169a88e1a80942cc8816d7ea6438
11 URL:            http://anteater.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Anteater is a log analyser for MTA logfiles (for example sendmail and
20 postfix). The tool is written in 100% C++ and very easy to customize.
21 Input, output, and the analysis are modular class objects with a clear
22 interface.
23
24 %description -l pl.UTF-8
25 Anteater (mrówkojad) jest analizatorem logów MTA (np. sendmaila i
26 postfiksa). Narzędzie jest napisane w 100% w C++ i jest bardzo łatwe
27 do przystosowania. Wejście i wyjście są modularnymi klasami obiektów z
28 przejrzystym interfejsem.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man?/*
This page took 0.069624 seconds and 3 git commands to generate.