fix version requirement for VirtualBox-web [release 6.1.20210127git.cf82d58-2mamba;Sat Feb 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 10:04:14 +01:00
parent 05bf913d5b
commit ffa689f614

View File

@ -14,31 +14,30 @@
%define theme_Paradice_version %{theme_version}a %define theme_Paradice_version %{theme_version}a
%define theme_Verysmall_version %{theme_version}a %define theme_Verysmall_version %{theme_version}a
%define majver %(echo %version | cut -d_ -f1) %define majver %(echo %version | cut -d. -f1-2)
%define pkgver %(echo %version | tr _ -) %define pkgver %(echo %version | tr _ -)
%define gittag %(echo %version | cut -d. -f4)
Name: %{?sitename:%sitename-}phpvirtualbox Name: %{?sitename:%sitename-}phpvirtualbox
Version: 5.2_1 Version: 6.1.20210127git.cf82d58
Release: 1mamba Release: 2mamba
Summary: An open source, AJAX implementation of the VirtualBox user interface written in PHP Summary: An open source, AJAX implementation of the VirtualBox user interface written in PHP
Group: Applications/Web Group: Applications/Web
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://code.google.com/p/phpvirtualbox/ URL: https://github.com/phpvirtualbox/phpvirtualbox
Source: https://github.com/phpvirtualbox/phpvirtualbox.git/%{pkgver}/phpvirtualbox-%{version}.tar.bz2 Source: https://github.com/phpvirtualbox/phpvirtualbox.git/master@%{gittag}/phpvirtualbox-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-%{pkgver}.zip
License: GPL License: GPL
BuildArch: noarch BuildArch: noarch
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: apache #BuildRequires: apache
Requires(post):apache-mod_php >= 4.3 #Requires(post):apache-mod_php >= 4.3
Requires: php-mysql Requires: php-mysql
Requires: mysql > 4.1.1 #Requires: mysql > 4.1.1
Requires: VirtualBox-web >= %{majver} Requires: VirtualBox-web >= %{majver}
Requires(pre): php Requires(pre): php
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances. Much of its verbage and some of its code is based on the (inactive) vboxweb project. phpVirtualBox was designed to allow users to administer VirtualBox in a headless environment - mirroring the VirtualBox GUI through its web interface. An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a modern web interface, it allows you to access and control remote VirtualBox instances. Much of its verbage and some of its code is based on the (inactive) vboxweb project. phpVirtualBox was designed to allow users to administer VirtualBox in a headless environment - mirroring the VirtualBox GUI through its web interface.
@ -131,6 +130,12 @@ fi
%doc LICENSE.txt %doc LICENSE.txt
%changelog %changelog
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.20210127git.cf82d58-2mamba
- fix version requirement for VirtualBox-web
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.20210127git.cf82d58-1mamba
- update to 6.1.20210127git.cf82d58
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2_1-1mamba * Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2_1-1mamba
- update to 5.2_1 - update to 5.2_1