mirror of
https://abf.rosa.ru/djam/wine.git
synced 2025-02-23 22:32:47 +00:00
Drop beta-related parts from spec, we don't need beta
This commit is contained in:
parent
66446c135e
commit
2a03611f52
1 changed files with 3 additions and 13 deletions
16
wine.spec
16
wine.spec
|
@ -5,11 +5,11 @@
|
|||
%define wine wine
|
||||
%define mark64 %{nil}
|
||||
%endif
|
||||
|
||||
%define major 1
|
||||
%define lib_name_orig lib%{name}
|
||||
%define libname %mklibname %{name} %{major}
|
||||
%define devname %{mklibname -d wine}
|
||||
%define beta %nil
|
||||
|
||||
# On 32-bit we have
|
||||
# wine32 - those 32-bit binaries that are also used on 64-bit for 32-bit support
|
||||
|
@ -21,15 +21,9 @@
|
|||
Name: wine
|
||||
#(peroyvind): please do backports for new versions
|
||||
Version: 1.7.10
|
||||
%if "%beta" != ""
|
||||
Release: 0.%beta.1
|
||||
Source0: http://mirrors.ibiblio.org/wine/source/%(echo %version |cut -d. -f1-2)/%{name}-%{version}-%beta.tar.bz2
|
||||
Source1: http://mirrors.ibiblio.org/wine/source/%(echo %version |cut -d. -f1-2)/%{name}-%{version}-%beta.tar.bz2.sign
|
||||
%else
|
||||
Release: 2
|
||||
Source0: http://mirrors.ibiblio.org/wine/source/%(echo %version |cut -d. -f1-2)/%{name}-%{version}.tar.bz2
|
||||
Source1: http://mirrors.ibiblio.org/wine/source/%(echo %version |cut -d. -f1-2)/%{name}-%{version}.tar.bz2.sign
|
||||
%endif
|
||||
Source0: http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.bz2
|
||||
Source1: http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.bz2.sign
|
||||
Epoch: 2
|
||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||
License: LGPLv2+
|
||||
|
@ -240,11 +234,7 @@ develop programs which make use of wine.
|
|||
Wine is often updated.
|
||||
|
||||
%prep
|
||||
%if "%beta" != ""
|
||||
%setup -q -n %name-%version-%beta
|
||||
%else
|
||||
%setup -q
|
||||
%endif
|
||||
%patch108 -p1 -b .conf
|
||||
%patch200 -p1
|
||||
sed -i 's,@MDKVERSION@,%{mdkversion},' dlls/ntdll/server.c
|
||||
|
|
Loading…
Add table
Reference in a new issue