OBS User unknown
2008-05-24 09:28:41 +00:00
committed by Git OBS Bridge
parent 0c70bd4e25
commit ecca4191fc
7 changed files with 377 additions and 290 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package wine (Version 0.9.62_aka_1.0.rc1)
# spec file for package wine (Version 0.9.63_aka_1.0.rc2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,16 +16,14 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils
License: LGPL v2.1 or later
Group: System/Emulators/PC
AutoReqProv: on
Version: 0.9.62_aka_1.0.rc1
Release: 4
Version: 0.9.63_aka_1.0.rc2
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
Source0: wine-%version.tar.bz2
Source1: http://kegel.com/wine/winetricks
Source3: README.SuSE
Source4: wine.desktop
Patch: winegcc-m32.aptch
Patch1: wine-dsound-notify.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -58,8 +56,6 @@ libraries.
%prep
%setup -q
%patch
%patch1
#
cp %{S:3} .
#
@@ -97,11 +93,9 @@ mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%post -p /sbin/ldconfig
%postun
%run_ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@@ -124,6 +118,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/aclocal/wine.m4
%changelog
* Fri May 23 2008 meissner@suse.de
- Upgraded to upstream 1.0-rc2 (labeled 0.9.63_aka_1.0.rc2
to avoid update problems to 1.0)
- Bug fixes only, we are in code freeze.
- merged in ulis fixes into local GIT
- updated to current winetricks
- directx9 downloader (for the helper dlls)
- bugfixes
- mfc42 alias
* Fri May 16 2008 uli@suse.de
- always use -m32/--32/-m elf_i386, even on x86 (allows x86
devel tools to work on AMD64)