2022-01-24 03:11:19 +03:00
%define _unpackaged_files_terminate_build 1
Name : proxmox-widget-toolkit
Summary : ExtJS Helper Classes for Proxmox
2024-08-29 18:52:05 +03:00
Version : 4.2.3
2024-11-02 22:25:34 +03:00
Release : alt2
2022-01-24 03:11:19 +03:00
License : AGPL-3.0+
Group : Development/Other
Url : https://www.proxmox.com
Vcs: git://git.proxmox.com/git/proxmox-widget-toolkit.git
Source : %name-%version.tar
Patch : %name-%version.patch
BuildArch : noarch
2024-02-28 23:29:24 +03:00
BuildRequires : sassc /usr/bin/uglifyjs
2023-03-24 16:06:01 +03:00
2022-02-07 11:50:09 +03:00
Provides : pve-widget-toolkit = %EVR
Obsoletes : pve-widget-toolkit < %EVR
2022-01-24 03:11:19 +03:00
Requires : javascript-extjs
%description
ExtJS Helper Classes to easy access to Proxmox APIs.
%package dev
Summary : Development dependencies for Proxmox Projects
Group : Development/Other
Requires : %name = %EVR
%description dev
Contains some common javascript code that are dev-dependencies,
for various Proxmox projects.
%prep
%setup
%patch -p1
%build
%install
export PACKAGE=%name
%makeinstall _std -C src
#install dev files
install -pD -m644 src/Toolkit.js %buildroot%_datadir /javascript/%name-dev/Toolkit.js
install -pD -m644 src/api-viewer/APIViewer.js %buildroot%_datadir /javascript/%name-dev/APIViewer.js
%files
2023-05-25 19:37:13 +03:00
%doc debian/copyright
2022-01-24 03:11:19 +03:00
%_datadir /javascript/%name
%files dev
%_datadir /javascript/%name-dev
%changelog
2024-11-02 22:25:34 +03:00
* Sat Nov 02 2024 Alexander Burmatov <thatman@altlinux.org> 4.2.3-alt2
- Adapted APTRepos node checks for ALT.
2024-08-29 18:52:05 +03:00
* Thu Aug 29 2024 Andrew A. Vasilyev <andy@altlinux.org> 4.2.3-alt1
- 4.2.3
2024-03-29 20:53:31 +03:00
* Fri Mar 29 2024 Andrew A. Vasilyev <andy@altlinux.org> 4.1.5-alt1
- 4.1.5
2024-02-28 23:29:24 +03:00
* Wed Feb 28 2024 Andrew A. Vasilyev <andy@altlinux.org> 4.1.4-alt1
- 4.1.4
2024-02-05 21:13:21 +03:00
* Mon Feb 05 2024 Andrew A. Vasilyev <andy@altlinux.org> 3.7.3-alt1
- 3.7.3
2023-05-25 19:37:13 +03:00
* Thu May 25 2023 Andrew A. Vasilyev <andy@altlinux.org> 3.7.0-alt1
- 3.7.0
- add copyright file
2023-03-27 22:38:30 +03:00
* Mon Mar 27 2023 Andrew A. Vasilyev <andy@altlinux.org> 3.6.4-alt1
- 3.6.4
2023-03-24 16:06:01 +03:00
* Fri Mar 24 2023 Andrew A. Vasilyev <andy@altlinux.org> 3.6.3-alt1
- 3.6.3
2023-03-10 19:09:28 +03:00
* Fri Mar 10 2023 Andrew A. Vasilyev <andy@altlinux.org> 3.5.5-alt1
- 3.5.5
2022-09-28 16:37:50 +03:00
* Wed Sep 28 2022 Andrew A. Vasilyev <andy@altlinux.org> 3.5.1-alt2
- change logo to BaseALT
2022-09-09 20:38:30 +03:00
* Thu Sep 08 2022 Andrew A. Vasilyev <andy@altlinux.org> 3.5.1-alt1
- 3.5.1
- update marked.min.js (ALT #42101)
2022-05-05 22:17:25 +03:00
* Thu May 05 2022 Andrew A. Vasilyev <andy@altlinux.org> 3.4.10-alt1
- 3.4-10
2022-03-06 21:53:16 +03:00
* Sun Mar 06 2022 Alexey Shabalin <shaba@altlinux.org> 3.4.7-alt1
- 3.4-7
2022-02-07 11:50:09 +03:00
* Mon Feb 07 2022 Alexey Shabalin <shaba@altlinux.org> 3.4-alt2
- Add Obsoltes: pve-widget-toolkit.
2022-01-24 03:11:19 +03:00
* Mon Jan 24 2022 Alexey Shabalin <shaba@altlinux.org> 3.4-alt1
- Initial build as separate package.