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