home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / usr / lib / rpm / i686-linux / macros
Text File  |  2006-11-29  |  3KB  |  88 lines

  1. # Per-platform rpm configuration file.
  2.  
  3. #==============================================================================
  4. # ---- per-platform macros.
  5. #
  6. %_arch            i386
  7. %_vendor        suse
  8. %_os            linux
  9. %_gnu            -gnu
  10. %_target_platform    %{_target_cpu}-%{_vendor}-%{_target_os}
  11. %optflags        -O2 -g -m32 -march=i686 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2
  12.  
  13. #==============================================================================
  14. # ---- configure macros.
  15. #
  16. %_prefix        /usr
  17. %_exec_prefix        %{_prefix}
  18. %_bindir        %{_exec_prefix}/bin
  19. %_sbindir        %{_exec_prefix}/sbin
  20. %_libexecdir        %{_libdir}
  21. %_datadir        %{_prefix}/share
  22. %_sysconfdir        /etc
  23. %_sharedstatedir    %{_prefix}/com
  24. %_localstatedir        /var
  25. %_lib            lib
  26. %_libdir        %{_exec_prefix}/%{_lib}
  27. %_includedir        %{_prefix}/include
  28. %_oldincludedir        /usr/include
  29. %_infodir        /usr/share/info
  30. %_mandir        /usr/share/man
  31. %_initrddir        %{_sysconfdir}/init.d
  32.  
  33. %_defaultdocdir        %{_usr}/share/doc
  34.  
  35. %_smp_mflags %([ -z "$RPM_BUILD_NCPUS" ] \\\
  36.     && RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\
  37.     [ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-j$RPM_BUILD_NCPUS")
  38.  
  39. #---------------------------------------------------------------------
  40. #    Multilibs
  41. %_multilibno        1
  42. %_multilibpatt        (/%{_lib}|/usr/%{_lib}(|/gconv)|/usr/local/%{_lib}|/usr/X11R6/%{_lib}|/opt/%{_lib})/[^/]*\\.([oa]|la|so[0-9.]*)$
  43.  
  44. #==============================================================================
  45. # ---- Build policy macros.
  46. #
  47. #---------------------------------------------------------------------
  48. #    Expanded at end of %install scriptlet.
  49. #
  50.  
  51. %__arch_install_post   %{nil}
  52.  
  53. %__os_install_post    \
  54.     /usr/lib/rpm/brp-compress \
  55.     /usr/lib/rpm/brp-strip \
  56.     /usr/lib/rpm/brp-strip-static-archive \
  57.     /usr/lib/rpm/brp-strip-comment-note \
  58. %{nil}
  59.  
  60. %__spec_install_post\
  61.     %{?__debug_package:%{__debug_install_post}}\
  62.     %{__arch_install_post}\
  63.     %{__os_install_post}\
  64. %{nil}
  65.  
  66.  
  67.  
  68.  
  69.  
  70. #---------------------------------------------------------------------
  71. #        Expanded at end of %prep
  72. #
  73. %__id_u          %{__id} -u
  74. %__chown_Rhf     %{__chown} -Rhf
  75. %__chgrp_Rhf     %{__chgrp} -Rhf
  76. %_fixowner       [ `%{__id_u}` = '0' ] && %{__chown_Rhf} root
  77. %_fixgroup       [ `%{__id_u}` = '0' ] && %{__chgrp_Rhf} root
  78. %_fixperms       %{__chmod} -Rf a+rX,u+w,g-w,o-w
  79.  
  80. #---------------------------------------------------------------------
  81. #        Expanded at start of %build
  82. #
  83. %__spec_build_pre %{___build_pre}\
  84. %{?buildroot:  %__rm -rf "$RPM_BUILD_ROOT"\
  85.   %__mkdir_p `dirname "$RPM_BUILD_ROOT"`\
  86.   %__mkdir "$RPM_BUILD_ROOT"\
  87. }
  88.