1 |
|
# $Id: smeserver-audittools.spec,v 1.5 2008/10/07 15:47:39 slords Exp $ |
2 |
|
|
3 |
Summary: SME Server auditing tools |
Summary: SME Server auditing tools |
4 |
%define name smeserver-audittools |
%define name smeserver-audittools |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.0.2 |
%define version 1.0.0 |
7 |
%define release 5 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: smeserver-audittools-0.0.2-pseudonymscommands.patch |
Patch0: smeserver-audittools-1.0.0-sortOutput.patch |
|
Patch1: smeserver-audittools-0.0.2-printwarn.patch |
|
|
Patch2: smeserver-audittools-0.0.2-pseudonymwithoutdomain.patch |
|
|
Patch3: smeserver-audittools-0.0.2-virtualdomains2pseudonyms.patch |
|
|
Patch4: smeserver-audittools-0.0.2-RenameFlags.patch |
|
|
Patch5: smeserver-audittools-0.0.2-newrpms.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-lib |
Requires: e-smith-lib |
22 |
modifications prior to upgrades. |
modifications prior to upgrades. |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-2.sme |
26 |
|
- Sort the output of the repositories audittool alphabetically [SME: 5416] |
27 |
|
|
28 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.0.0-1.sme |
29 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
30 |
|
|
31 |
|
* Thu Aug 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.2-7 |
32 |
|
- New tool repositories, lists status of configured repositories [SME: 4438] |
33 |
|
|
34 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 0.0.2-6 |
35 |
|
- New tool events, lists modified events [SME: 3419] |
36 |
|
|
37 |
* Sat Jun 16 2007 Stephen Noble <support@dungog.net> 0.0.2-5 |
* Sat Jun 16 2007 Stephen Noble <support@dungog.net> 0.0.2-5 |
38 |
- New tool newrpms, lists installed rpms not in standard repos [SME: 1206] |
- New tool newrpms, lists installed rpms not in standard repos [SME: 1206] |
39 |
|
|
101 |
%prep |
%prep |
102 |
%setup |
%setup |
103 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
104 |
|
|
105 |
%build |
%build |
106 |
|
|