1 |
%define name smeserver-manager-jsquery |
%define name smeserver-manager-jsquery |
2 |
%define version 1.0 |
%define version 1.0 |
3 |
%define release 1 |
%define release 2 |
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} |
8 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
9 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
|
Patch0: smeserver-manager-jsquery-1.0-Fix-css-override-for-dataTables.patch |
12 |
|
|
13 |
BuildRoot: %{_tmppath}/%{name}-buildroot |
BuildRoot: %{_tmppath}/%{name}-buildroot |
14 |
Prefix: %{_prefix} |
Prefix: %{_prefix} |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Jsquery and associated plugins plus server-manager (2) specific overrides. |
Jsquery and associated plugins plus server-manager (2) specific overrides. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Sun Feb 04 2024 Brian Read <brianr@koozali.org> 1.0-2.sme |
27 |
|
- Fix-css-override-for-dataTables [SME: 12465] |
28 |
|
|
29 |
* Mon Jan 29 2024 <brianr@koozali.org> 1.0-1.sme |
* Mon Jan 29 2024 <brianr@koozali.org> 1.0-1.sme |
30 |
- Initial code - create RPM [SME:12459] |
- Initial code - create RPM [SME:12459] |
31 |
|
|
32 |
%prep |
%prep |
33 |
|
|
34 |
%setup |
%setup |
35 |
|
%patch0 -p1 |
36 |
|
|
37 |
%build |
%build |
38 |
perl createlinks |
perl createlinks |