1 |
%define name smeserver-manager-jsquery |
%define name smeserver-manager-jsquery |
2 |
%define version 1.0 |
%define version 1.0 |
3 |
%define release 3 |
%define release 4 |
4 |
Summary: Jsquery and associated plugins plus server-manager (2) specific overrides. |
Summary: Jsquery and associated plugins plus server-manager (2) specific overrides. |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Patch0: smeserver-manager-jsquery-1.0-Fix-css-override-for-dataTables.patch |
Patch0: smeserver-manager-jsquery-1.0-Fix-css-override-for-dataTables.patch |
12 |
Patch1: smeserver-manager-jsquery-1.0-Add-Export-Buttons-to-dataTable.patch |
Patch1: smeserver-manager-jsquery-1.0-Add-Export-Buttons-to-dataTable.patch |
13 |
|
Patch2: smeserver-manager-jsquery-1.0-Add-Callback-in-dataTable-to-remake-buttons.patch |
14 |
|
|
15 |
BuildRoot: %{_tmppath}/%{name}-buildroot |
BuildRoot: %{_tmppath}/%{name}-buildroot |
16 |
Prefix: %{_prefix} |
Prefix: %{_prefix} |
25 |
Jsquery and associated plugins plus server-manager (2) specific overrides. |
Jsquery and associated plugins plus server-manager (2) specific overrides. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Thu Feb 08 2024 Brian Read <brianr@koozali.org> 1.0-4.sme |
29 |
|
- Add callback in dataTable to setup buttons in rows [SME: 12467] |
30 |
|
- Move dataTable js to seperate file (maybe template it at some point) |
31 |
|
|
32 |
* Wed Feb 07 2024 Brian Read <brianr@koozali.org> 1.0-3.sme |
* Wed Feb 07 2024 Brian Read <brianr@koozali.org> 1.0-3.sme |
33 |
- Add export buttons to table using dataTables plugin [SME: 12466] |
- Add export buttons to table using dataTables plugin [SME: 12466] |
34 |
|
|
43 |
%setup |
%setup |
44 |
%patch0 -p1 |
%patch0 -p1 |
45 |
%patch1 -p1 |
%patch1 -p1 |
46 |
|
%patch2 -p1 |
47 |
|
|
48 |
%build |
%build |
49 |
perl createlinks |
perl createlinks |