1 |
# $Id: smeserver-dirty-tools.spec,v 1.5 2008/04/02 15:03:57 slords Exp $ |
# $Id: smeserver-dirty-tools.spec,v 1.7 2008/11/25 16:20:21 slords Exp $ |
2 |
# Authority: mweinber |
# Authority: mweinber |
3 |
# Name: Michael Weinberger |
# Name: Michael Weinberger |
4 |
|
|
7 |
Name: %{realname} |
Name: %{realname} |
8 |
%define version 0.0.9 |
%define version 0.0.9 |
9 |
Version: %{version} |
Version: %{version} |
10 |
%define release 2 |
%define release 3 |
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 |
18 |
Requires: perl-esmith-PasswordTools |
Requires: perl-esmith-PasswordTools |
19 |
Patch0: smeserver-dirty-tools-0.0.9-bug_4001.patch |
Patch0: smeserver-dirty-tools-0.0.9-bug_4001.patch |
20 |
Patch1: smeserver-dirty-tools-0.0.9-usePasswordTools.patch |
Patch1: smeserver-dirty-tools-0.0.9-usePasswordTools.patch |
21 |
|
Patch2: smeserver-dirty-tools-0.0.9-ldap.patch |
22 |
AutoReq: no |
AutoReq: no |
23 |
|
|
24 |
%description |
%description |
26 |
|
|
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Thu Jan 29 2009 Michael Weinberger 0.0.9-3 |
30 |
|
Bug 4962 fix |
31 |
* Sat Mar 01 2008 Michael Weinberger 0.0.9-2 |
* Sat Mar 01 2008 Michael Weinberger 0.0.9-2 |
32 |
use perl-esmith-PasswordTools |
use perl-esmith-PasswordTools |
33 |
* Sat Mar 01 2008 Michael Weinberger 0.0.9-1 |
* Sat Mar 01 2008 Michael Weinberger 0.0.9-1 |
62 |
%setup -q -n %{realname}-%{version} |
%setup -q -n %{realname}-%{version} |
63 |
%patch0 -p1 |
%patch0 -p1 |
64 |
%patch1 -p1 |
%patch1 -p1 |
65 |
|
%patch2 -p1 |
66 |
|
|
67 |
%build |
%build |
68 |
|
|