]> git.pld-linux.org Git - packages/anteater.git/blame - anteater.spec
- avoid wildcards in %files section
[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
74fa0b30 5Release: 1
52a809e3 6License: GPL v2
2f399d6e 7Group: Applications/System
1b7a8f1a 8Source0: http://downloads.sourceforge.net/anteater/%{name}-%{version}.tar.bz2
2f399d6e 9# Source0-md5: 21ab169a88e1a80942cc8816d7ea6438
1b7a8f1a 10Patch0: %{name}-configure.in.patch
b0e44133 11Patch1: %{name}-cstdlib.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
4053b686 35%patch1 -p1
1b7a8f1a 36
2f399d6e 37%build
38%{__libtoolize}
39%{__aclocal}
40%{__autoconf}
41%{__autoheader}
42%{__automake}
43%configure
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc AUTHORS ChangeLog NEWS README TODO
74fa0b30 58%attr(755,root,root) %{_bindir}/anteater
59%{_mandir}/man1/anteater.1*
This page took 0.088736 seconds and 4 git commands to generate.