]> git.pld-linux.org Git - packages/rpm.git/blob - macros.pld.in
Merge branch 'master' of git://git.pld-linux.org/packages/rpm
[packages/rpm.git] / macros.pld.in
1 # PLD Linux rpm macros
2 # vim:ft=spec
3
4 %distribution           PLD Linux
5 %vendor                 pld
6 %bugurl                 http://bugs.pld-linux.org/
7 %disturl                http://www.pld-linux.org/
8 %pld_release            th
9
10 #
11 # Per-platform rpm configuration file.
12
13 #==============================================================================
14 # ---- per-platform macros.
15 #
16 %_vendor                pld
17 %_os                    linux
18 %_target_platform       %{_target_cpu}-%{_vendor}-%{_target_os}
19
20 #==============================================================================
21 # ---- configure macros.  note that most of these are inherited
22 #      from the defaults.
23 #
24 %_prefix                /usr
25 %_exec_prefix           %{_prefix}
26 %_bindir                %{_exec_prefix}/bin
27 %_sbindir               %{_exec_prefix}/sbin
28 %_libexecdir            %{_exec_prefix}/%{_lib}
29 %_datadir               %{_prefix}/share
30 %_sysconfdir            %{_prefix}/etc
31 %_sharedstatedir        /var/lib
32 %_localstatedir         /var
33 %_libdir                %{_exec_prefix}/%{_lib}
34 %_includedir            %{_prefix}/include
35 %_oldincludedir         /usr/include
36 %_infodir               %{_prefix}/share/info
37 %_mandir                %{_prefix}/share/man
38 %_initrddir             %{_sysconfdir}/rc.d/init.d
39 %_sysconfdir            /etc
40
41 %_defaultdocdir         %{_usr}/share/doc
42
43 %_fmoddir               %{_libdir}/gfortran/modules
44
45 # Executed at after copying %doc to DOCDIR, with $DOCDIR set
46 %__compress_doc         @prefix@/lib/rpm/compress-doc%{?_noautocompressdoc: --noautocompressdoc='%{_noautocompressdoc}'}
47
48 %__os_install_post \
49 %{?ifnarch noarch:\
50 %{__spec_install_post_strip}\
51 %{__spec_install_post_chrpath}\
52 %{__spec_install_post_compress_modules}\
53 %{__spec_install_post_check_so}\
54 %endif}\
55 %{__spec_install_post_check_tmpfiles}\
56 %{__spec_install_post_compress_docs}\
57 %{__spec_install_post_py_hardlink}\
58 %{__spec_install_post_perl_clean}\
59 %{__arch_install_post}\
60 %{nil}
61
62 %__spec_install_post\
63 %{expand:%%define __sip_%{?_enable_debug_packages} 1}%{?__sip_1:%{?__debug_package:%{__debug_install_post}}}%{expand:%%undefine __sip_%{?_enable_debug_packages}}\
64 %{__arch_install_post}\
65 %{__os_install_post}\
66 %{nil}
67
68 #---------------------------------------------------------------------
69 #       Template for debug information sub-package.
70 %_enable_debug_packages         1
71
72 %debug_package \
73 %ifnarch noarch\
74 %global __debug_package 1\
75 %package debuginfo\
76 Summary: Debug information for package %{name}\
77 Summary(pl.UTF-8): Informacje dla debuggera dla pakietu %{name}\
78 Group: Development/Debug\
79 Requires: filesystem-debuginfo >= 3.0-16\
80 AutoReqProv: 0\
81 %description debuginfo\
82 This package provides debug information for package %{name}.\
83 Debug information is useful when developing applications that use this\
84 package or when debugging this package.\
85 %description debuginfo -l pl.UTF-8\
86 Ten pakiet dostarcza informacje dla debuggera dla pakietu %{name}.\
87 Informacje te są przydatne przy rozwijaniu aplikacji używających tego\
88 pakietu oraz przy odpluskwianiu samego pakietu.\
89 %files debuginfo -f debugfiles.list\
90 %defattr(-,root,root)\
91 %endif\
92 %{nil}
93
94 #---------------------------------------------------------------------
95 # Overwrite RPM macros with PLD specific one here.
96
97 %__cp                   /bin/cp
98 %__find                 /usr/bin/find
99 %__grep                 /bin/grep
100 %__lua                  %{_bindir}/lua
101 %__rc                   %{_bindir}/rc
102 %__xar                  %{_bindir}/xar
103
104 %_tmppath               %(echo "${TMPDIR:-/var/tmp}")
105 %tmpdir                 %{_tmppath}
106
107 %_topdir                %(echo $HOME)/rpm
108
109 %buildroot              %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
110
111 %_source_payload        w9.gzdio
112 %_binary_payload        w9.lzdio
113
114 %_rpmfc_magic_path      /usr/share/file/magic
115
116 # provides don't obsolete
117 %_upgrade_tag           name
118
119 # Disable automatic dependencies on parent directory and symlinks for now 
120 %_check_symlink_deps    0 
121 %_check_dirname_deps    0 
122  
123 # Do not generate executable() dependencies for scriptlets,
124 # as it may give false positives, for example:
125 # [ ! -x /bin/prog ] || /bin/prog
126 # will generate R:/bin/prog and we don't want that as /bin/prog is optional in this case
127 # 0 - Use external generator
128 # 1 - Use internal generator if available
129 # 2 - Use __scriptlet_requires to process scriptlet dependencies
130 %_use_internal_dependency_generator     1
131
132 %_duplicate_files_terminate_build       1
133 %_files_listed_twice_terminate_build    1
134 %_unpackaged_subdirs_terminate_build    0
135
136 #-----------------------------------------------------------------
137 # CFLAGS and LDFLAGS used to build
138
139 %debuginfocflags        %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
140 # -feliminate-dwarf2-dups disabled until PR ld/3290 is fixed.
141
142 %debugcflags    -O0 -g -Wall
143 %debugcppflags  %{nil}
144 %debugldflags   %{nil}
145
146 %optldflags     -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc
147 %optcppflags    %{nil}
148
149 # Warning: those macros are overwritten by macros.build,
150 #          left here for compatibility
151 %rpmcflags %(awk 'BEGIN {
152        split("%{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags}",I);
153        split("%{?filterout} %{?filterout_c} %{?filterout_ld}",F);
154        %{filter_out}
155 }')
156 %rpmcppflags       %(awk 'BEGIN {
157        split("%{?debug:%debugcppflags}%{!?debug:%optcppflags}%{?debuginfocppflags}",I);
158        split("%{?filterout} %{?filterout_cpp} %{?filterout_cpp}",F);
159        %{filter_out}
160 }')
161 %rpmcxxflags       %(awk 'BEGIN {
162        split("%{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags}",I);
163        split("%{?filterout} %{?filterout_cxx} %{?filterout_ld}",F);
164        %{filter_out}
165 }')
166 %rpmldflags        %(awk 'BEGIN {
167        split("%{?optldflags}",I);
168        split("%{?filterout_ld}",F)
169        %{filter_out}
170 }')
171
172 # common compilation flags
173 %_fortify_cflags        -Wp,-D_FORTIFY_SOURCE=2
174
175 # cf http://wiki.mandriva.com/en/Development/Packaging/Problems#format_not_a_string_literal_and_no_format_arguments
176 %Werror_cflags          -Wformat -Werror=format-security
177
178 %_ssp_cflags            -fstack-protector --param=ssp-buffer-size=4
179 %__common_cflags        -O2 -fwrapv -pipe %{Werror_cflags} %{debuginfocflags} %{?_fortify_cflags} %{!?nospecflags:%{?specflags}}
180 %__common_cflags_with_ssp       %{__common_cflags} %{?_ssp_cflags}
181
182 # arch macros
183 %ix86  i386 i486 i586 i686 pentium3 pentium4 athlon
184 %x8664 x86_64 amd64 ia32e
185 %ppc   ppc ppc7400 ppc7450
186
187 #---------------------------------------------------------------------
188 #       Expanded at end of %prep
189 #
190 %__id_u         %{__id} -u
191 %__chown_Rhf    %{__chown} -Rhf
192 %__chgrp_Rhf    %{__chgrp} -Rhf
193 %_fixowner      [ `%{__id_u}` = '0' ] && %{__chown_Rhf} root
194 %_fixgroup      [ `%{__id_u}` = '0' ] && %{__chgrp_Rhf} root
195 %_fixperms      %{__chmod} -Rf a+rX,u+w,g-w,o-w
196
197 %__id           /bin/id
198
199 #
200 # rpm5 prolog for loading the standard macro
201 %{load:/etc/rpm/macros.d/*.macros}
This page took 0.089471 seconds and 4 git commands to generate.