1 |
# $Id: e-smith-manager.spec,v 1.1 2013/01/31 23:06:03 slords Exp $ |
# $Id: e-smith-manager.spec,v 1.10 2013/10/12 03:25:04 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith manager navigation module |
Summary: e-smith manager navigation module |
4 |
%define name e-smith-manager |
%define name e-smith-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 2 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-manager-2.4.0-Back.patch |
14 |
|
Patch2: e-smith-manager-2.4.0-pwauth.patch |
15 |
|
Patch3: e-smith-manager-2.4.0-remove_mod_ssl.patch |
16 |
|
Patch4: e-smith-manager-2.4.0-login-donate.patch |
17 |
|
Patch5: e-smith-manager-2.4.0-removed-obsolete-images.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
BuildRequires: gettext |
BuildRequires: gettext |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
23 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
24 |
Requires: perl(Apache:AuthTkt) |
Requires: pwauth |
25 |
|
Requires: perl(Apache::AuthTkt) |
26 |
|
Requires: perl-suidperl |
27 |
Provides: server-manager |
Provides: server-manager |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme |
32 |
|
- Remove references to obsolete images, by Stephane de Labrusse [SME: 7962] |
33 |
|
|
34 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
35 |
|
- Renew donation text in server-manager, by John Crisp [SME: 7897] |
36 |
|
|
37 |
|
* Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme |
38 |
|
- Do not load mod_ssl [SME: 7602] |
39 |
|
|
40 |
|
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme |
41 |
|
- Correct path to pwauth [SME: 7319] |
42 |
|
|
43 |
|
* Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
44 |
|
- Correct processing of server-manager URL [SME: 7254] |
45 |
|
|
46 |
|
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
47 |
|
- Fix typo in perl(Apache::AuthTkt) requires [SME: 7236] |
48 |
|
|
49 |
|
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme |
50 |
|
- Add perl-suidperl dependency [SME: 7235] |
51 |
|
|
52 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
53 |
- Add perl(Apache:AuthTkt) dependency [SME: 7236] |
- Add perl(Apache::AuthTkt) dependency [SME: 7236] |
54 |
|
|
55 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
56 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
659 |
|
|
660 |
%prep |
%prep |
661 |
%setup |
%setup |
662 |
|
%patch1 -p1 |
663 |
|
%patch2 -p1 |
664 |
|
%patch3 -p1 |
665 |
|
%patch4 -p1 |
666 |
|
%patch5 -p1 |
667 |
|
|
668 |
%build |
%build |
669 |
perl createlinks |
perl createlinks |