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 21 |
%define release 22 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
27 |
Patch15: smeserver-manager-0.1.4-Correct-Requires-slapd-ldap-in-systemd-service-file.patch |
Patch15: smeserver-manager-0.1.4-Correct-Requires-slapd-ldap-in-systemd-service-file.patch |
28 |
Patch16: smeserver-manager-0.1.4-yum_session_awstats.patch |
Patch16: smeserver-manager-0.1.4-yum_session_awstats.patch |
29 |
Patch17: smeserver-manager-0.1.4-Add-css-to-hover-and-click-feedback-on-submit.patch |
Patch17: smeserver-manager-0.1.4-Add-css-to-hover-and-click-feedback-on-submit.patch |
30 |
|
Patch18: smeserver-manager-0.1.4-Update-to-use-jquery-dataTables-in-tables.patch |
31 |
|
|
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
83 |
%patch15 -p1 |
%patch15 -p1 |
84 |
%patch16 -p1 |
%patch16 -p1 |
85 |
%patch17 -p1 |
%patch17 -p1 |
86 |
|
%patch18 -p1 |
87 |
|
|
88 |
%build |
%build |
89 |
perl createlinks |
perl createlinks |
145 |
%defattr(-,root,root) |
%defattr(-,root,root) |
146 |
|
|
147 |
%changelog |
%changelog |
148 |
|
* Sat Jan 27 2024 Brian Read <brianr@koozali.org> 0.1.4-22.sme |
149 |
|
- Update to use jquery plugin dataTables [SME: 12458] |
150 |
|
- Update Copyright footer to 2024 |
151 |
|
- Edit tables to have TableSort in class |
152 |
|
- Fix up tables tbody and thead correctly |
153 |
|
- Sort out action column to make compatible with dataTable |
154 |
|
|
155 |
* Sun Dec 03 2023 Brian Read <brianr@koozali.org> 0.1.4-21.sme |
* Sun Dec 03 2023 Brian Read <brianr@koozali.org> 0.1.4-21.sme |
156 |
- Update CSS to provide feedback to hover and click on panel submit button [SME: 12442] |
- Update CSS to provide feedback to hover and click on panel submit button [SME: 12442] |
157 |
|
|