2 |
%define name smeserver-manager |
%define name smeserver-manager |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.1.4 |
%define version 0.1.4 |
5 |
%define release 24 |
%define release 29 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
30 |
Patch18: smeserver-manager-0.1.4-Update-to-use-jquery-dataTables-in-tables.patch |
Patch18: smeserver-manager-0.1.4-Update-to-use-jquery-dataTables-in-tables.patch |
31 |
Patch19: smeserver-manager-0.1.4-Get-jquery-etc-from-smeserver-manager-jsquery-rpm.patch |
Patch19: smeserver-manager-0.1.4-Get-jquery-etc-from-smeserver-manager-jsquery-rpm.patch |
32 |
Patch20: smeserver-manager-0.1.4-Add-Export-Buttons-to-dataTable.patch |
Patch20: smeserver-manager-0.1.4-Add-Export-Buttons-to-dataTable.patch |
33 |
|
Patch21: smeserver-manager-0.1.4-Move-dataTable-js-setup-to-seperate-file.patch |
34 |
|
Patch22: smeserver-manager-0.1.4-Save-and-restore-menu-configuration.patch |
35 |
|
Patch23: smeserver-manager-0.1.4-Re-organise-menus.patch |
36 |
|
Patch24: smeserver-manager-0.1.4-Fix-Domains-bug-12479-and-Hostnames-bug-12483.patch |
37 |
|
Patch25: smeserver-manager-0.1.4-Make-release-and-version-depend-on-login-status.patch |
38 |
|
|
39 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
94 |
%patch18 -p1 |
%patch18 -p1 |
95 |
%patch19 -p1 |
%patch19 -p1 |
96 |
%patch20 -p1 |
%patch20 -p1 |
97 |
|
%patch21 -p1 |
98 |
|
%patch22 -p1 |
99 |
|
%patch23 -p1 |
100 |
|
%patch24 -p1 |
101 |
|
%patch25 -p1 |
102 |
|
|
103 |
%build |
%build |
104 |
perl createlinks |
perl createlinks |
160 |
%defattr(-,root,root) |
%defattr(-,root,root) |
161 |
|
|
162 |
%changelog |
%changelog |
163 |
|
* Fri Feb 23 2024 Brian Read <brianr@koozali.org> 0.1.4-29.sme |
164 |
|
- Make release and version only show when logged in [SME: 12480] |
165 |
|
|
166 |
|
* Wed Feb 21 2024 Brian Read <brianr@koozali.org> 0.1.4-28.sme |
167 |
|
- Fix domains bug [SME: 12479] |
168 |
|
- Fix hostnames bug [SME: 12483] |
169 |
|
|
170 |
|
* Sun Feb 18 2024 Brian Read <brianr@koozali.org> 0.1.4-27.sme |
171 |
|
- Re-arrange Menu [SME: 12476] |
172 |
|
- Fix problem with ibays not all showing [SME: 12478] |
173 |
|
|
174 |
|
* Mon Feb 12 2024 Brian Read <brianr@koozali.org> 0.1.4-26.sme |
175 |
|
- Save and Restore menu configuration [SME: 12464] |
176 |
|
|
177 |
|
* Thu Feb 08 2024 Brian Read <brianr@koozali.org> 0.1.4-25.sme |
178 |
|
- Move-dataTable-js-setup-to-seperate-file [SME: 12467] |
179 |
|
|
180 |
* Wed Feb 07 2024 Brian Read <brianr@koozali.org> 0.1.4-24.sme |
* Wed Feb 07 2024 Brian Read <brianr@koozali.org> 0.1.4-24.sme |
181 |
- Add in export buttons to dataTables[SME: 12466] |
- Add in export buttons to dataTables[SME: 12466] |
182 |
|
|