require /usr/bin/nc instead of netcat and wine.i586 in x86_64 environment [release 4.2.10-2mamba;Wed Jul 20 2016]
This commit is contained in:
parent
d051147acb
commit
da78765409
@ -1,12 +1,12 @@
|
|||||||
%define oname PlayOnLinux
|
%define oname PlayOnLinux
|
||||||
Name: playonlinux
|
Name: playonlinux
|
||||||
Version: 4.2.10
|
Version: 4.2.10
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Play your Windows games on Linux
|
Summary: Play your Windows games on Linux
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: openmamba WebBuild System <webbuild@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.playonlinux.com/en
|
URL: http://www.playonlinux.com/en
|
||||||
Source: http://www.playonlinux.com/script_files/PlayOnLinux/%{version}/PlayOnLinux_%{version}.tar.gz
|
Source: http://www.playonlinux.com/script_files/PlayOnLinux/%{version}/PlayOnLinux_%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -21,8 +21,12 @@ Requires: cabextract
|
|||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: p7zip
|
Requires: p7zip
|
||||||
Requires: xterm
|
Requires: xterm
|
||||||
Requires: netcat
|
Requires: /usr/bin/nc
|
||||||
|
%ifarch x86_64
|
||||||
|
Requires: wine.i586
|
||||||
|
%else
|
||||||
Requires: wine
|
Requires: wine
|
||||||
|
%endif
|
||||||
Requires: icoutils
|
Requires: icoutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -75,6 +79,9 @@ cp -rf etc/* %{buildroot}%{_sysconfdir}/%{name}/
|
|||||||
%doc LICENCE
|
%doc LICENCE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.10-2mamba
|
||||||
|
- require /usr/bin/nc instead of netcat and wine.i586 in x86_64 environment
|
||||||
|
|
||||||
* Sun Jan 10 2016 Automatic Build System <autodist@mambasoft.it> 4.2.10-1mamba
|
* Sun Jan 10 2016 Automatic Build System <autodist@mambasoft.it> 4.2.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user