|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables
|
|
|
|
|
|
|
|
|
|
Name: wine
|
|
|
|
|
Version: 0.9.30
|
|
|
|
|
Version: 0.9.31
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A Windows 16/32/64 bit emulator
|
|
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ Group: Applications/Emulators
|
|
|
|
|
License: LGPL
|
|
|
|
|
URL: http://www.winehq.org/
|
|
|
|
|
# special fedora tarball without winemp3 stuff
|
|
|
|
|
Source0: wine-0.9.30-fe.tar.bz2
|
|
|
|
|
Source0: wine-0.9.31-fe.tar.bz2
|
|
|
|
|
Source1: wine.init
|
|
|
|
|
Source3: wine-README-Fedora
|
|
|
|
|
Source4: wine-32.conf
|
|
|
|
@ -387,6 +387,7 @@ update-desktop-database &>/dev/null || :
|
|
|
|
|
%{_libdir}/wine/avicap32.dll.so
|
|
|
|
|
%{_libdir}/wine/avifil32.dll.so
|
|
|
|
|
%{_libdir}/wine/avifile.dll16
|
|
|
|
|
%{_libdir}/wine/browseui.dll.so
|
|
|
|
|
%{_libdir}/wine/cabinet.dll.so
|
|
|
|
|
%{_libdir}/wine/cards.dll.so
|
|
|
|
|
%{_libdir}/wine/cfgmgr32.dll.so
|
|
|
|
@ -713,6 +714,10 @@ update-desktop-database &>/dev/null || :
|
|
|
|
|
%{_libdir}/wine/*.def
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 17 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
|
|
0.9.31-1
|
|
|
|
|
- version upgrade
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
|
|
0.9.30-1
|
|
|
|
|
- version upgrade
|
|
|
|
|