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
|
||||
Name: playonlinux
|
||||
Version: 4.2.10
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Play your Windows games on Linux
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: openmamba WebBuild System <webbuild@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.playonlinux.com/en
|
||||
Source: http://www.playonlinux.com/script_files/PlayOnLinux/%{version}/PlayOnLinux_%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -21,8 +21,12 @@ Requires: cabextract
|
||||
Requires: xz
|
||||
Requires: p7zip
|
||||
Requires: xterm
|
||||
Requires: netcat
|
||||
Requires: /usr/bin/nc
|
||||
%ifarch x86_64
|
||||
Requires: wine.i586
|
||||
%else
|
||||
Requires: wine
|
||||
%endif
|
||||
Requires: icoutils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -75,6 +79,9 @@ cp -rf etc/* %{buildroot}%{_sysconfdir}/%{name}/
|
||||
%doc LICENCE
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user