|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%global no64bit 0
|
|
|
|
|
Name: wine
|
|
|
|
|
Version: 1.3.26
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: A Windows 16/32/64 bit emulator
|
|
|
|
|
|
|
|
|
|
Group: Applications/Emulators
|
|
|
|
@ -451,7 +451,7 @@ export CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno
|
|
|
|
|
%configure \
|
|
|
|
|
--sysconfdir=%{_sysconfdir}/wine \
|
|
|
|
|
--x-includes=%{_includedir} --x-libraries=%{_libdir} \
|
|
|
|
|
--with-pulse \
|
|
|
|
|
--without-hal --with-dbus \
|
|
|
|
|
--with-x \
|
|
|
|
|
--without-xinput2 \
|
|
|
|
|
%ifarch x86_64
|
|
|
|
@ -1383,6 +1383,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 23 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
|
|
- 1.3.26-3
|
|
|
|
|
- drop pulse configure option
|
|
|
|
|
- fix f16 build (dbus/hal configure options)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 22 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
|
|
- 1.3.26-2
|
|
|
|
|
- drop pulse patches
|
|
|
|
|