--- rpms/phpvirtualbox/contribs10/phpvirtualbox.spec 2022/08/16 03:58:38 1.1 +++ rpms/phpvirtualbox/contribs10/phpvirtualbox.spec 2022/10/18 08:52:21 1.4 @@ -1,6 +1,6 @@ %define name phpvirtualbox %define version 5.2.1 -%define release 1 +%define release 2 %define rpmver 5.2.1 Summary: smserver rpm to install phpvirtualbox Name: %{name} @@ -14,13 +14,16 @@ BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} BuildArchitectures: noarch BuildRequires: e-smith-devtools -Requires: e-smith-release >= 8.0 +Requires: e-smith-release >= 10.0 AutoReqProv: no %description smserver rpm to install phpvirtualbox %changelog +* Tue Oct 18 2022 Trevor batley 5.2.1-2.sme +- change install diretory to /opt + * Tue Aug 16 2022 Jean-Philipe Pialasse 5.2.1-1.sme - import to SME 10 - upstream upgrade 5.2-1 @@ -69,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT (find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist -echo "%doc COPYING" >> %{name}-%{version}-filelist +#echo "%doc COPYING" >> %{name}-%{version}-filelist %clean cd ..