1 |
# $Id: smeserver-userpanel.spec,v 1.14 2017/05/31 20:48:55 unnilennium Exp $ |
# $Id: smeserver-userpanel.spec,v 1.5 2022/08/01 19:31:14 jpp Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
6 |
%define name smeserver-userpanel |
%define name smeserver-userpanel |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.4 |
%define version 1.4 |
9 |
%define release 1 |
%define release 4 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
URL: http://wiki.contribs.org |
URL: http://wiki.contribs.org |
14 |
Group: SMEserver/addon |
Group: SMEserver/addon |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
|
Patch0: %{name}-%{version}-v10_init.patch |
17 |
|
Patch1: smeserver-userpanel-1.4-bz11079.patch |
18 |
|
Patch2: smeserver-userpanel-1.4-bz12064-24syntax.patch |
19 |
|
Patch3: smeserver-userpanel-1.4-bz11390-systemctl.patch |
20 |
|
Patch4: smeserver-userpanel-1.4-bz10964-infotxt.patch |
21 |
|
|
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
24 |
Requires: smeserver-release >= 10 |
Requires: smeserver-release >= 10 |
25 |
|
Requires: e-smith-apache >= 2.6.0-19 |
26 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
27 |
Obsoletes: e-smith-userpanel |
Obsoletes: e-smith-userpanel |
28 |
AutoReqProv: no |
AutoReqProv: no |
|
Patch0: %{name}-%{version}-v10_init.patch |
|
29 |
|
|
30 |
%description |
%description |
31 |
SME Server enhancement to create a user manager panel where users can |
SME Server enhancement to create a user manager panel where users can |
36 |
Panels can be delegated at user, group or global levels |
Panels can be delegated at user, group or global levels |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
* Mon Nov 02 2020 Michel Begue <mab974@gmail.com> 1.4-1.sme |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-4.sme |
40 |
|
- update to httpd 2.4 access syntax [SME: 12064] |
41 |
|
thanks to Vasarhelyi Zsolt |
42 |
|
- fix call to svc in place of systemctl [SME: 11390] |
43 |
|
- remove reference to info.txt [SME: 10964] |
44 |
|
|
45 |
|
* Tue Feb 23 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-3.sme |
46 |
|
- add -update event to avoid reboot [SME: 11079] |
47 |
|
also fix detection of userpassword file |
48 |
|
|
49 |
|
* Mon Nov 02 2020 Michel Begue <mab974@gmail.com> 1.4-2.sme |
50 |
- Initial release for sme10 [SME: 11079] |
- Initial release for sme10 [SME: 11079] |
51 |
|
|
52 |
* Wed May 31 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-3.sme |
* Wed May 31 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-3.sme |
371 |
%prep |
%prep |
372 |
%setup |
%setup |
373 |
%patch0 -p1 |
%patch0 -p1 |
374 |
|
%patch1 -p1 |
375 |
|
%patch2 -p1 |
376 |
|
%patch3 -p1 |
377 |
|
%patch4 -p1 |
378 |
|
|
379 |
%build |
%build |
380 |
perl createlinks |
perl createlinks |