Author: pascalek Date: Fri Sep 21 23:15:24 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - Relase 0.2; just a desktop file
---- Files affected: SPECS: VirtualBox.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/VirtualBox.spec diff -u SPECS/VirtualBox.spec:1.21 SPECS/VirtualBox.spec:1.22 --- SPECS/VirtualBox.spec:1.21 Fri Sep 21 23:27:24 2007 +++ SPECS/VirtualBox.spec Sat Sep 22 01:15:19 2007 @@ -18,7 +18,7 @@ %bcond_without kernel # don't build kernel module %bcond_without userspace # don't build userspace package -%define _rel 0.1 +%define _rel 0.2 Summary: VirtualBox - x86 hardware virtualizer Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86 @@ -32,6 +32,7 @@ Source1: virtualbox.init Source2: http://www.virtualbox.org/download/UserManual.pdf # Source2-md5: 2e5458bd5b4b9acd18cc86866e8a7284 +Source3: %{name}.desktop Patch0: %{name}-configure.patch Patch1: %{name}-qt-paths.patch URL: http://www.virtualbox.org/ @@ -208,7 +209,7 @@ %if %{with userspace} install -d \ - $RPM_BUILD_ROOT%{_bindir} \ + $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir}} \ $RPM_BUILD_ROOT%{_libdir}/VirtualBox \ $RPM_BUILD_ROOT/etc/rc.d/init.d @@ -224,6 +225,9 @@ cp -a out/linux.%{_outdir}/release/bin/components $RPM_BUILD_ROOT%{_libdir}/VirtualBox install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/virtualbox + +install ./out/linux.x86/release/bin/VBox.png $RPM_BUILD_ROOT%{_pixmapsdir}/VBox.png +install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop %endif %if %{with kernel} @@ -270,6 +274,8 @@ %dir %{_libdir}/VirtualBox/components %{_libdir}/VirtualBox/components/* %attr(754,root,root) /etc/rc.d/init.d/virtualbox +%{_pixmapsdir}/VBox.png +%{_desktopdir}/%{name}.desktop %endif %if %{with kernel} @@ -284,6 +290,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2007/09/21 23:15:19 pascalek +- Relase 0.2; just a desktop file + Revision 1.21 2007/09/21 21:27:24 pascalek - fast update to 1.5.0 (works fine for me) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
