This commit is contained in:
parent
217b26f38e
commit
ee8c83a931
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:843edd7d3bb5e48928ca5a73a877c6f5e984d7e13e47c3ed539b43023ab82515
|
|
||||||
size 12903071
|
|
3
wine-0.9.51.tar.bz2
Normal file
3
wine-0.9.51.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1788f3f02e95de260e648ce7e9cae41c4628aa67691e1a9e5be200b33a202f18
|
||||||
|
size 13038398
|
18
wine.changes
18
wine.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 14 22:16:13 CET 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
- Upgraded to upstream 0.9.51
|
||||||
|
- A bunch of WinHelp improvements.
|
||||||
|
- Better Japanese font support.
|
||||||
|
- A ton of rpcrt4 fixes.
|
||||||
|
- Several Alsa capture fixes.
|
||||||
|
- Improved support for screen resolution changes.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- Upgraded to upstream 0.9.50
|
||||||
|
- Completed I/O completion.
|
||||||
|
- Improved user credentials management, including Mac Keychain support.
|
||||||
|
- More Valgrinding.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- Updated winetricks
|
||||||
|
- some mono 1.2 fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 10 00:05:10 CET 2007 - meissner@suse.de
|
Sat Nov 10 00:05:10 CET 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
22
wine.spec
22
wine.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wine (Version 0.9.49)
|
# spec file for package wine (Version 0.9.51)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -15,7 +15,7 @@ BuildRequires: alsa-devel audiofile bison capi4linux-devel cups-devel desktop-f
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.9.49
|
Version: 0.9.51
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
Url: http://www.winehq.com
|
Url: http://www.winehq.com
|
||||||
@ -84,6 +84,7 @@ find $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ -type f|xargs chmod ogu+r
|
|||||||
install -d $RPM_BUILD_ROOT/usr/share/applications/
|
install -d $RPM_BUILD_ROOT/usr/share/applications/
|
||||||
install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
|
install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
|
||||||
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
|
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
|
||||||
|
mv $RPM_BUILD_ROOT/%{_mandir}/de.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/de
|
||||||
%fdupes -s $RPM_BUILD_ROOT
|
%fdupes -s $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -106,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/applications/wine.desktop
|
/usr/share/applications/wine.desktop
|
||||||
%doc %{_defaultdocdir}/wine
|
%doc %{_defaultdocdir}/wine
|
||||||
%doc %{_mandir}/*/*
|
%doc %{_mandir}/*/*
|
||||||
|
%doc %{_mandir}/*/*/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -113,7 +115,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/wine/*.def
|
%{_libdir}/wine/*.def
|
||||||
%{_libdir}/wine/*.a
|
%{_libdir}/wine/*.a
|
||||||
/usr/share/aclocal/wine.m4
|
/usr/share/aclocal/wine.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 14 2007 - meissner@suse.de
|
||||||
|
- Upgraded to upstream 0.9.51
|
||||||
|
- A bunch of WinHelp improvements.
|
||||||
|
- Better Japanese font support.
|
||||||
|
- A ton of rpcrt4 fixes.
|
||||||
|
- Several Alsa capture fixes.
|
||||||
|
- Improved support for screen resolution changes.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- Upgraded to upstream 0.9.50
|
||||||
|
- Completed I/O completion.
|
||||||
|
- Improved user credentials management, including Mac Keychain support.
|
||||||
|
- More Valgrinding.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- Updated winetricks
|
||||||
|
- some mono 1.2 fixes
|
||||||
* Sat Nov 10 2007 - meissner@suse.de
|
* Sat Nov 10 2007 - meissner@suse.de
|
||||||
- Upgraded to upstream 0.9.49:
|
- Upgraded to upstream 0.9.49:
|
||||||
- Many copy protection fixes.
|
- Many copy protection fixes.
|
||||||
|
13
winetricks
13
winetricks
@ -56,7 +56,7 @@ usage() {
|
|||||||
echo " mdac28 MDAC 2.8."
|
echo " mdac28 MDAC 2.8."
|
||||||
echo " mfc40"
|
echo " mfc40"
|
||||||
echo " mono11 mono 1.1.13-gtksharp-2.8.2 (deprecated, use 1.2)"
|
echo " mono11 mono 1.1.13-gtksharp-2.8.2 (deprecated, use 1.2)"
|
||||||
echo " mono12 mono 1.2.3.1-gtksharp-2.8.3 (1.2.4 doesn't run hello, world?)"
|
echo " mono12 mono mono-1.2.5.2-gtksharp-2.10.2"
|
||||||
echo " msi2 Microsoft Installer 2.0"
|
echo " msi2 Microsoft Installer 2.0"
|
||||||
echo " msxml3 (Note: install a bit squidgy; see http://bugs.winehq.org/show_bug.cgi?id=7849)"
|
echo " msxml3 (Note: install a bit squidgy; see http://bugs.winehq.org/show_bug.cgi?id=7849)"
|
||||||
echo " msxml4 (Note: installing this requires fake c: to be named harddrive1!)"
|
echo " msxml4 (Note: installing this requires fake c: to be named harddrive1!)"
|
||||||
@ -412,12 +412,11 @@ _EOF_
|
|||||||
|
|
||||||
load_mono12() {
|
load_mono12() {
|
||||||
# Load Mono, have it handle all .net requests
|
# Load Mono, have it handle all .net requests
|
||||||
# Note: 1.2.4 appears to be broken, it can't run anything at all on wine? So use 1.2.3.1
|
download ftp://www.go-mono.com/archive/1.2.5.2/windows-installer/0/mono-1.2.5.2-gtksharp-2.10.2-win32-0.exe 58fc6b9e7bedc9110c2e8f0864c39c8335f34533
|
||||||
download ftp://www.go-mono.com/archive/1.2.3.1/windows-installer/0/mono-1.2.3.1-gtksharp-2.8.3-win32-0.exe a393d9290ef1b7a991ff0d5d0f8acececa07adf1
|
|
||||||
# Anyone know how to get it to do a silent install?
|
# Anyone know how to get it to do a silent install?
|
||||||
try $WINE $WINETRICKS_CACHE/mono-1.2.3.1-gtksharp-2.8.3-win32-0.exe
|
try $WINE $WINETRICKS_CACHE/mono-1.2.5.2-gtksharp-2.10.2-win32-0.exe
|
||||||
|
|
||||||
cat > $WINETRICKS_TMP/mono_1.2.3.reg <<_EOF_
|
cat > $WINETRICKS_TMP/mono_1.2.reg <<_EOF_
|
||||||
REGEDIT4
|
REGEDIT4
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727]
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727]
|
||||||
@ -427,8 +426,8 @@ REGEDIT4
|
|||||||
[HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\policy\v2.0]
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\policy\v2.0]
|
||||||
"4322"="3706-4322"
|
"4322"="3706-4322"
|
||||||
_EOF_
|
_EOF_
|
||||||
try $WINE regedit $WINETRICKS_TMP/mono_1.2.3.reg
|
try $WINE regedit $WINETRICKS_TMP/mono_1.2.reg
|
||||||
rm -f $WINETRICKS_TMP/mono_1.2.3.reg
|
rm -f $WINETRICKS_TMP/mono_1.2.reg
|
||||||
}
|
}
|
||||||
|
|
||||||
#----------------------------------------------------------------
|
#----------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user