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