2 |
# Authority: mweinber |
# Authority: mweinber |
3 |
# Name: Michael Weinberger |
# Name: Michael Weinberger |
4 |
|
|
5 |
Summary: A collection of "dirty" scripts for the experienced administrator |
Summary: A collection of "dirty" scripts for the experienced administrator |
6 |
%define realname smeserver-dirty-tools |
%define realname smeserver-dirty-tools |
7 |
Name: %{realname} |
Name: %{realname} |
8 |
%define version 0.1.0 |
%define version 0.1.0 |
9 |
Version: %{version} |
Version: %{version} |
10 |
%define release 4 |
%define release 5 |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GNU GPL (GNU General Public License) |
License: GNU GPL (GNU General Public License) |
13 |
Group: Administration |
Group: Administration |
14 |
Source: %{realname}-%{version}.tar.gz |
Source: %{realname}-%{version}.tar.gz |
15 |
BuildRoot: /var/tmp/%{realname}-%{version}-buildroot/ |
BuildRoot: /var/tmp/%{realname}-%{version}-buildroot/ |
16 |
BuildArch: noarch |
BuildArch: noarch |
17 |
Requires: smeserver-release >= 10 |
Requires: smeserver-release >= 10 |
18 |
Requires: perl-esmith-PasswordTools |
Requires: perl-esmith-PasswordTools |
19 |
AutoReq: no |
AutoReq: no |
20 |
|
Patch1: smeserver-dirty-tools-fix-maxdepth.patch |
21 |
|
|
22 |
%description |
%description |
23 |
See http://wiki.contribs.org/Dirty_Tools for full documentation |
See http://wiki.contribs.org/Dirty_Tools for full documentation |
24 |
|
|
25 |
|
|
26 |
%changelog |
%changelog |
27 |
* Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-4.sme |
* Fri Nov 12 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.0-5.sme |
28 |
|
- fix dt-dovecot-indexfiles-delete maxdepth [SME: 11621] |
29 |
|
|
30 |
|
* Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.0-4.sme |
31 |
- import to SME 10 [SME: 11621] |
- import to SME 10 [SME: 11621] |
32 |
|
|
33 |
* Thu Jan 29 2009 Michael Weinberger 0.0.9-3 |
* Thu Jan 29 2009 Michael Weinberger 0.0.9-3 |
64 |
|
|
65 |
%prep |
%prep |
66 |
%setup -q -n %{realname}-%{version} |
%setup -q -n %{realname}-%{version} |
67 |
|
%patch1 -p1 |
68 |
|
|
69 |
%build |
%build |
70 |
|
|