]> git.pld-linux.org Git - packages/courier-analog.git/commitdiff
- updated to 0.17 auto/th/courier-analog-0.17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Mar 2018 04:36:22 +0000 (05:36 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Mar 2018 04:36:22 +0000 (05:36 +0100)
courier-analog.spec

index 037fd78ac320aacff4f543e69cbcb72683da807d..94389942000f79a175331b66d930cef876c53f1e 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Courier log analyzer
 Summary(pl.UTF-8):     Analizator logów couriera
 Name:          courier-analog
-Version:       0.16
+Version:       0.17
 Release:       1
-License:       GPL
+License:       GPL v3 with OpenSSL exception
 Group:         Applications/System
-Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: 783e48a7ffb11d4fdb1049f6d3c9e557
+Source0:       http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
+# Source0-md5: 71107e63edf6fcfd36127821754edbaa
 URL:           http://www.courier-mta.org/
 BuildRequires: rpm-perlprov
 BuildArch:     noarch
@@ -23,13 +23,15 @@ couriera.
 
 %prep
 %setup -q
-%configure
 
 %build
+%configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -38,6 +40,6 @@ 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}/*/*
+%doc AUTHORS COPYING ChangeLog NEWS README courier-analog.html manpage.css
+%attr(755,root,root) %{_bindir}/courier-analog
+%{_mandir}/man8/courier-analog.8*
This page took 0.127141 seconds and 4 git commands to generate.