]> git.pld-linux.org Git - packages/anteater.git/commitdiff
- new.
authortwittner <twittner@pld-linux.org>
Sat, 10 Jan 2004 06:19:35 +0000 (06:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- I'v thought about moving anteater to %{_sbidir}, but I'v left it in
  %{_bindir}.
- it builds ok, but let me know, how to produce report from postfix
  maillog.

Changed files:
    anteater.spec -> 1.1

anteater.spec [new file with mode: 0644]

diff --git a/anteater.spec b/anteater.spec
new file mode 100644 (file)
index 0000000..d361852
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       Dynamic MTA logfile analyser.
+Summary(pl):   Dynamiczny analizator logów MTA
+Name:          anteater
+Version:       0.4.5
+Release:       0.1
+Epoch:         0
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/anteater/%{name}-%{version}.tar.bz2
+# Source0-md5: 21ab169a88e1a80942cc8816d7ea6438
+URL:           http://sourceforge.net/projects/anteater/
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Anteater is a log analyser for MTA logfiles (for example sendmail and postfix).
+The tool is written in 100% C++ and very easy to customize. Input, output, and
+the analysis are modular class objects with a clear interface.
+
+%description -l pl
+Anteater (mrówkojad) jest analizatorem logów MTA (np. sendmaila i postfiksa).
+Narzêdzie jest napisane w 100% w C++ i jest bardzo ³atwe do przystosowania.
+Wej¶cie i wyj¶cie s± modularnymi klasami objektów z przejrzystym interfejsem.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.071137 seconds and 4 git commands to generate.