]> git.pld-linux.org Git - packages/wine.git/commitdiff
- added chpax to BuildRequires wine-20011108-3
authoralchemyx <alchemyx@pld-linux.org>
Mon, 3 Dec 2001 21:26:04 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disabled PAGE_EXEC on wine binary by chpax (now it will work on our patched
  kernels)
- release 3, STB after STBing chpax

Changed files:
    wine.spec -> 1.51

wine.spec

index ec5f71d2f1bbb440eb2e5e93672b56ad4560d1a0..f9ed2b66b18f0bda25365457a857227e2f1655dc 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -4,7 +4,7 @@ Summary(pl):    Program pozwalaj
 Summary(pt_BR):        Executa programas Windows no Linux
 Name:          wine
 Version:       20011108
-Release:       2
+Release:       3
 License:       distributable
 Group:         Applications/Emulators
 Group(de):     Applikationen/Emulators
@@ -23,6 +23,7 @@ BuildRequires:        bison
 BuildRequires: ncurses-devel
 BuildRequires: OpenGL-devel
 BuildRequires:  freetype-devel >= 2.0.5
+BuildRequires: chpax
 Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -144,6 +145,8 @@ vcr=mciviscd.drv
 MPEGVideo=mciqtz.drv
 EOF
 
+chpax -p $RPM_BUILD_ROOT/%{_bindir}/wine
+
 gzip -9nf README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
 
 %post   -p /sbin/ldconfig
This page took 0.978955 seconds and 4 git commands to generate.