]> git.pld-linux.org Git - packages/anteater.git/blame - anteater.spec
- converted to UTF-8
[packages/anteater.git] / anteater.spec
CommitLineData
f8a88f1d 1Summary: Dynamic MTA logfile analyser
3fae00bf 2Summary(pl.UTF-8): Dynamiczny analizator logów MTA
2f399d6e 3Name: anteater
4Version: 0.4.5
5Release: 0.1
6Epoch: 0
52a809e3 7License: GPL v2
2f399d6e 8Group: Applications/System
9Source0: http://dl.sourceforge.net/anteater/%{name}-%{version}.tar.bz2
10# Source0-md5: 21ab169a88e1a80942cc8816d7ea6438
52a809e3 11URL: http://anteater.sourceforge.net/
2f399d6e 12BuildRequires: autoconf
13BuildRequires: automake
4d4de221 14BuildRequires: libstdc++-devel
15BuildRequires: libtool
2f399d6e 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
b68febb0 19Anteater is a log analyser for MTA logfiles (for example sendmail and
20postfix). The tool is written in 100% C++ and very easy to customize.
21Input, output, and the analysis are modular class objects with a clear
22interface.
2f399d6e 23
3fae00bf
JR
24%description -l pl.UTF-8
25Anteater (mrówkojad) jest analizatorem logów MTA (np. sendmaila i
26postfiksa). Narzędzie jest napisane w 100% w C++ i jest bardzo łatwe
27do przystosowania. Wejście i wyjście są modularnymi klasami obiektów z
b68febb0 28przejrzystym interfejsem.
2f399d6e 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
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -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.045136 seconds and 4 git commands to generate.