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