Hi!
[tools/librpm-tizen.git] / platform.in
1 # Per-platform rpm configuration file.
2
3 #==============================================================================
4 # ---- per-platform macros.
5 #
6 %_arch                  @RPMRC_ARCH@
7 %_vendor                @RPMCANONVENDOR@
8 %_os                    @RPMCANONOS@
9 %_target_platform       %{_target_cpu}-%{_vendor}-%{_target_os}
10 %optflags               @RPMRC_OPTFLAGS@
11
12 #==============================================================================
13 # ---- configure macros.
14 #
15 %_prefix                @prefix@
16 %_exec_prefix           @exec_prefix@
17 %_bindir                @bindir@
18 %_sbindir               @sbindir@
19 %_libexecdir            @libexecdir@
20 %_datadir               @datadir@
21 %_sysconfdir            @sysconfdir@
22 %_sharedstatedir        @sharedstatedir@
23 %_localstatedir         @localstatedir@
24 %_lib                   @LIB@
25 %_libdir                @LIBDIR@
26 %_includedir            @includedir@
27 %_oldincludedir         @oldincludedir@
28 %_infodir               @infodir@
29 %_mandir                @mandir@
30
31 #==============================================================================
32 # ---- Build policy macros.
33 #
34 #------------------------------------------------------------------------
35 #       Expanded at end of %install
36 #
37 %__arch_install_post   @ARCH_INSTALL_POST@
38 %__os_install_post     %{___build_post}
39 %__spec_install_post\
40      %{__arch_install_post}\
41      %{__os_install_post}\
42 %{nil}
43 #------------------------------------------------------------------------
44 #       Expanded at end of %prep
45 #
46 %__id_u                 @__ID_U@
47 %__chown_Rhf            @__CHOWN_RHF@
48 %__chgrp_Rhf            @__CHGRP_RHF@
49 %_fixowner              [ `%{__id_u}` = '0' ] && %{__chown_Rhf} root
50 %_fixgroup              [ `%{__id_u}` = '0' ] && %{__chgrp_Rhf} @ROOT_GROUP@
51 %_fixperms              %{__chmod} -Rf @FIXPERMS@