|
@@ -22,8 +22,8 @@
|
|
|
##
|
|
##
|
|
|
|
|
|
|
|
# package version
|
|
# package version
|
|
|
-%define V_opkg 1.0rc1
|
|
|
|
|
-%define V_dist 1.0-rc1
|
|
|
|
|
|
|
+%define V_opkg 1.0rc5
|
|
|
|
|
+%define V_dist 1.0-rc5
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
|
Name: wine
|
|
Name: wine
|
|
@@ -36,7 +36,7 @@ Class: EVAL
|
|
|
Group: XWindow
|
|
Group: XWindow
|
|
|
License: LGPL
|
|
License: LGPL
|
|
|
Version: %{V_opkg}
|
|
Version: %{V_opkg}
|
|
|
-Release: 20080510
|
|
|
|
|
|
|
+Release: 20080614
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{V_dist}.tar.bz2
|
|
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{V_dist}.tar.bz2
|
|
@@ -91,6 +91,7 @@ AutoReqProv: no
|
|
|
./configure \
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
--prefix=%{l_prefix} \
|
|
|
--mandir=%{l_prefix}/man \
|
|
--mandir=%{l_prefix}/man \
|
|
|
|
|
+ --without-freetype \
|
|
|
--disable-trace \
|
|
--disable-trace \
|
|
|
--disable-debug || true
|
|
--disable-debug || true
|
|
|
|
|
|