VirtualBox-OSE.spec,1.84,1.85, indentation and rename to VirtualBox

Sérgio Basto sergio at serjux.com
Sun Jan 1 19:01:21 CET 2012


On Sun, 2012-01-01 at 12:42 +0100, Nicolas Chauvet wrote: 
> Author: kwizart
> 
> Update of /cvs/free/rpms/VirtualBox-OSE/devel
> In directory se02.es.rpmfusion.net:/tmp/cvs-serv3904/devel
> 
> Modified Files:
> 	VirtualBox-OSE.spec 
> Log Message:
> Fix with install -D 
> 
> 
> 
> Index: VirtualBox-OSE.spec
> ===================================================================
> RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
> retrieving revision 1.84
> retrieving revision 1.85
> diff -u -r1.84 -r1.85
> --- VirtualBox-OSE.spec	1 Jan 2012 10:45:38 -0000	1.84
> +++ VirtualBox-OSE.spec	1 Jan 2012 11:41:31 -0000	1.85
> @@ -326,7 +326,7 @@
>  	$RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-vboxvideo.conf
>  
>  install -m 0755 -D %{SOURCE10} \
> -	$RPM_BUILD_ROOT%{_initrddir}/
> +	$RPM_BUILD_ROOT%{_initrddir}/vboxweb-service

install -m 0755 -D %{SOURCE10} $RPM_BUILD_ROOT%{_initrddir}/%{SOURCE10}
is more logic for me.
About indentation , I use coding style my tabs have 4 spaces. 
:vim  set expandtab set softtabstop=4 set ts=4 set sw=4

so all .spec have a mixed with really tabs with tabs expands in spaces.
and I don't know what to do about.

About rename to VirtualBox
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1826

may I just change .spec
Name:       VirtualBox-OSE 
to 
Name:       VirtualBox
and keep same cvs locations ? 

happy new year!,
-- 
Sérgio M. B.



More information about the rpmfusion-developers mailing list