Author: glen Date: Mon May 5 14:31:11 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add uninstaller desktop entry; rel 2
---- Files affected: SPECS: wine.spec (1.313 -> 1.314) ---- Diffs: ================================================================ Index: SPECS/wine.spec diff -u SPECS/wine.spec:1.313 SPECS/wine.spec:1.314 --- SPECS/wine.spec:1.313 Sat May 3 23:37:33 2008 +++ SPECS/wine.spec Mon May 5 16:31:05 2008 @@ -32,18 +32,19 @@ Summary(pt_BR.UTF-8): Executa programas Windows no Linux Name: wine Version: 0.9.61 -Release: 1 +Release: 2 Epoch: 1 License: LGPL Group: Applications/Emulators Source0: http://dl.sourceforge.net/wine/%{name}-%{version}.tar.bz2 # Source0-md5: d01518d529903dca013da592113bd995 +Source1: %{name}-uninstaller.desktop Patch0: %{name}-fontcache.patch Patch1: %{name}-makedep.patch Patch2: %{name}-ncurses.patch Patch3: %{name}-bug9177_workaround.patch Patch4: %{name}-disable-valgrind.patch -#PatchX: %{name}-dga.patch +#PatchX: %{name}-dga.patch URL: http://www.winehq.org/ BuildRequires: OpenGL-GLU-devel %{?with_alsa:BuildRequires: alsa-lib-devel} @@ -258,7 +259,6 @@ %{__make} depend %{__make} %{__make} -C programs -#%{__make} -C programs/regapi %install rm -rf $RPM_BUILD_ROOT @@ -273,7 +273,6 @@ install tools/fnt2bdf $RPM_BUILD_ROOT%{_bindir} install aclocal.m4 $RPM_BUILD_ROOT%{_aclocaldir}/wine.m4 -#mv -f $RPM_BUILD_ROOT{/usr/X11R6/share/aclocal,%{_aclocaldir}}/wine.m4 install -d \ $RPM_BUILD_ROOT%{_winedir}/windows/{system,Desktop,Favorites,Fonts} \ @@ -286,7 +285,7 @@ touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{shell.dll,shell32.dll} touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{winsock.dll,wsock32.dll} -cat >$RPM_BUILD_ROOT%{_winedir}/windows/system.ini <<EOF +cat > $RPM_BUILD_ROOT%{_winedir}/windows/system.ini <<'EOF' [mci] cdaudio=mcicda.drv sequencer=mciseq.drv @@ -336,6 +335,10 @@ mv -f files.so. files.so done +install -d $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install programs/winetest/winetest.svg $RPM_BUILD_ROOT%{_pixmapsdir}/wine.svg + %clean rm -rf $RPM_BUILD_ROOT @@ -384,6 +387,8 @@ %{_mandir}/man1/wineserver.1* %{_winedir} %{_desktopdir}/wine.desktop +%{_desktopdir}/wine-uninstaller.desktop +%{_pixmapsdir}/wine.svg %files programs -f files.programs %defattr(644,root,root,755) @@ -469,6 +474,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.314 2008-05-05 14:31:05 glen +- add uninstaller desktop entry; rel 2 + Revision 1.313 2008-05-03 21:37:33 cactus - up to 0.9.61 @@ -823,7 +831,7 @@ - 20050524 Revision 1.202 2005/05/09 15:58:52 luzik - - added bcond with d3d9(that patch freez my desktop) +- added bcond with d3d9(that patch freez my desktop) Revision 1.201 2005/04/22 19:35:05 averne - fixed d3d9 patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine.spec?r1=1.313&r2=1.314&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
