Author: rotom Date: Sat Apr 14 12:49:40 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.9.35 - The broken aRts sound driver has been removed for good.
---- Files affected: SPECS: wine.spec (1.272 -> 1.273) ---- Diffs: ================================================================ Index: SPECS/wine.spec diff -u SPECS/wine.spec:1.272 SPECS/wine.spec:1.273 --- SPECS/wine.spec:1.272 Sat Mar 31 13:56:20 2007 +++ SPECS/wine.spec Sat Apr 14 14:49:35 2007 @@ -2,7 +2,6 @@ # # Conditional build: %bcond_without alsa # don't build ALSA mm driver -%bcond_without arts # don't build aRts mm driver %bcond_without jack # don't build JACK mm driver %bcond_without nas # don't build NAS mm driver %bcond_without sane # don't build TWAIN DLL with scanning support (through SANE) @@ -28,13 +27,13 @@ Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows Summary(pt_BR.UTF-8): Executa programas Windows no Linux Name: wine -Version: 0.9.34 +Version: 0.9.35 Release: 1 Epoch: 1 License: LGPL Group: Applications/Emulators Source0: http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2 -# Source0-md5: 0a06628d3be8f3b28a263f9f5f2c66bc +# Source0-md5: 6ea350e5784bd47843b3af950f6ab33b Patch0: %{name}-fontcache.patch Patch1: %{name}-makedep.patch Patch2: %{name}-ncurses.patch @@ -195,18 +194,6 @@ %description drv-alsa -l pl.UTF-8 Sterownik ALSA dla implementacji mm.dll (systemu multimediów) w Wine. -%package drv-arts -Summary: aRts driver for WINE mm.dll implementation -Summary(pl.UTF-8): Sterownik aRts dla implementacji mm.dll w Wine -Group: Applications/Emulators -Requires: %{name} = %{epoch}:%{version}-%{release} - -%description drv-arts -aRts driver for WINE mm.dll (multimedia system) implementation. - -%description drv-arts -l pl.UTF-8 -Sterownik aRts dla implementacji mm.dll (systemu multimediów) w Wine. - %package drv-jack Summary: JACK driver for WINE mm.dll implementation Summary(pl.UTF-8): Sterownik JACK-a dla implementacji mm.dll w Wine @@ -321,7 +308,7 @@ cd $RPM_BUILD_ROOT%{_libdir}/wine for f in *.so; do case $f in - d3d8.dll.so|d3d9.dll.so|d3dx8.dll.so|glu32.dll.so|opengl32.dll.so|sane.ds.so|twain.dll.so|twain_32.dll.so|winealsa.drv.so|winearts.drv.so|winejack.drv.so|winenas.drv.so) + d3d8.dll.so|d3d9.dll.so|d3dx8.dll.so|glu32.dll.so|opengl32.dll.so|sane.ds.so|twain.dll.so|twain_32.dll.so|winealsa.drv.so|winejack.drv.so|winenas.drv.so) ;; *) echo "%attr(755,root,root) %{_libdir}/wine/$f" >>$BZZZ/files.so @@ -441,12 +428,6 @@ %attr(755,root,root) %{_libdir}/wine/winealsa.drv.so %endif -%if %{with arts} -%files drv-arts -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/wine/winearts.drv.so -%endif - %if %{with jack} %files drv-jack %defattr(644,root,root,755) @@ -470,6 +451,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.273 2007/04/14 12:49:35 rotom +- up to 0.9.35 +- The broken aRts sound driver has been removed for good. + Revision 1.272 2007/03/31 11:56:20 qboosh - Obsoletes for old wine-doc-pdf package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/wine.spec?r1=1.272&r2=1.273&f=u _______________________________________________ pld-cvs-commit mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
