]> git.pld-linux.org Git - packages/wine.git/blobdiff - wine.spec
- cdrom-segv patch is obsolete
[packages/wine.git] / wine.spec
index f71b1e3047f9b7bb8caa6f5593c106679e61330e..1f4f8cb253ead0e929624bb601a88b489d8d4654 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -12,12 +12,12 @@ Summary(es):        Ejecuta programas Windows en Linux
 Summary(pl):   Program pozwalajĀ±cy uruchamiaƦ aplikacje Windows
 Summary(pt_BR):        Executa programas Windows no Linux
 Name:          wine
-Version:       20030709
-Release:       0.1
+Version:       20031016
+Release:       1
 License:       GPL
 Group:         Applications/Emulators
-Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
-# Source0-md5: c26e151ecd49545afd5b15c1a4d726cc
+Source0:       http://dl.sf.net/wine/Wine-%{version}.tar.gz
+# Source0-md5: 67eed2fb7a86d805ec8fc4bcf7a04254
 Source1:       %{name}.init
 Source2:       %{name}.reg
 Source3:       %{name}.systemreg
@@ -28,6 +28,8 @@ Patch2:               %{name}-ncurses.patch
 Patch3:                %{name}-ac-ksh.patch
 Patch4:                %{name}-binutils.patch
 Patch5:                %{name}-makedep.patch
+Patch6:                %{name}-dga.patch
+Patch7:                %{name}-winebuild.patch
 URL:           http://www.winehq.com/
 BuildRequires: OpenGL-devel
 BuildRequires: XFree86-devel
@@ -141,6 +143,8 @@ Dokumentacja Wine w formacie PDF.
 %patch3 -p1
 %patch4 -p0
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 # turn off compilation of some tools
 #sed -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in > .tmp
@@ -153,12 +157,11 @@ mv -f .tmp programs/Makefile.in
 CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
 CFLAGS="%{rpmcflags} $CPPFLAGS"
 %configure \
-%{!?debug:     --disable-debug} \
-%{!?debug:     --disable-trace} \
+       %{!?debug:--disable-debug} \
+       %{!?debug:--disable-trace} \
        --enable-curses \
        --enable-opengl \
        --with-x
-
 %{__make} depend
 %{__make}
 %{__make} -C programs
@@ -247,7 +250,7 @@ for f in *.so; do
        echo "%attr(755,root,root) %{_libdir}/wine/$f" >>$BZZZ/files.so
 done
 cd -
-for p in $programs; do 
+for p in $programs; do
        echo "%attr(755,root,root) %{_bindir}/$p" >> files.programs
        echo "%attr(755,root,root) %{_libdir}/wine/$p.exe.so" >> files.programs
        grep -v "$p\.exe\.so$" files.so > files.so.
@@ -277,7 +280,7 @@ fi
 %files -f files.so
 %defattr(644,root,root,755)
 %doc README DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
-%doc documentation/{samples,status}
+%doc documentation/samples
 %if %{with html_docs}
 %doc documentation/wine-{faq,user}
 %endif
This page took 0.067619 seconds and 4 git commands to generate.