1 |
# $Id$ |
# $Id: qmailanalog.spec,v 1.2 2008/04/09 13:51:55 slords Exp $ |
2 |
|
|
3 |
# |
# |
4 |
# RPM spec file for Dan Bernstein's qmailanalog package |
# RPM spec file for Dan Bernstein's qmailanalog package |
5 |
# |
# |
6 |
# $Id: qmailanalog.spec,v 1.3 2005/07/28 02:29:50 charlieb Exp $ |
# $Id: qmailanalog.spec,v 1.2 2008/04/09 13:51:55 slords Exp $ |
7 |
# |
# |
8 |
Summary: A collection of tools to help you analyze qmail's activity record. |
Summary: A collection of tools to help you analyze qmail's activity record. |
9 |
%define name qmailanalog |
%define name qmailanalog |
10 |
Name: %{name} |
Name: %{name} |
11 |
%define version 0.70 |
%define version 0.70 |
12 |
%define release 7 |
%define release 8 |
13 |
Version: %{version} |
Version: %{version} |
14 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
License: Daniel J. Bernstein - http://cr.yp.to/distributors.html |
License: Daniel J. Bernstein - http://cr.yp.to/distributors.html |
17 |
Source: http://cr.yp.to/software/%{name}-%{version}.tar.gz |
Source: http://cr.yp.to/software/%{name}-%{version}.tar.gz |
18 |
URL: http://cr.yp.to/%{name}.html |
URL: http://cr.yp.to/%{name}.html |
19 |
Patch0: %{name}-%{version}.patch.2001020500 |
Patch0: %{name}-%{version}.patch.2001020500 |
20 |
|
Patch1: qmailanalog-0.70-sortfix.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
Provides: qmailanalog |
Provides: qmailanalog |
23 |
AutoReqProv: no |
AutoReqProv: no |
38 |
senders, recipients, or messages. |
senders, recipients, or messages. |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Sun Jan 15 2012 Ian Wells <esmith@wellsi.com> 0.70-8.sme |
42 |
|
- Change sort options to fix mail reports, by Filippo Carletti [SME: 6813] |
43 |
|
|
44 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
45 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
46 |
|
|
80 |
# final installed locations. |
# final installed locations. |
81 |
|
|
82 |
%patch0 -p1 |
%patch0 -p1 |
83 |
|
%patch1 -p1 |
84 |
|
|
85 |
# Create the relative installation directory. |
# Create the relative installation directory. |
86 |
|
|