update to 5.2_1 [release 5.2_1-1mamba;Sat Nov 09 2019]
This commit is contained in:
parent
241a359f94
commit
05bf913d5b
@ -18,7 +18,7 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
|
||||
Name: %{?sitename:%sitename-}phpvirtualbox
|
||||
Version: 5.0_5
|
||||
Version: 5.2_1
|
||||
Release: 1mamba
|
||||
Summary: An open source, AJAX implementation of the VirtualBox user interface written in PHP
|
||||
Group: Applications/Web
|
||||
@ -26,7 +26,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://code.google.com/p/phpvirtualbox/
|
||||
Source: http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-%{pkgver}.zip
|
||||
Source: https://github.com/phpvirtualbox/phpvirtualbox.git/%{pkgver}/phpvirtualbox-%{version}.tar.bz2
|
||||
#Source: http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-%{pkgver}.zip
|
||||
License: GPL
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -50,7 +51,7 @@ aims to perform all VirtualBox administration actions through vboxwebsrv (a SOAP
|
||||
* does not have automatic VM start / stop functionality on system boot / shutdown - this functionality is not provided by the VirtualBox API
|
||||
|
||||
%prep
|
||||
%setup -q -n phpvirtualbox-%{pkgver}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
mv config.php-example config.php
|
||||
@ -130,6 +131,12 @@ fi
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2_1-1mamba
|
||||
- update to 5.2_1
|
||||
|
||||
* Sat Nov 09 2019 Automatic Build System <autodist@mambasoft.it> 5.2_1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 29 2016 Automatic Build System <autodist@mambasoft.it> 5.0_5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user