VirtualBox

Changeset 40660 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2012 12:32:38 PM (13 years ago)
Author:
vboxsync
Message:

rpm: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/rpm/rules

    r40545 r40660  
    200200        tar -xjf $(builddir)/bin/VirtualBox.tar.bz2 -C rpm
    201201        sed \
    202           -e 's|%VER%|$(ver)|g' \
    203           -e 's|%NAME%|$(verpkg)|g' \
    204           -e 's|%BUILDVER%|$(rpmver)|g' \
    205           -e 's|%BUILDREL%|$(rpmrel)|g' \
    206           -e 's|%BUILDROOT%|$(current)/rpm/buildroot|g' \
    207           -e 's|%LIB%|$(rpmlib)|g' \
    208           -e 's|%OSE%|$(if $(ose),is_ose,not_ose)|g' \
    209           -e 's|%SPEC%|$(rpmspec)|g' \
    210           -e 's|%MACROSPYTHON%|$(if $(wildcard /usr/lib/rpm/macros.python),%include /usr/lib/rpm/macros.python,)|g' \
    211           -e 's|%INSTMOD%|$(instmod)|g' \
    212           -e 's|%LIBASOUND%|$(if $(filter lib64,$(rpmlib)),libasound.so.2()(64bit),libasound.so.2)|g' \
    213           -e 's|%INITSCRIPTS%|$(if $(filter fedora,$(rpmspec)),initscripts,)|g' \
    214           -e "s|%WEBSVC%|$(if $(NOWEBSVC),false,true)|g" \
    215           -e '/#include installer-common.sh/ {' \
    216           -e "r $(vboxroot)/src/VBox/Installer/linux/installer-common.sh" \
    217           -e 'd' \
    218           -e '}' \
    219            rpm/VirtualBox.tmpl.spec > $(archdir)/VirtualBox.spec
     202            -e 's|%VER%|$(ver)|g' \
     203            -e 's|%NAME%|$(verpkg)|g' \
     204            -e 's|%BUILDVER%|$(rpmver)|g' \
     205            -e 's|%BUILDREL%|$(rpmrel)|g' \
     206            -e 's|%BUILDROOT%|$(current)/rpm/buildroot|g' \
     207            -e 's|%LIB%|$(rpmlib)|g' \
     208            -e 's|%OSE%|$(if $(ose),is_ose,not_ose)|g' \
     209            -e 's|%SPEC%|$(rpmspec)|g' \
     210            -e 's|%MACROSPYTHON%|$(if $(wildcard /usr/lib/rpm/macros.python),%include /usr/lib/rpm/macros.python,)|g' \
     211            -e 's|%INSTMOD%|$(instmod)|g' \
     212            -e 's|%LIBASOUND%|$(if $(filter lib64,$(rpmlib)),libasound.so.2()(64bit),libasound.so.2)|g' \
     213            -e 's|%INITSCRIPTS%|$(if $(filter fedora,$(rpmspec)),initscripts,)|g' \
     214            -e "s|%WEBSVC%|$(if $(NOWEBSVC),false,true)|g" \
     215            -e '/#include installer-common.sh/ {' \
     216            -e "r $(vboxroot)/src/VBox/Installer/linux/installer-common.sh" \
     217            -e 'd' \
     218            -e '}' \
     219            rpm/VirtualBox.tmpl.spec > $(archdir)/VirtualBox.spec
    220220        sed \
    221221            -e 's|%NOLSB%|yes|g' \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette