]> git.pld-linux.org Git - packages/courier-analog.git/commitdiff
- initial AC-branch AC-STABLE auto/ac/courier-analog-0_12-1
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Mon, 20 Sep 2004 21:49:32 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-analog.spec -> 1.1

courier-analog.spec [new file with mode: 0644]

diff --git a/courier-analog.spec b/courier-analog.spec
new file mode 100644 (file)
index 0000000..cb2d25e
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Courier log analyzer
+Summary(pl):   Analizator logów couriera
+Name:          courier-analog
+Version:       0.12
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
+# Source0-md5: 020ad544f55de811b7f1eca40343f9d2
+URL:           http://www.courier-mta.org
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: perl
+BuildArch:     noarch
+
+%description
+The courier-analog script generates log summaries for the Courier mail
+server.
+
+%description -l pl
+Courier-analog to skrypt, który generuje podsumowanie logów dla
+couriera.
+
+%prep
+%setup -q
+%configure
+
+%build
+%{__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 courier-analog.html manpage.css
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*/*
This page took 0.161398 seconds and 4 git commands to generate.