- Initial build as separate package.
This commit is contained in:
Алексей Шабалин 2022-01-24 03:11:19 +03:00
parent 1721f44613
commit c0aeef2595
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,50 @@
%define _unpackaged_files_terminate_build 1
Name: proxmox-widget-toolkit
Summary: ExtJS Helper Classes for Proxmox
Version: 3.4
Release: alt1
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
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
%_datadir/javascript/%name
%files dev
%_datadir/javascript/%name-dev
%changelog
* Mon Jan 24 2022 Alexey Shabalin <shaba@altlinux.org> 3.4-alt1
- Initial build as separate package.

3
.gear/rules Normal file
View File

@ -0,0 +1,3 @@
spec: .gear/proxmox-widget-toolkit.spec
tar: upstream:.
diff: upstream:. . name=@name@-@version@.patch

1
.gear/tags/list Normal file
View File

@ -0,0 +1 @@
0b7346734634ce031c9d2c0ef960a6c04eb8391a upstream