/[packages]/cauldron/wine/current/SPECS/wine.spec
ViewVC logotype

Diff of /cauldron/wine/current/SPECS/wine.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 183126 by zezinho, Sat Dec 17 15:30:12 2011 UTC revision 188253 by anssi, Tue Dec 27 22:17:13 2011 UTC
# Line 17  Line 17 
17  # wine64 - all 64-bit files (suggests 'wine32')  # wine64 - all 64-bit files (suggests 'wine32')
18  # - Anssi 07/2010  # - Anssi 07/2010
19    
20    # When altering this, make sure the new wine-gecko is submitted or at least
21    # notify its maintainer of the needed update.
22    %define gecko_version   1.4
23    
24  Name:           wine  Name:           wine
25  Version:        1.3.35  Version:        1.3.35
26  %define pre     0  %define pre     0
# Line 106  be used for porting Win32 code into nati Line 110  be used for porting Win32 code into nati
110  Summary:        WINE Is Not An Emulator - runs MS Windows programs  Summary:        WINE Is Not An Emulator - runs MS Windows programs
111  Group:          Emulators  Group:          Emulators
112  Suggests:       wine32 = %{epoch}:%{version}-%{release}  Suggests:       wine32 = %{epoch}:%{version}-%{release}
113  Suggests:       wine64-gecko  Suggests:       wine64-gecko = %gecko_version
114  %else  %else
115  # on 32-bit we always want wine32 package  # on 32-bit we always want wine32 package
116  Requires:       wine32 = %{epoch}:%{version}-%{release}  Requires:       wine32 = %{epoch}:%{version}-%{release}
# Line 162  Conflicts:     wine64 < 1:1.2-0.rc7.1 Line 166  Conflicts:     wine64 < 1:1.2-0.rc7.1
166  # (Anssi) If wine-gecko is not installed, wine pops up a dialog on first  # (Anssi) If wine-gecko is not installed, wine pops up a dialog on first
167  # start proposing to download wine-gecko from sourceforge, while recommending  # start proposing to download wine-gecko from sourceforge, while recommending
168  # to use distribution packages instead. Therefore suggest wine-gecko here:  # to use distribution packages instead. Therefore suggest wine-gecko here:
169  Suggests:       wine-gecko  Suggests:       wine-gecko = %gecko_version
170    
171  %description -n wine32  %description -n wine32
172  Wine is a program which allows running Microsoft Windows programs  Wine is a program which allows running Microsoft Windows programs
# Line 200  Wine is often updated. Line 204  Wine is often updated.
204  %patch1 -p0 -b .chinese  %patch1 -p0 -b .chinese
205  %patch108 -p1 -b .conf  %patch108 -p1 -b .conf
206    
207    GECKO_VERSION=$(sed -rn 's,^#define\s+GECKO_VERSION\s+"([^"]*)".*$,\1,p' dlls/appwiz.cpl/addons.c)
208    [ "$GECKO_VERSION" = "%gecko_version" ] || { echo wine-gecko version mismatch; exit 1; }
209    
210  %build  %build
211  %ifarch %ix86  %ifarch %ix86
212  # (Anssi 04/2008) bug #39604  # (Anssi 04/2008) bug #39604

Legend:
Removed from v.183126  
changed lines
  Added in v.188253

  ViewVC Help
Powered by ViewVC 1.1.30