]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - rpm.macros
- silent aclocal when not installed
[packages/rpm-build-macros.git] / rpm.macros
CommitLineData
397b586d 1# $Revision$, $Date$
f51bfb2f
ER
2# PLD Linux rpm macros.
3# <http://www.pld-linux.org/>
d54662bf 4
2b05614d 5# can be used by builder script to check for version
98c5c988
ER
6%rpm_build_macros %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})
7
e05017c1 8%epoch 0
3241033b 9%x8664 x86_64 amd64 ia32e
9c404149 10
ba1fdedc 11# kernel compiler
345d14e5 12%kgcc %{__cc}
d2e1bc22 13%kgcc_package gcc
ba1fdedc 14
46763914 15# compiler version
69bcfbf3 16%cc_version %{expand:%%global cc_version %(%{__cc} -dumpversion || echo ERROR)}%cc_version
de629430 17%cxx_version %{expand:%%global cxx_version %(%{__cxx} -dumpversion || echo ERROR)}%cxx_version
46763914 18
69bcfbf3 19%__rm /bin/rm --interactive=never
36eccf0d 20
33040789 21# Build system path macros.
69bcfbf3
ER
22%__autoconf autoconf %{?debug:-Wall}
23%__automake automake -a -c -f --foreign
24%__autopoint autopoint --force
25
26# add parallel build flags: -jN
a5656a95 27#
11ecb0a1
ER
28# if you want to disable parallel build do:
29# echo '%_smp_mflags %{nil}' >> ~/.rpmmacros
a5656a95 30#
11ecb0a1
ER
31%__make /usr/bin/make %{?_smp_mflags}
32%__scons /usr/bin/scons %{?_smp_mflags}
33%__waf /usr/bin/waf %{?_smp_mflags}
b8f83d42 34%__cmake /usr/bin/cmake
a5656a95
JR
35
36%_smp_mflags %(_NCPUS=$(/usr/bin/getconf _NPROCESSORS_ONLN); \\\
37 [ "$_NCPUS" -gt 1 ] && echo "-j$(($_NCPUS * 2))")
f93109a0 38
83094b62 39%__gettextize { \
8a995cff 40 if grep -qs 'AM_GNU_GETTEXT.*external' configure.{ac,in} ; then \
3241033b 41 gettextize --copy --force --no-changelog; \
97589b6e 42 else \
3241033b 43 gettextize --copy --force --no-changelog --intl; \
8a995cff
JB
44 fi; \
45 if [ ! -f po/Makevars ]; then \
3241033b 46 cp -f po/Makevars{.template,}; \
8a995cff 47 fi; \
8a995cff 48}
f93109a0 49
50%__glib_gettextize glib-gettextize --copy --force
51%__gnome_doc_common gnome-doc-common --copy
fb59e475 52%__gnome_doc_prepare gnome-doc-prepare --copy --force
f93109a0 53%__gtkdocize gtkdocize --copy
54%__intltoolize intltoolize --copy --force
c26f1b59 55%__libtoolize libtoolize --copy --force --install
33040789 56
751c2bdd
ER
57# topdir is where builder script lives,
58# fallback to old style if SPECS/SOURCES dirs were found.
59%_topdir %{expand:%%global _topdir %(
60 if [ -d SPECS -a -d SOURCES ]; then
61 # old style rpmdir: in topdir
df3151c2 62 pwd
751c2bdd
ER
63 elif [ -d ../SPECS -a -d ../SOURCES ]; then
64 # old style rpmdir: in subdir
df3151c2 65 cd ..; pwd
751c2bdd
ER
66 elif [ -d $HOME/rpm/SPECS -a -d $HOME/rpm/SOURCES ]; then \
67 # if old style rpm dir exist, go with it
68 echo $HOME/rpm; \
69 elif [ -x ../builder -a ! -d ../builder ]; then
70 # relative new style rpmdir: in package dir
df3151c2 71 cd ..; pwd
751c2bdd
ER
72 elif [ -x builder -a ! -d builder ]; then
73 # relative new style rpmdir: in packages
df3151c2 74 pwd
751c2bdd
ER
75 elif [ -x packages/builder -a ! -d packages/builder ]; then
76 # relative new style rpmdir: packages dir in current dir
df3151c2 77 cd packages; pwd
751c2bdd
ER
78 else
79 # fallback to new style rpmdir
80 echo $HOME/rpm/packages
81 fi; \
82)}%_topdir
1052b4b8 83
751c2bdd
ER
84# if %{_topdir}/SPECS exists, it's old style structure
85%_specdir %{expand:%%global _specdir %([ ! -d %{_topdir}/SPECS ] && echo %{_topdir}/%{name} || echo %{_topdir}/SPECS)}%_specdir
86%_sourcedir %{expand:%%global _sourcedir %([ ! -d %{_topdir}/SOURCES ] && echo %{_specdir} || echo %{_topdir}/SOURCES)}%_sourcedir
1052b4b8
ER
87
88# BUILD/RPMS/SRPMS are one same level by default as packages dir, if these exist
89# if they don't exist assume we are having custom topdir (which is not named as
90# "packages", i.e ~/rpm/kde/{kdelibs,BUILD/RPMS/SRPMS})
df3151c2
ER
91# NOTE: readlink fails if some parent dir is not readable (/home/services/builder for example can't read /home/services), therfore the extra echo
92%_builddir %{expand:%%global _builddir %(if [ -d %{_topdir}/BUILD ]; then echo %{_topdir}/BUILD; else readlink -m %{_topdir}/../BUILD || echo %{_topdir}/../BUILD; fi)}%_builddir
93%_rpmdir %{expand:%%global _rpmdir %(if [ -d %{_topdir}/RPMS ]; then echo %{_topdir}/RPMS; else readlink -m %{_topdir}/../RPMS || echo readlink -m %{_topdir}/../RPMS; fi)}%_rpmdir
94%_srcrpmdir %{expand:%%global _srcrpmdir %(if [ -d %{_topdir}/SRPMS ]; then echo %{_topdir}/SRPMS; else readlink -m %{_topdir}/../SRPMS || echo readlink -m %{_topdir}/../SRPMS; fi)}%_srcrpmdir
384e1b2b 95
81e450f7
ER
96# The number of cvs changelog entries kept when building package.
97%_buildchangelogtruncate 20
98
6a5eda77 99%dependencytracking %{nil}
3241033b 100
e5da9169
ER
101# Relations between package names that cause dependency loops
102# with legacy packages that cannot be fixed. Relations are
103# specified as
104# p>q
105# where package p has a Requires: on something that package q Provides:
106#
107# XXX Note: that there cannot be any whitespace within the string "p>q",
108# and that both p and q are package names (i.e. no version/release).
109%_dependency_whiteout %{nil}
110
810fa5c4 111#-----------------------------------------------------------------
112#
113# (re)definition of %{rpm*flags} with %filterout_* support
b5e977c5
ER
114# BuildRequires: awk
115# BuildRequires: rpmbuild(macros) >= 1.315
810fa5c4 116#
117# Flags specified in %filterout_* are removed from %rpm*flags, exactly:
09a90176 118# %rpmcflags = %optflags - %filterout - %filterout_c - %filterout_ld
119# %rpmcxxflags = %optflags - %filterout - %filterout_cxx - %filterout_ld
98e7f050 120# %rpmcppflags = %optcppflags - %filterout - %filterout_cpp - %filterout_ld
09a90176 121# %rpmldflags = %optldflags - %filterout_ld
810fa5c4 122#
123# Regular expressions are supported, but to avoid some character be treated
124# as regular expression it must be escaped twice.
125
126%filter_out \
7b6f1112 127 for (i = 1; i in I; i++) { A=0; \
810fa5c4 128 for (f in F) { \
129 if (I[i] ~ "^" F[f] "$") A=1; \
130 }; \
131 if (!A) printf(I[i] FS); \
132 }
133
134%rpmcflags %(awk 'BEGIN {
135 split("%{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags}",I);
09a90176 136 split("%{?filterout} %{?filterout_c} %{?filterout_ld}",F);
810fa5c4 137 %{filter_out}
138}')
139
140%rpmcxxflags %(awk 'BEGIN {
09a90176 141 split("%{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags}",I);
142 split("%{?filterout} %{?filterout_cxx} %{?filterout_ld}",F);
810fa5c4 143 %{filter_out}
144}')
145
98e7f050
AM
146%rpmcppflags %(awk 'BEGIN {
147 split("%{?debug:%debugcppflags}%{!?debug:%optcppflags}%{?debuginfocppflags}",I);
148 split("%{?filterout} %{?filterout_cpp} %{?filterout_cpp}",F);
149 %{filter_out}
150}')
151
810fa5c4 152%rpmldflags %(awk 'BEGIN {
c05a0741 153 split("%{?optldflags}",I);
810fa5c4 154 split("%{?filterout_ld}",F)
155 %{filter_out}
156}')
157
25f52d1a 158# rpmldflags with stripped -Wl, -- in the form flags have to be passed to 'ld'
159# but, don't use it, better use gcc as linker
160%ld_rpmldflags %(awk 'BEGIN {
161 split("%{rpmldflags}",F);
162 for (f in F) {
163 s = F[f];
164 if (s ~ /^-Wl,/) {
165 s = substr(s,5);
166 gsub(/,/," ",s);
167 };
168 printf(s FS);
169 };
170}')
171
8ef644e5 172#-----------------------------------------------------------------
173#
174# Generate a command which cleans environment, leaving only the
175# most important variables.
176# If any spec requires any additional environment it should
177# redefine %_preserve_env in following manner:
178#
179# # ADDITIONAL_VAR is required because [a good reason here]
82d10503 180# %define _preserve_env ADDITIONAL_VAR
8ef644e5 181
57ba0f59 182%_preserve_env_base PATH HOME TMP TMPDIR SSH_AUTH_SOCK
8ef644e5 183
bb597f2b
AM
184# "env -i" must end in first line of expaned macros because it's used as first line of shell script (#! env...)
185%_clean_env %{!?_preserve_env:%global _preserve_env %{nil}}%{expand:%%global _preserve_env %{_preserve_env} %_preserve_env_base} env -i %(awk -vq="'" -vqq="\\"'\\"" -vq2q="'\\"'" 'BEGIN {
0bdc88ec 186 split("%{?_preserve_env}", P);
a363d727
ER
187 for (i in P) {
188 p = P[i];
82d10503
ER
189 if (!ENVIRON[p] || d[p]) {
190 continue;
8ef644e5 191 }
82d10503
ER
192 d[p] = 1;
193 split(ENVIRON[p], V, "");
194 val = p "=";
195 for (j = 1; j in V; j++) {
196 v = V[j];
197 if (v == q)
198 v = qq;
199 else if (v == "\\"")
200 v = q2q;
201 else if (v == "\\\\")
202 v = "\\\\\\\\";
203 else
204 gsub("[^a-zA-Z0-9/:._-]", "\\"&\\"", v);
205 val = val "" v;
206 }
207 printf(val " ");
8ef644e5 208 }
209}')
210
9c404149 211#-----------------------------------------------------------------
9f4ce098 212%configure2_13 { \
9c404149
AM
213 if [ -n "$LINGUAS" ]; then unset LINGUAS; fi; \
214 LDFLAGS="${LDFLAGS:-%rpmldflags}" ; export LDFLAGS ; \
215 CFLAGS="${CFLAGS:-%rpmcflags}" ; export CFLAGS ; \
f4cc8832 216 CXXFLAGS="${CXXFLAGS:-%rpmcxxflags}" ; export CXXFLAGS ; \
9c404149 217 FFLAGS="${FFLAGS:-%rpmcflags}" ; export FFLAGS ; \
e9d801f4 218 FCFLAGS="${FCFLAGS:-%rpmcflags}" ; export FCFLAGS ; \
98e7f050 219 CPPFLAGS="${CPPFLAGS:-%rpmcppflags}" ; export CPPFLAGS ; \
8983c4c4
AM
220 %{?__cc:CC="%{__cc}" ; export CC ; } \
221 %{?__cxx:CXX="%{__cxx}" ; export CXX ; } \
8f74418b 222 %{?configuredir:%{configuredir}}%{!?configuredir:.}/configure \
2a7cfd3f 223 --host=%{_target_platform} \
9c404149
AM
224 --prefix=%{_prefix} \
225 --exec-prefix=%{_exec_prefix} \
226 --bindir=%{_bindir} \
227 --sbindir=%{_sbindir} \
228 --sysconfdir=%{_sysconfdir} \
229 --datadir=%{_datadir} \
230 --includedir=%{_includedir} \
231 --libdir=%{_libdir} \
232 --libexecdir=%{_libexecdir} \
233 --localstatedir=%{_localstatedir} \
234 --sharedstatedir=%{_sharedstatedir} \
235 --mandir=%{_mandir} \
236 --infodir=%{_infodir} \
b6c5da52 237 --x-libraries=%{?_x_libraries}%{!?_x_libraries:%{_libdir}} \
93059874 238 %{dependencytracking} \
9c404149
AM
239}
240
39b9534b
ER
241%cmake { \
242CC="%{__cc}" \
243CXX="%{__cxx}" \
244CFLAGS="%{rpmcflags}" \
245CXXFLAGS="%{rpmcxxflags}" \
12513dc1 246LDFLAGS="%{rpmldflags}" \
89f4ca1f
ER
247%{__cmake} \
248}
249
89f4ca1f
ER
250%scons { \
251%{__scons} \
5c76736d
ER
252 LDFLAGS="${LDFLAGS:-%rpmldflags}" \
253 CFLAGS="${CFLAGS:-%rpmcflags}" \
254 CXXFLAGS="${CXXFLAGS:-%rpmcxxflags}" \
255 FFLAGS="${FFLAGS:-%rpmcflags}" \
98e7f050 256 CPPFLAGS="${CPPFLAGS:-%rpmcppflags}" \
5c76736d
ER
257 %{?__cc:CC="%{__cc}"} \
258 %{?__cxx:CXX="%{__cxx}"} \
259 libsuffix=%{_lib} \
260 prefix=%{_prefix} \
39b9534b
ER
261}
262
6339d32d 263# waf. see waf.spec
6339d32d 264%waf { \
6339d32d
ER
265CC="%{__cc}" \
266CXX="%{__cxx}" \
9e244007 267CPP="%{__cpp}" \
6339d32d
ER
268CFLAGS="%{rpmcflags}" \
269CXXFLAGS="%{rpmcxxflags}" \
270%{__waf} \
6339d32d
ER
271}
272
4a6b0d54 273#----------------------------------------------------------------
9bacbb5b 274#%configure_cache 0
fe6c4bdd 275%configure_cache_file %{buildroot}.configure.cache
73f832b3 276
e84cd836 277%configure {./configure \
4a6b0d54
AF
278 LDFLAGS="${LDFLAGS:-%rpmldflags}" \
279 CFLAGS="${CFLAGS:-%rpmcflags}" \
f4cc8832 280 CXXFLAGS="${CXXFLAGS:-%rpmcxxflags}" \
4a6b0d54 281 FFLAGS="${FFLAGS:-%rpmcflags}" \
e9d801f4 282 FCFLAGS="${FCFLAGS:-%rpmcflags}" \
98e7f050 283 CPPFLAGS="${CPPFLAGS:-%rpmcppflags}" \
8983c4c4
AM
284 %{?__cc:CC="%{__cc}"} \
285 %{?__cxx:CXX="%{__cxx}"} \
8e4cb85a 286 --host=%{_target_platform} \
4a6b0d54
AF
287 --build=%{_target_platform} \
288 --prefix=%{_prefix} \
289 --exec-prefix=%{_exec_prefix} \
290 --bindir=%{_bindir} \
291 --sbindir=%{_sbindir} \
292 --sysconfdir=%{_sysconfdir} \
293 --datadir=%{_datadir} \
294 --includedir=%{_includedir} \
295 --libdir=%{_libdir} \
296 --libexecdir=%{_libexecdir} \
297 --localstatedir=%{_localstatedir} \
298 --sharedstatedir=%{_sharedstatedir} \
299 --mandir=%{_mandir} \
300 --infodir=%{_infodir} \
b6c5da52 301 --x-libraries=%{?_x_libraries}%{!?_x_libraries:%{_libdir}} \
93059874 302 %{dependencytracking} \
9bacbb5b 303 %{?configure_cache:--cache-file=%{configure_cache_file}} \
4a6b0d54
AF
304}
305
611a25d5 306# Simple macros to simplify adding bconded options to configure scripts.
307# Each macro requires bcond name and accepts optional option name, if option
308# isn't specified bcond name is used as option name. Options returning
309# --with and --enable also allow third argument which will be added as value
310# ( --with-option=value or --enable-option=value ) in case or positive
311# condition, but won't be added otherwise ( nothing or just --disable-option ).
312
313# Requirements:
314# BuildRequires: rpmbuild(macros) >= 1.527
315
316# Usage example:
317# %{__enable bcond} - returns --enable-bcond iff build condition is set
318# %{__disable bcond option} - returns --enable-option iff bcond is not set
319# %{__enable_disable bcond option value} - returns --enable-option=value if
320# bcond is set, returns --disable-option otherwise
321
322# expand bconds to --enable-something and --disable-something
323%__enable() %{expand:%%{?with_%{1}:--enable-%{?2}%{!?2:%{1}}%{?3:=%{3}}}}
324%__disable() %{expand:%%{!?with_%{1}:--disable-%{?2}%{!?2:%{1}}}}
325%__enable_disable() %{expand:%%{?with_%{1}:--enable-%{?2}%{!?2:%{1}}%{?3:=%{3}}}%%{!?with_%{1}:--disable-%{?2}%{!?2:%{1}}}}
326
327# same as above, but condition inverted
328%__enable_unless() %{expand:%%{!?with_%{1}:--enable-%{?2}%{!?2:%{1}}%{?3:=%{3}}}}
329%__disable_if() %{expand:%%{?with_%{1}:--disable-%{?2}%{!?2:%{1}}}}
330%__enable_disable_not() %{expand:%%{!?with_%{1}:--enable-%{?2}%{!?2:%{1}}%{?3:=%{3}}}%%{?with_%{1}:--disable-%{?2}%{!?2:%{1}}}}
331
332# expand bconds to --with-something and --without-something
333%__with() %{expand:%%{?with_%{1}:--with-%{?2}%{!?2:%{1}}%{?3:=%{3}}}}
334%__without() %{expand:%%{!?with_%{1}:--without-%{?2}%{!?2:%{1}}}}
335%__with_without() %{expand:%%{?with_%{1}:--with-%{?2}%{!?2:%{1}}%{?3:=%{3}}}%%{!?with_%{1}:--without-%{?2}%{!?2:%{1}}}}
336
337# same as above, but condition inverted
338%__with_unless() %{expand:%%{!?with_%{1}:--with-%{?2}%{!?2:%{1}}%{?3:=%{3}}}}
339%__without_if() %{expand:%%{?with_%{1}:--without-%{?2}%{!?2:%{1}}}}
340%__with_without_not() %{expand:%%{!?with_%{1}:--with-%{?2}%{!?2:%{1}}%{?3:=%{3}}}%%{?with_%{1}:--without-%{?2}%{!?2:%{1}}}}
341
342#-----------------------------------------------------------------
343
b3b1397b
ER
344# overload to insert debuginfo package
345%prep \
346%if 0%{?_enable_debug_packages}\
347%{debug_package}\
348%endif\
349%%prep\
350%{nil}
351
9c404149 352# Location of autoconf macros
ef7d5e14 353%_aclocaldir %{expand:%%global _aclocaldir %(aclocal --print-ac-dir 2>/dev/null || echo ERROR)}%_aclocaldir
9c404149 354
e2804f99 355# Location of omf files
7f0f4a79 356%_omf_dest_dir %{expand:%%global _omf_dest_dir %(scrollkeeper-config --omfdir || echo ERROR)}%_omf_dest_dir
e2804f99 357
e987a186 358# Location of pkgconfig files
9a4e877a 359%_pkgconfigdir /usr/%{_lib}/pkgconfig
36219c36
JB
360# noarch pkgconfig files
361%_npkgconfigdir /usr/share/pkgconfig
e987a186 362
486b0b5f 363# Location of desktop files
364%_desktopdir /usr/share/applications
86dff2d0 365%_applnkdir ERROR:_applnkdir_is_obsolete_use_desktopdir_instead
486b0b5f 366
481463e9 367# Location of pixmaps for applnk/desktop files
e1f0a822 368%_pixmapsdir /usr/share/pixmaps
9c404149 369
481463e9 370# Location of themable icons for applnk/desktop files
b36c8e2a 371%_iconsdir /usr/share/icons
372
e987a186
JB
373# Location of fonts directories
374%_fontsdir /usr/share/fonts
375
b3282f3f 376# Location of Gtk and associated libraries documentation
fe6c4bdd 377%_gtkdocdir %{_defaultdocdir}/gtk-doc/html
b3282f3f 378
fc4d7771 379# Location of KDE documentation
fe6c4bdd 380%_kdedocdir %{_defaultdocdir}/kde/HTML
fc4d7771 381
5869828c 382# unsermake script
383%__unsermake /usr/share/unsermake/unsermake
384
9c404149 385# Current date
8cf161e2 386%date %(LC_ALL=C date +"%a %b %d %Y")
9c404149 387
9c404149
AM
388# Example files, programs, scripts...
389%_examplesdir /usr/src/examples
390
c8f7e820 391# Alternative kernel type/version
261729d9 392%_alt_kernel %{nil}%{?alt_kernel:-%{?alt_kernel}}
c8f7e820 393
8377d27d 394# The directory holding Linux kernel sources
261729d9 395%_kernelsrcdir /usr/src/linux%{_alt_kernel}
8377d27d 396
c0fe61f0
ER
397# SysV-style initscripts dir
398%_initddir /etc/rc.d/init.d
399
9c404149 400# If non-empty "debug" macro defined, add "dbg" suffix to release number
8f74418b 401%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}%{?debug:dbg}.%%{ARCH}.rpm
9c404149 402
590bc1db 403# Bootstrap release macros.
404# Usage:
405# %bcond_with bootstrap
406# Release: %{bootstrap_release 1}
407#
408# Package will have release 1 if built normally,
409# and release 0.zzz.bootstrap if built with bootstrap
410%bootstrap_release() %{!?with_bootstrap:%{1}%{?2:.%{2}}}%{?with_bootstrap:%{!?2:%(expr %{1} - 1)}%{?2:%{1}.%(expr %{2} - 1)}.zzz.bootstrap}
411
c924d9d8
ER
412# -n drm to generate kernel%{_alt_kernel}-drm dependency
413%releq_kernel(n:) %{expand:%%global releq_kernel %(R=$(LC_ALL=C rpm -q --qf '%{N}%{?-n:-%{-n*}} = %|E?{%{E}:}|%{V}-%{R}' -f %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | grep -v 'is not' | sed -e 's:-headers::;s:-config::'); echo ${R:-ERROR})}%releq_kernel
414%releq_kernel_up(n:) %{expand:%%global releq_kernel_up %(R=$(LC_ALL=C rpm -q --qf '%{N}%{?-n:-%{-n*}}-up = %|E?{%{E}:}|%{V}-%{R}' -f %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | grep -v 'is not' | sed -e 's:-headers::;s:-config::'); echo ${R:-ERROR})}%releq_kernel_up
415%releq_kernel_smp(n:) %{expand:%%global releq_kernel_smp %(R=$(LC_ALL=C rpm -q --qf '%{N}%{?-n:-%{-n*}}-smp = %|E?{%{E}:}|%{V}-%{R}' -f %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | grep -v 'is not' | sed -e 's:-headers::;s:-config::'); echo ${R:-ERROR})}%releq_kernel_smp
8bf3719d 416
c924d9d8 417# -s post to generate Requires(post) dependency
63d9963a
ER
418%requires_releq_kernel(s:n:) Requires%{-s:(%{-s*})}: %releq_kernel
419%requires_releq_kernel_up(s:n:) Requires%{-s:(%{-s*})}: %releq_kernel_up
420%requires_releq_kernel_smp(s:n:) Requires%{-s:(%{-s*})}: %releq_kernel_smp
8bf3719d 421
410df6e8
ER
422# Requires name = version-release
423%requires_releq() %{!?1:ERROR}%{?2:ERROR}%{?1:%{!?2:%{expand:%%requires_eq_to -r %1 %1}}}
8cf161e2 424# Requires: name = version
91d2f1eb 425%requires_eq() %{!?1:ERROR}%{?2:ERROR}%{?1:%{!?2:%{expand:%%requires_eq_to %1 %1}}}
8cf161e2 426# Requires: name = version (version based on querying package %2)
0d3e64c0 427%requires_eq_to(r) %{!?2:ERROR}%{?3:ERROR}%{?2:%{!?3:%(if ! LC_ALL=C rpm -q --qf 'Requires: %1 = %|E?{%{E}:}|%{V}%{?-r:-%{R}}\\n' %2 | grep '^Requires:'; then echo "BuildRequires: %2"; fi)}}
01a9f990 428
c94807f3 429%apache_modules_api %{expand:%%global apache_modules_api %(awk '/#define MODULE_MAGIC_NUMBER_MAJOR/ {print $3}' /usr/include/apache/ap_mmn.h 2>/dev/null || echo ERROR)}%apache_modules_api
b9d5d440 430
431# kernel version-release handling
95125403 432%__kernel_ver %{expand:%%global __kernel_ver %( \\
acac3049 433 Z=$([ -f '%{_kernelsrcdir}/include/generated/utsrelease.h' ] && awk -F'"' '/UTS_RELEASE/{print $2}' %{_kernelsrcdir}/include/{linux/version,generated/utsrelease}.h 2>/dev/null || awk -F'"' '/UTS_RELEASE/{print $2}' %{_kernelsrcdir}/include/linux/{version,utsrelease}.h 2>/dev/null); \\
95125403
ER
434 Z=${Z:-$(awk -F' = ' '/^VERSION/{v=$2} /^PATCHLEVEL/{p=$2} /^SUBLEVEL/{s=$2} /^EXTRAVERSION/{e=$2} END {printf("%d.%d.%d%s", v, p, s, e)}' %{_kernelsrcdir}/Makefile 2>/dev/null)}; \\
435 echo ${Z:-ERROR}; \\
1a7d3518 436)}%__kernel_ver
95125403 437
c94807f3
ER
438%__kernel_rel %{expand:%%global __kernel_rel %(Z=$(LC_ALL=C rpm -qf %{_kernelsrcdir}/include/linux/fs.h 2>/dev/null --qf "%{R}" | grep -v "is not"); echo ${Z:-ERROR})}%__kernel_rel
439%__kernel_rpmvr %{expand:%%global __kernel_rpmvr %(Z=$(LC_ALL=C rpm -qf %{_kernelsrcdir}/include/linux/fs.h 2>/dev/null --qf "%{V}-%{R}" | grep -v "is not"); echo ${Z:-ERROR})}%__kernel_rpmvr
440%_kernel_ver %{expand:%%global _kernel_ver %{__kernel_ver}%{?with_dist_kernel:%(echo %{__kernel_ver} | grep -q -e - || echo -%{__kernel_rel})}}%_kernel_ver
441%_kernel_ver_str %{expand:%%global _kernel_ver_str %(echo %{!?_without_dist_kernel:%{__kernel_rpmvr}}%{?_without_dist_kernel:%{__kernel_ver}} | sed -e 's/-/_/g')}%_kernel_ver_str
87be1cf0 442
6262f001
ER
443# `uname -r` to be used in @release field
444%_kernel_vermagic %{expand:%%global _kernel_vermagic %(echo %{_kernel_ver} | sed -e 's/-/_/g')}%_kernel_vermagic
445
e00dd7f6 446# sgml macros
3241033b
ER
447%xmlcat_add() /usr/bin/xmlcatalog --noout --add nextCatalog \"\" %1 /etc/xml/catalog ;
448%xmlcat_del() /usr/bin/xmlcatalog --noout --del %1 /etc/xml/catalog ;
449%xmlcat_add_rewrite /usr/bin/xmlcatalog --noout --add rewriteSystem
450%xmlcat_create() /usr/bin/xmlcatalog --noout --create %1 ;
451%sgmlcat_add() /usr/bin/install-catalog --add %1 %2 > /dev/null ;
452%sgmlcat_del() /usr/bin/install-catalog --remove %1 %2 > /dev/null ;
e00dd7f6 453%docbook_sgmlcat_fix() { for l in \
454'' \
455' -- default decl --' \
456'DTDDECL "-//OASIS//DTD DocBook XML V%2//EN" "../../xml.dcl"' \
457' -- hacks for opensp --' \
458'SYSTEM "file://%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd" "%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd"' \
459'SYSTEM "http://www.oasis-open.org/docbook/xml/%2/docbookx.dtd" "%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd"' \
460'' \
461; do echo $l; done >> %1 \
462}
463
eea64748
ER
464# vim - "
465
4f044018
ER
466# minimum file size needed for compressed documents.
467# just smaller files than this get larger when compressed.
a88ae20f
ER
468# some stats:
469# - 0 byte file compressed was 25 bytes .gz
470# - 39 byte file was compressed as 57
471# - with test/test.spec@man 158 byte file was compressed also 158
472%_min_compress_bytes 159
4f044018 473
9c404149
AM
474#-----------------------------------------------------------------
475# find and gzip all files in %{_mandir} and %{infodir}
476#
477# Requires: xargs, find
478#
479#%no_install_post_compress_docs 1
480%__spec_install_post_compress_docs { \
53d5af13 481%{!?no_install_post_compress_docs:__spec_install_post_compress_docs() { \
4e10ec06 482 for i in /usr/share/man /usr/X11R6/man; do \
9c404149 483 if [ -d "$RPM_BUILD_ROOT$i" ]; then \
4e10ec06 484 echo "Compress man pages: $i"; \
4f044018
ER
485 find "$RPM_BUILD_ROOT$i" -name '*.bz2' -print | xargs -r %{__bzip2} -df; \
486 find "$RPM_BUILD_ROOT$i" -name '*.gz' -print | xargs -r %{__gzip} -dnf; \
6375241c
ER
487 find $RPM_BUILD_ROOT$i -type l | while read a; do \
488 m=$(readlink $a); \
489 rm -f $a; \
490 echo .so ${m##*/} > $a; \
491 echo >&2 "Converted ${a#$RPM_BUILD_ROOT} from symlink to man link: ${m##*/}"; \
492 done; \
4f044018 493 find "$RPM_BUILD_ROOT$i" -type f -size +%{_min_compress_bytes}c -print | xargs -r %{__gzip} -9nf; \
9c404149
AM
494 fi; \
495 done; \
728ad671
JB
496 if [ -d "$RPM_BUILD_ROOT%{_infodir}" ]; then \
497 echo "Compress info pages: %{_infodir}"; \
498 find "$RPM_BUILD_ROOT%{_infodir}" -name '*.bz2' -print | xargs -r %{__bzip2} -df; \
499 find "$RPM_BUILD_ROOT%{_infodir}" -name '*.gz' -print | xargs -r %{__gzip} -dnf; \
500 find "$RPM_BUILD_ROOT%{_infodir}" -name '*.info*' -type f -size +%{_min_compress_bytes}c -print | xargs -r %{__gzip} -9nf; \
4e10ec06 501 fi; \
53d5af13 502}; __spec_install_post_compress_docs } }
9c404149
AM
503
504#-----------------------------------------------------------------
505# Strip executable binaries and shared object files
506#
507# Requires: find, awk, strip, cut, xargs
508#
a2ad2754
JB
509# Special macros which affect this process:
510#%no_install_post_strip 1 # disable stripping at all
511#%_noautostrip regexp # exclude files matching (anchored!) regex from stripping
512#%_autostripall regexp # strip files matching (anchored!) regex using plain strip
513#%_autostripunneeded regexp # strip files matching (anchored!) regex using strip --strip-unneeded
514#%_autostripdebug regexp # strip files matching (anchored!) regex using strip --strip-debug
515#
9c404149 516%__spec_install_post_strip {%{!?debug: \
53d5af13 517%{!?no_install_post_strip:__spec_install_post_strip() { \
98a06bad 518if [ -d "$RPM_BUILD_ROOT" ]; then \
eea64748
ER
519 if [ -d $RPM_BUILD_ROOT/lib/modules ]; then \
520 modulelist=$(find $RPM_BUILD_ROOT/lib/modules -name '*o' -type f -print); \
4d5370ac
ER
521 if [ "$modulelist" ]; then \
522 modulecount=$(echo "$modulelist" | wc -l); \
737fefdc 523 printf "Stripping %d kernel modules..." $modulecount; \
3df8db34
ER
524 echo "$modulelist" | xargs -l512 chmod u+w; \
525 echo "$modulelist" | xargs -l512 %{__strip} --strip-unneeded --remove-section=.comment --remove-section=.note.GNU-stack; \
526 echo "DONE"; \
527 fi; \
eea64748 528 fi; \
0ac49134 529 filelist=$(find $RPM_BUILD_ROOT -type f ! -regex ".*/usr/lib[0-9]*/debug/.*\.debug" ! -regex ".*/lib/modules/.*" ! -regex ".*%{_docdir}/.*" ! -regex ".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"} %{?_autostripall:! -regex "%{_autostripall}"} %{?_autostripunneeded:! -regex "%{_autostripunneeded}"} %{?_autostripdebug:! -regex "%{_autostripdebug}"}); \
f89ccb5f
JB
530 if [ -n "$filelist" ]; then \
531 filetypes=`echo "$filelist" | xargs -r -d'\\n' file`; \
532 elfexelist=`echo "$filetypes" | awk -F: '/ELF.*executable/ {print $1}'`; \
533 elfsharedlist=`echo "$filetypes" | awk -F: '/LF.*shared object/ {print $1}'`; \
a2ad2754 534 archiveslist=`echo "$filetypes" | awk -F: '/current ar archive/ {print $1}'`; \
f89ccb5f 535 if [ -n "$elfexelist" ]; then \
4d5370ac 536 printf "Stripping %d ELF executables..." $(echo "$elfexelist" | wc -l); \
f89ccb5f
JB
537 chmod u+w $elfexelist; \
538 %{__strip} --remove-section=.note --remove-section=.comment $elfexelist; \
539 echo "DONE"; \
540 fi; \
541 if [ -n "$elfsharedlist" ]; then \
4d5370ac 542 printf "Stripping %d ELF shared libraries..." $(echo "$elfsharedlist" | wc -l); \
f89ccb5f
JB
543 chmod u+w $elfsharedlist; \
544 %{__strip} --strip-unneeded --remove-section=.note --remove-section=.comment $elfsharedlist; \
545 echo "DONE"; \
546 fi; \
547 if [ -n "$archiveslist" ]; then \
4d5370ac 548 printf "Stripping %d ar archives..." $(echo "$archiveslist" | wc -l); \
f89ccb5f
JB
549 chmod u+w $archiveslist; \
550 %{__strip} --strip-debug --remove-section=.note --remove-section=.comment $archiveslist; \
551 echo "DONE"; \
552 fi; \
98a06bad 553 fi; \
0ac49134
ER
554 filelist_all=%{?_autostripall:$(find $RPM_BUILD_ROOT -type f -regex "%{_autostripall}")}; \
555 filelist_unneeded=%{?_autostripunneeded:$(find $RPM_BUILD_ROOT -type f -regex "%{_autostripunneeded}")}; \
556 filelist_debug=%{?_autostripdebug:$(find $RPM_BUILD_ROOT -type f -regex "%{_autostripdebug}")}; \
f89ccb5f 557 if [ -n "$filelist_all" ]; then \
4d5370ac 558 printf "Stripping everything from %d additional files..." $(echo "$filelist_all" | wc -l); \
a2ad2754 559 chmod u+w $filelist_all; \
f89ccb5f 560 %{__strip} --remove-section=.note --remove-section=.comment $filelist_all; \
322f84b9 561 echo "DONE"; \
9c404149 562 fi; \
f89ccb5f 563 if [ -n "$filelist_unneeded" ]; then \
4d5370ac 564 printf "Stripping unneeded from %d additional files..." $(echo "$filelist_unneeded" | wc -l); \
a2ad2754 565 chmod u+w $filelist_unneeded; \
f89ccb5f 566 %{__strip} --strip-unneeded --remove-section=.note --remove-section=.comment $filelist_unneeded; \
322f84b9 567 echo "DONE"; \
8f74418b 568 fi; \
f89ccb5f 569 if [ -n "$filelist_debug" ]; then \
4d5370ac 570 printf "Stripping debuginfo from %d additional files..." $(echo "$filelist_debug" | wc -l); \
a2ad2754 571 chmod u+w $filelist_debug; \
f89ccb5f 572 %{__strip} --strip-debug --remove-section=.note --remove-section=.comment $filelist_debug; \
322f84b9 573 echo "DONE"; \
9f0d4f36 574 fi; \
53d5af13 575fi; }; __spec_install_post_strip } } }
3241033b 576
fc5d7e20 577#-----------------------------------------------------------------
578# remove all RPATH from executable binaries and shared object files
579#
580# Requires: find, awk, cut, xargs, chrpath, uname
581#
a2ad2754
JB
582# Special macros which affect this process
583#%no_install_post_chrpath 1 # disable chrpath at all
584#%_noautochrpath regex # exclude files matching (anchored!) regex from chrpath
585#
fc5d7e20 586%__spec_install_post_chrpath {%{!?debug: \
53d5af13 587%{!?no_install_post_chrpath: __spec_install_post_chrpath() { \
9f0d4f36 588if [ -d "$RPM_BUILD_ROOT" ]; then \
0ac49134 589 files=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" ! -regex ".*/usr/lib[0-9]*/debug/.*" ! -regex ".*/lib/modules/.*" ! -regex ".*%{_docdir}/.*" ! -regex ".*%{_includedir}/.*" %{?_noautochrpath:! -regex "%{_noautochrpath}"}`; \
98a06bad 590 if [ -n "$files" ]; then \
d5517264 591 objs=`echo "$files" | xargs -r -d'\\n' file | awk -F: '/ELF.*(executable.*dynamically linked|shared object)/ {print $1}'`; \
3401a2cd 592 fi; \
98a06bad 593 if [ -n "$objs" ]; then \
4d5370ac 594 printf "Remove RPATH from %d executable binaries and shared object files.\n" $(echo "$objs" | wc -l); \
98a06bad
ER
595 echo "$objs" | \
596 while read file; do \
597 rpath= ; \
598 chmod u+w "$file"; \
5541bf26 599 for dir in $(chrpath -l "$file" | awk '/RPATH=/ { gsub(/.*RPATH=/,""); gsub(/:/," "); print $0 }'); do \
eda6b510
AM
600 case $dir in \
601 '$ORIGIN' ) \
602 if [ "$rpath" = "" ] ; then rpath="$dir" ; \
603 else rpath="$rpath:$dir" ; fi ; \
604 continue ; \
605 ;; \
606 esac ; \
f9abaddb
AM
607 newdir=$(readlink -m "$dir"); \
608 [ ${#newdir} -le ${#dir} ] && dir=$newdir; \
98a06bad
ER
609 case $dir in \
610 /home/* | /tmp/* | /usr/lib | /usr/lib64 | /lib | /lib64 | /usr/local/lib | /usr/local/lib64 | /usr/X11R6/lib | /usr/X11R6/lib64 ) \
611 echo "remove-rpath: $dir in $file"; \
612 ;; \
613 * ) \
614 if [ "$rpath" = "" ] ; then rpath="$dir" ; \
615 else rpath="$rpath:$dir" ; fi ; \
616 ;; \
617 esac ; \
618 done ; \
619 if [ "$rpath" = "" ] ; then chrpath -d "$file" > /dev/null ; \
620 else chrpath -r "$rpath" "$file" > /dev/null ; fi ; \
621 done; \
622 fi; \
53d5af13 623fi; }; __spec_install_post_chrpath } } }
3241033b 624
611a25d5 625# vim: "
626
d366d7e0
AM
627#-----------------------------------------------------------------
628# Find all shared object files with unresolved symbols. Warn
629# and terminate if any found (termination can be turned off by define).
630#%no_install_post_check_so 1
631%__spec_install_post_check_so { \
632 __spec_install_post_check_so() { \
633 fail=0; \
634 printf "Searching for shared objects with unresolved symbols..."; \
34906a2d 635 for f in $(find $RPM_BUILD_ROOT -type f -name '*.so.*' -print); do \
7df9ddfc 636 LC_ALL=C objdump -T $f 2> /dev/null | LC_ALL=C awk -v "file=$f" 'BEGIN { found=0; skip["program_name"]=1; symbols = "" } /^[0-9a-z]+ +D +\*UND\*/ { if ($NF in skip) { next; }; found = 1; symbols = symbols "\n\t" $NF } END { if (found) { print "\nUnresolved symbols found in: " file symbols; exit(1); } } ' || fail=1 ; \
d366d7e0
AM
637 done ; \
638 echo " DONE"; \
14ae3117 639 %{!?no_install_post_check_so:[ $fail -eq 1 ] && : || :;} \
d366d7e0
AM
640}; __spec_install_post_check_so }}
641
d72c185f 642#-----------------------------------------------------------------
ccb8ae8d 643# Find and gzip all kernel modules
644#
645# Requires: find
646#
fe6c4bdd 647#%no_install_post_compress_modules 1
ccb8ae8d 648%__spec_install_post_compress_modules { \
53d5af13 649%{!?no_install_post_compress_modules: __spec_install_post_compress_modules() { \
f3bfe4ac 650 if [ -d $RPM_BUILD_ROOT/lib/modules ]; then \
f3bfe4ac 651 q=$(find $RPM_BUILD_ROOT/lib/modules -name '*o' -type f -print); \
4d5370ac
ER
652 if [ "$q" ]; then \
653 printf "Compress %d kernel modules..." $(echo "$q" | wc -l); \
654 echo "$q" | xargs -r %{__gzip} -9nf; \
655 echo "DONE"; \
656 find $RPM_BUILD_ROOT/lib/modules -name '*o' -type l -printf "%p %l\n" | \
657 while read a b; do ln -sf $b.gz $a.gz; rm -f $a; done; \
658 fi; \
3241033b 659 fi; \
53d5af13 660}; __spec_install_post_compress_modules } }
9c404149 661
ef64802f
ER
662# Remove common Perl files we don't package
663%__spec_install_post_perl_clean {\
664%{!?no_install_post_perl_clean: \
665%{?pdir:rm -f $RPM_BUILD_ROOT{%{perl_archlib}/perllocal.pod,%{perl_vendorarch}/auto/%{pdir}%{?pnam:/%(echo %{pnam} | tr - /)}/.packlist}} \
666} }
667
83094b62 668#-----------------------------------------------------------------
0e4cb4dd 669# Update GConf2 schemas
83094b62 670#
671# Requires: GConf2
672#
46885239 673%gconf_schema_install() \
307ac6c9
ER
674 umask 022; \
675 GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \\\
676 /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/%{?1}%{!?1:*.schemas} > /dev/null; \
f27cf2fd 677%{nil}
46885239 678
679%gconf_schema_uninstall() \
24336a54 680if [ $1 = 0 -a -x /usr/bin/gconftool-2 ]; then \
3241033b 681 umask 022; \
24336a54
ER
682 GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \\\
683 /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/%{?1} > /dev/null \
f27cf2fd 684fi; \
f93109a0 685%{nil}
686
687#-----------------------------------------------------------------
688# Update desktop MIME database
c0a4caa0 689# requires: desktop-file-utils
c3bcd10e 690%update_desktop_database() {{ \
f93109a0 691 umask 022; \
fb59e475 692 /usr/bin/update-desktop-database -q; \
c00bf95c
MB
693};} \
694%{nil}
f93109a0 695
c3bcd10e
ER
696%update_desktop_database_post %update_desktop_database
697
698%update_desktop_database_postun() {{ \
f27cf2fd 699if [ "$1" = "0" ]; then \
c00bf95c 700 %update_desktop_database \
f27cf2fd 701fi; \
c00bf95c
MB
702};} \
703%{nil}
f93109a0 704
fb59e475 705#-----------------------------------------------------------------
706# Update shared MIME info database
707# requires: shared-mime-info
708#
c3bcd10e 709%update_mime_database() {{ \
fb59e475 710 umask 022; \
711 /usr/bin/update-mime-database %{_datadir}/mime; \
c00bf95c
MB
712};} \
713%{nil}
fb59e475 714
715#-----------------------------------------------------------------
716# Update icon cache
717# requires: gtk+
718#
c3bcd10e 719%update_icon_cache() {{ \
fb59e475 720 umask 022; \
072f4b80 721 /usr/bin/gtk-update-icon-cache -qf %{_datadir}/icons/%1; \
c00bf95c
MB
722};} \
723%{nil}
fb59e475 724
f93109a0 725#-----------------------------------------------------------------
726# Update scrollkeeper database
727# requires: scrollkeeper
728#
729%scrollkeeper_update_post() \
f93109a0 730 /usr/bin/scrollkeeper-update -q; \
f27cf2fd 731%{nil}
f93109a0 732
733%scrollkeeper_update_postun() \
f27cf2fd 734if [ "$1" = "0" ]; then \
f93109a0 735 /usr/bin/scrollkeeper-update -q; \
f27cf2fd 736fi; \
f93109a0 737%{nil}
738
9c404149
AM
739#-----------------------------------------------------------------
740# post %install sequence:
741# - autodeps exceptions
742# - compress all man and info pages,
743# - strip all ELF executables and ELF shared objects if not %debug.
8f74418b 744# - compress kernel modules if any
9c404149
AM
745
746###################################################################
747# Requires/Provides automation
3e202b06 748# exceptions system by Jacek Konieczny <jajcus@pld-linux.org>
338726a6 749#
2892b5df
JB
750%__noautoreqfiles %(sed -e s'/#.*//' /etc/rpm/noautoreqfiles)%{?_noautoreqfiles: %{_noautoreqfiles}}
751%__noautoprovfiles %(sed -e s'/#.*//' /etc/rpm/noautoprovfiles)%{?_noautoprovfiles: %{_noautoprovfiles}}
752%__noautoreq %(sed -e s'/#.*//' /etc/rpm/noautoreq)%{?_noautoreq: %{_noautoreq}}
753%__noautoreqdep %(sed -e s'/#.*//' /etc/rpm/noautoreqdep)%{?_noautoreqdep: %{_noautoreqdep}}
754%__noautoprov %(sed -e s'/#.*//' /etc/rpm/noautoprov)%{?_noautoprov: %{_noautoprov}}
c94807f3 755
338726a6
JB
756#%_noautocompressdoc %{nil}
757#
8f74418b
MM
758%_missing_doc_files_terminate_build 1%{nil}
759%_unpackaged_files_terminate_build %{nil}
8781dc74 760# (X)emacs support
d77dcb61 761%___emacs_lispdir_helper -batch -q -eval '(while load-path (princ (concat (car load-path) "\\n")) (setq load-path (cdr load-path)))' 2> /dev/null|sed -n '/\\(.*\\/x\\?emacs\\/site-lisp\\)\\/\\?$/{s,,\\1,p;q;}'
c94807f3
ER
762%_emacs_lispdir %{expand:%%global _emacs_lispdir %(Z=$(emacs %___emacs_lispdir_helper); echo ${Z:-ERROR})}%_emacs_lispdir
763%_xemacs_lispdir %{expand:%%global _xemacs_lispdir %(Z=$(xemacs %___emacs_lispdir_helper); echo ${Z:-ERROR})}%_xemacs_lispdir
25043cd4 764
02b58f60
JK
765%__php_provides %{nil}
766%__php_requires %{nil}
767%__perl_provides %{nil}
768%__perl_requires %{nil}
fa3497cd 769%__mono_provides %{nil}
770%__mono_requires %{nil}
25043cd4
AF
771
772# Perl specific macro definitions.
c94807f3
ER
773%perl_privlib %{expand:%%global perl_privlib %(eval $(%{__perl} -V:installprivlib 2>/dev/null); echo ${installprivlib:-ERROR})}%perl_privlib
774%perl_archlib %{expand:%%global perl_archlib %(eval $(%{__perl} -V:installarchlib 2>/dev/null); echo ${installarchlib:-ERROR})}%perl_archlib
775%perl_vendorlib %{expand:%%global perl_vendorlib %(eval $(%{__perl} -V:installvendorlib 2>/dev/null); echo ${installvendorlib:-ERROR})}%perl_vendorlib
776%perl_vendorarch %{expand:%%global perl_vendorarch %(eval $(%{__perl} -V:installvendorarch 2>/dev/null); echo ${installvendorarch:-ERROR})}%perl_vendorarch
777%perl_sitelib %{expand:%%global perl_sitelib %(eval $(%{__perl} -V:installsitelib 2>/dev/null); echo ${installsitelib:-ERROR})}%perl_sitelib
778%perl_sitearch %{expand:%%global perl_sitearch %(eval $(%{__perl} -V:installsitearch 2>/dev/null); echo ${installsitearch:-ERROR})}%perl_sitearch
25043cd4 779
45c00b39 780# Ruby
c94807f3
ER
781%__ruby /usr/bin/ruby
782%ruby_archdir %{expand:%%global ruby_archdir %(%{__ruby} -r rbconfig -e 'print Config::CONFIG["archdir"]' 2>/dev/null || echo ERROR)}%ruby_archdir
783%ruby_ridir %{expand:%%global ruby_ridir %(%{__ruby} -r rbconfig -e 'include Config; print File.join(CONFIG["datadir"], "ri", CONFIG["ruby_version"], "system")' 2>/dev/null || echo ERROR)}%ruby_ridir
784%ruby_rubylibdir %{expand:%%global ruby_rubylibdir %(%{__ruby} -r rbconfig -e 'print Config::CONFIG["rubylibdir"]' 2>/dev/null || echo ERROR)}%ruby_rubylibdir
785%ruby_vendorarchdir %{expand:%%global ruby_vendorarchdir %(%{__ruby} -r rbconfig -e 'print Config::CONFIG["vendorarchdir"]' 2>/dev/null || echo ERROR)}%ruby_vendorarchdir
786%ruby_vendorlibdir %{expand:%%global ruby_vendorlibdir %(%{__ruby} -r rbconfig -e 'print Config::CONFIG["vendorlibdir"]' 2>/dev/null || echo ERROR)}%ruby_vendorlibdir
787%ruby_sitearchdir %{expand:%%global ruby_sitearchdir %(%{__ruby} -r rbconfig -e 'print Config::CONFIG["sitearchdir"]' 2>/dev/null || echo ERROR)}%ruby_sitearchdir
788%ruby_sitelibdir %{expand:%%global ruby_sitelibdir %(%{__ruby} -r rbconfig -e 'print Config::CONFIG["sitelibdir"]' 2>/dev/null || echo ERROR)}%ruby_sitelibdir
751cfc9e 789%ruby_rdocdir /usr/share/rdoc
c94807f3 790%ruby_version %{expand:%%global ruby_version %(%{__ruby} -r rbconfig -e 'print Config::CONFIG["ruby_version"]' 2>/dev/null || echo ERROR)}%ruby_version
669604db
ER
791%ruby_ver_requires_eq Requires: ruby(ver) = %ruby_version
792%ruby_mod_ver_requires_eq Requires: ruby-modules(ver) = %ruby_version
45c00b39 793
7ccf7643 794%php_pear_dir /usr/share/pear
7813c433 795%php_data_dir /usr/share/php
c94807f3
ER
796%php_extensiondir %{expand:%%global php_extensiondir %(php-config --extension-dir 2>/dev/null || echo ERROR)}%php_extensiondir
797%php_sysconfdir %{expand:%%global php_sysconfdir %(php-config --sysconfdir 2>/dev/null || echo ERROR)}%php_sysconfdir
798%php_includedir %{expand:%%global php_includedir %(php-config --include-dir 2>/dev/null || echo ERROR)}%php_includedir
25043cd4 799
0c5d1b9b 800# extract php/zend api versions
c94807f3 801%php_major_version %{expand:%%global php_major_version %(awk '/#define PHP_MAJOR_VERSION/{print $3}' %{php_includedir}/main/php_version.h 2>/dev/null || echo ERROR)}%php_major_version
e0d35dd1 802%php_minor_version %{expand:%%global php_minor_version %(awk '/#define PHP_MINOR_VERSION/{print $3}' %{php_includedir}/main/php_version.h 2>/dev/null || echo ERROR)}%php_minor_version
c94807f3
ER
803%php_api_version %{expand:%%global php_api_version %(awk '/#define PHP_API_VERSION/{print $3}' %{php_includedir}/main/php.h 2>/dev/null || echo ERROR)}%php_api_version
804%php_pdo_api_version %{expand:%%global php_pdo_api_version %(awk '/#define PDO_DRIVER_API/{print $3}' %{php_includedir}/ext/pdo/php_pdo_driver.h 2>/dev/null || echo ERROR)}%php_pdo_api_version
805%php_debug %{expand:%%global php_debug %(awk '/#define ZEND_DEBUG/{print $3}' %{php_includedir}/main/php_config.h 2>/dev/null || echo ERROR)}%php_debug
806%zend_module_api %{expand:%%global zend_module_api %(awk '/#define ZEND_MODULE_API_NO/{print $3}' %{php_includedir}/Zend/zend_modules.h 2>/dev/null || echo ERROR)}%zend_module_api
807%zend_extension_api %{expand:%%global zend_extension_api %(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' %{php_includedir}/Zend/zend_extensions.h 2>/dev/null || echo ERROR)}%zend_extension_api
808%zend_zts %{expand:%%global zend_zts %(Z=$(grep -sc '^#define ZTS 1' %{php_includedir}/main/php_config.h); echo ${Z:-ERROR})}%zend_zts
c1b2705c
ER
809
810# helper macro
f952c0f3 811%__php_api_requires(v:) Requires: php%{-v*}(%{expand:%1}) = %{expand:%{%{!?2:%{1}}%{?2}}}
c1b2705c
ER
812
813# macros for public use
814# for php extensions (php-pecl)
68b68193 815%requires_php_extension %{__php_api_requires modules_api php_api_version} \
415f4a1a 816%{__php_api_requires zend_module_api} \
f952c0f3
ER
817%{__php_api_requires -v %php_major_version debug php_debug} \
818%{__php_api_requires -v %php_major_version thread-safety zend_zts}
68b68193 819
c1b2705c
ER
820# for zend extensions
821%requires_zend_extension %{__php_api_requires zend_module_api} \
68b68193 822%{__php_api_requires zend_extension_api} \
f952c0f3
ER
823%{__php_api_requires -v %php_major_version debug php_debug} \
824%{__php_api_requires -v %php_major_version thread-safety zend_zts}
c1b2705c 825
934c685f
ER
826# for php pdo modules (php-pecl-PDO_*)
827%requires_php_pdo_module %{__php_api_requires PDO_API php_pdo_api_version}
828
6c3b8203
ER
829# for using PHP post scripts. for PHP >= 5.0
830%php_webserver_restart \
831[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
578e7794 832[ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart \
8e2cfc36 833if [ -x /etc/rc.d/init.d/php-fcgi ]; then \
ba1800dc
ER
834 PHP_FCGI_BINARY=; . /etc/sysconfig/php-fcgi 2>/dev/null \
835 if [[ ${PHP_FCGI_BINARY:-php.fcgi} = *php.fcgi* ]]; then \
836 %service -q php-fcgi restart \
837 fi \
838fi \
8e2cfc36
ER
839if [ -x /etc/rc.d/init.d/php-fpm ]; then \
840 %service -q php-fpm restart \
841fi \
6c3b8203
ER
842%{nil}
843
844# for using php post scripts. for PHP >= 4.0 && PHP < 5.0
845%php4_webserver_restart \
846[ ! -f /etc/apache/conf.d/??_mod_php4.conf ] || %service -q apache restart \
578e7794 847[ ! -f /etc/httpd/conf.d/??_mod_php4.conf ] || %service -q httpd restart \
8e2cfc36 848if [ -x /etc/rc.d/init.d/php-fcgi ]; then \
ba1800dc
ER
849 PHP_FCGI_BINARY=; . /etc/sysconfig/php-fcgi 2>/dev/null \
850 if [[ ${PHP_FCGI_BINARY:-php.fcgi} = *php4.fcgi* ]]; then \
851 %service -q php-fcgi restart \
852 fi \
853fi \
6c3b8203
ER
854%{nil}
855
578e9248 856# X.org helper macros
434ab5a2
ER
857%__xorg_abi_requires_ge() Requires: xorg-xserver-server(%{expand:%1}-abi) >= %{expand:%{%2}}
858%__xorg_abi_requires_lt() Requires: xorg-xserver-server(%{expand:%1}-abi) < %(awk -vv=%{expand:%{%2}} 'BEGIN{split(v, a, "."); printf("%s.0", a[1] + 1); exit}')
859
c94807f3
ER
860%xorg_xserver_ansic_abi %{expand:%%global xorg_xserver_ansic_abi %(awk '/#define ABI_ANSIC_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' /usr/include/xorg/xf86Module.h 2> /dev/null || echo ERROR)}%xorg_xserver_ansic_abi
861%xorg_xserver_extension_abi %{expand:%%global xorg_xserver_extension_abi %(awk '/#define ABI_EXTENSION_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' /usr/include/xorg/xf86Module.h 2> /dev/null || echo ERROR)}%xorg_xserver_extension_abi
862%xorg_xserver_font_abi %{expand:%%global xorg_xserver_font_abi %(awk '/#define ABI_FONT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' /usr/include/xorg/xf86Module.h 2> /dev/null | echo ERROR)}%xorg_xserver_font_abi
863%xorg_xserver_videodrv_abi %{expand:%%global xorg_xserver_videodrv_abi %(awk '/#define ABI_VIDEODRV_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' /usr/include/xorg/xf86Module.h 2> /dev/null || echo ERROR)}%xorg_xserver_videodrv_abi
864%xorg_xserver_xinput_abi %{expand:%%global xorg_xserver_xinput_abi %(awk '/#define ABI_XINPUT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' /usr/include/xorg/xf86Module.h 2> /dev/null || echo ERROR)}%xorg_xserver_xinput_abi
611a25d5 865# vim: '
578e9248 866
434ab5a2 867%requires_xorg_xserver_extension \
97486460
AM
868%{__xorg_abi_requires_ge ansic xorg_xserver_ansic_abi} \
869%{__xorg_abi_requires_lt ansic xorg_xserver_ansic_abi} \
870%{__xorg_abi_requires_ge extension xorg_xserver_extension_abi} \
871%{__xorg_abi_requires_lt extension xorg_xserver_extension_abi} \
434ab5a2
ER
872%{nil}
873
874%requires_xorg_xserver_xinput \
97486460
AM
875%{__xorg_abi_requires_ge ansic xorg_xserver_ansic_abi} \
876%{__xorg_abi_requires_lt ansic xorg_xserver_ansic_abi} \
877%{__xorg_abi_requires_ge xinput xorg_xserver_xinput_abi} \
878%{__xorg_abi_requires_lt xinput xorg_xserver_xinput_abi} \
434ab5a2
ER
879%{nil}
880
881%requires_xorg_xserver_font \
97486460
AM
882%{__xorg_abi_requires_ge ansic xorg_xserver_ansic_abi} \
883%{__xorg_abi_requires_lt ansic xorg_xserver_ansic_abi} \
884%{__xorg_abi_requires_ge font xorg_xserver_font_abi} \
885%{__xorg_abi_requires_lt font xorg_xserver_font_abi} \
434ab5a2
ER
886%{nil}
887
888%requires_xorg_xserver_videodrv \
97486460
AM
889%{__xorg_abi_requires_ge ansic xorg_xserver_ansic_abi} \
890%{__xorg_abi_requires_lt ansic xorg_xserver_ansic_abi} \
891%{__xorg_abi_requires_ge videodrv xorg_xserver_videodrv_abi} \
892%{__xorg_abi_requires_lt videodrv xorg_xserver_videodrv_abi} \
434ab5a2 893%{nil}
578e9248 894
15d7cc4a
ER
895# TCL specific macro definitions.
896# TODO: when th tcl is fixed use tclsh to get version: %(echo 'puts $tcl_version' | tclsh)
897%tcl_version %{expand:%%global tcl_version %(v=$(rpm -q --qf %{V} tcl | cut -d. -f1,2); echo ${v:-ERROR})}%tcl_version
898%tcl_sitearch %{_libdir}/tcl%{tcl_version}
899%tcl_sitelib %{_datadir}/tcl%{tcl_version}
900
25043cd4
AF
901# Python specific macro definitions.
902# python main version
2383a9da 903%py_ver %{expand:%%global py_ver %(%{__python} -c "import sys; print sys.version[:3]" 2>/dev/null || echo ERROR)}%py_ver
25043cd4
AF
904
905# directories
2383a9da 906%py_prefix %{expand:%%global py_prefix %(%{__python} -c "import sys; print sys.prefix" 2>/dev/null || echo ERROR)}%py_prefix
3241033b 907%py_libdir %{py_prefix}/%{_lib}/python%{py_ver}
ef7ec0a8 908%py_scriptdir %{py_prefix}/share/python%{py_ver}
3241033b 909%py_incdir /usr/include/python%{py_ver}
7ccf7643 910%py_sitedir %{py_libdir}/site-packages
ef7ec0a8 911%py_sitescriptdir %{py_scriptdir}/site-packages
3241033b 912%py_dyndir %{py_libdir}/lib-dynload
25043cd4
AF
913
914# pure python modules compilation
3241033b 915%py_comp python -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
25043cd4 916
3241033b 917%py_ocomp python -O -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
25043cd4
AF
918
919# Software written in Python language require Python with main version
e63cd81d 920%pyrequires_eq() Requires: %1
25043cd4 921
4bf34b55
AF
922# Python 3.x
923# python main version
e9f00395 924%__python3 python3
4bf34b55
AF
925%py3_ver %{expand:%%global py3_ver %(%{__python3} -c "import sys; print(sys.version[:3])" 2>/dev/null || echo ERROR)}%py3_ver
926
927# directories
928%py3_prefix %{expand:%%global py3_prefix %(%{__python3} -c "import sys; print(sys.prefix)" 2>/dev/null || echo ERROR)}%py3_prefix
929%py3_libdir %{py3_prefix}/%{_lib}/python%{py3_ver}
930%py3_scriptdir %{py3_prefix}/share/python%{py3_ver}
931%py3_incdir /usr/include/python%{py3_ver}
932%py3_sitedir %{py3_libdir}/site-packages
933%py3_sitescriptdir %{py3_scriptdir}/site-packages
934%py3_dyndir %{py3_libdir}/lib-dynload
935
936# pure python modules compilation
937%py3_comp %{__python3} -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
938
939%py3_ocomp %{__python3} -O -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
940
f12c2314 941# Hardlink binary identical .pyc and .pyo files
f12c2314 942%__spec_install_post_py_hardlink {\
53d5af13 943%{!?no_install_post_py_hardlink: __spec_install_post_py_hardlink() { \
f35a1d62
ER
944local a b c=0 t=0; \
945if [ -d "$RPM_BUILD_ROOT" ]; then \
946 find "$RPM_BUILD_ROOT" -name '*.pyc' > __rpm_pyc; \
947 while read a; do \
948 b="${a%.pyc}.pyo"; \
949 if cmp -s "$a" "$b"; then \
950 ln -f "$a" "$b"; \
951 c=$((c + 1)); \
952 fi; \
953 t=$((t + 1)); \
954 done < __rpm_pyc; \
955 [ $t -gt 0 ] && printf "Hardlink Python files: %d/%d files hardlinked\n" $c $t; \
956 rm -f __rpm_pyc; \
957fi; \
53d5af13 958}; __spec_install_post_py_hardlink } }
f12c2314 959
9227b3f9 960# remove python sources, so that check-files won't complain
f12c2314 961%py_postclean() \
0f82e280 962for d in %{py_sitescriptdir} %{py_sitedir} %*; do \
820792a9 963 [ ! -d "$RPM_BUILD_ROOT$d" ] || find "$RPM_BUILD_ROOT$d" -name '*.py' -print0 | xargs -0r -l512 rm;\
f12c2314
AF
964done \
965%{nil}
966
4bf34b55
AF
967%py3_postclean() \
968for d in %{py3_sitescriptdir} %{py3_sitedir} %*; do \
969 [ ! -d "$RPM_BUILD_ROOT$d" ] || find "$RPM_BUILD_ROOT$d" -name '*.py' -print0 | xargs -0r -l512 rm;\
970done \
971%{nil}
972
0fc5cff8 973# depmod macro
974%depmod() { \
f6148427 975umask 022; \
0fc5cff8 976if [ -e /boot/System.map-%1 ]; then \
3241033b 977 /sbin/depmod -a -F /boot/System.map-%1 %1; \
0fc5cff8 978else \
3241033b
ER
979 if [ -e /boot/System.map ]; then \
980 /sbin/depmod -a -F /boot/System.map %1; \
981 else \
982 /sbin/depmod -a %1; \
983 fi \
0fc5cff8 984fi; \
985}
986
2afc6e64 987# XMMS specific macros
c94807f3
ER
988%xmms_prefix %{expand:%%global xmms_prefix %(xmms-config --prefix 2>/dev/null || echo ERROR)}%xmms_prefix
989%xmms_exec_prefix %{expand:%%global xmms_exec_prefix %(xmms-config --exec-prefix 2>/dev/null || echo ERROR)}%xmms_exec_prefix
990%xmms_version %{expand:%%global xmms_version %(xmms-config --version 2>/dev/null || echo ERROR)}%xmms_version
991%xmms_datadir %{expand:%%global xmms_datadir %(xmms-config --data-dir 2>/dev/null || echo ERROR)}%xmms_datadir
992%xmms_plugindir %{expand:%%global xmms_plugindir %(xmms-config --plugin-dir 2>/dev/null || echo ERROR)}%xmms_plugindir
993%xmms_visualization_plugindir %{expand:%%global xmms_visualization_plugindir %(xmms-config --visualization-plugin-dir 2>/dev/null || echo ERROR)}%xmms_visualization_plugindir
994%xmms_input_plugindir %{expand:%%global xmms_input_plugindir %(xmms-config --input-plugin-dir 2>/dev/null || echo ERROR)}%xmms_input_plugindir
995%xmms_output_plugindir %{expand:%%global xmms_output_plugindir %(xmms-config --output-plugin-dir 2>/dev/null || echo ERROR)}%xmms_output_plugindir
996%xmms_effect_plugindir %{expand:%%global xmms_effect_plugindir %(xmms-config --effect-plugin-dir 2>/dev/null || echo ERROR)}%xmms_effect_plugindir
997%xmms_general_plugindir %{expand:%%global xmms_general_plugindir %(xmms-config --general-plugin-dir 2>/dev/null || echo ERROR)}%xmms_general_plugindir
998
c28a1d6a 999%_target_base_arch %{expand:%%global _target_base_arch %(echo %{_target_cpu} | sed 's/i.86/i386/;s/athlon/i386/;s/pentium./i386/;s/amd64/x86_64/;s/ia32e/x86_64/;s/sparcv./sparc/')}%_target_base_arch
d1537778 1000
848c0d68 1001# user/group checking macros
1002#
1003# Usage:
1004# %userremove myuser
1005#
1006%userremove /usr/lib/rpm/user_group.sh user del
1007%groupremove /usr/lib/rpm/user_group.sh group del
1008#
1009# Usage:
1010# if %usertestrm myuser; then
1011# /usr/sbin/userdel -r myuser
1012# Note:
1013# use these macros only if you need to call userdel/groupdel with
1014# a non-standard option or take an extra action; otherwise use the
1015# %userremove/%groupremove macros
1016#
1017%usertestrm /usr/lib/rpm/user_group.sh user testrm
1018%grouptestrm /usr/lib/rpm/user_group.sh group testrm
08d9b1f6
JK
1019# user group membership management macros
1020#
1021# Usage:
efbc7726 1022# %addusertogroup [-q] myuser agroup
08d9b1f6 1023#
efbc7726
ER
1024# -q if user or group don't exist, don't make big noise of it (MISSINGOK behaviour)
1025#
1026# Requirements:
1027# BuildRequires: rpmbuild(macros) >= 1.515
2b29e157
ER
1028%addusertogroup(q) quiet=%{-q:1} /usr/lib/rpm/user_group.sh user addtogroup %*; \
1029%{nil}
72fcfcb3 1030
1031# banner support (useful in {pre,post}{,un} and triggers)
1032#
1033# Usage:
aa41c920 1034# %banner name [-a] [-e] [-n] [-tn] <<EOF
72fcfcb3 1035# the banner text, the banner text
aa41c920
ER
1036# the banner text, and following line
1037#EOF
1038# You can use any form of here-document, <<'EOF' <<-EOT will do.
1039# NOTE: if your use "<<-EOF", then You can actually indent inside here-document.
1040#
72fcfcb3 1041# -a - append to the banner
a8b9562a 1042# -e - send to stderr instead of stdout
628754cb 1043# -n - no show banner (overrides -t)
1044# -t - show only, if RPM_SCRIPTVERBOSITY >= n; default n=5
276a7b45
ER
1045#
1046# Tests:
1047# (rpm -E '%banner -e banner <<EOF'; echo -e 'hi\nEOF') > m; sh -x m
1048# rpm -E 'date | %banner -e banner' > m; sh -x m
1049#
afb54f6c 1050%banner(aent:) ( \
1b334fe4 1051RPM_SCRIPTVERBOSITY=5 \
1052[ -r /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm \
1053if [ -x /usr/bin/banner.sh ]; then \
aa41c920 1054 CMD="/usr/bin/banner.sh %{-e:--stderr} %{!-n:$([ $RPM_SCRIPTVERBOSITY -ge %{-t:%{-t*}}%{!-t:5} ] && echo -s)} %{!-a:-m}%{-a:-M} %1" \
1b334fe4 1055else \
a8b9562a 1056 CMD="cat%{-e: >&2}" \
1b334fe4 1057fi \
276a7b45
ER
1058eval $CMD %{?2:%2}%{?3: %3}) \
1059%{nil}
628754cb 1060
990bd03f 1061# useradd/groupadd macros
4c73bc69 1062# Author: Elan Ruusamäe <glen@pld-linux.org>
90627280
ER
1063#
1064# Usage:
1065# %useradd [-P package] [-u uid] [-d home_dir] [-s shell] [-c comment]
1066# [-g initial_group] [-G group[,...]] login
1067#
1068# -u uid. REQUIRED
1069# -g gid/group. REQUIRED
1070# -s defaults to /bin/false
1071# -d defaults to /usr/share/empty
1072# -c No default
1073# -r is accepted but ignored (it's always set)
6bd4c218 1074# -k skeleton dir. defaults to /usr/share/empty
90627280
ER
1075# rpm specific flags
1076# -P package name. defaults to %{name}
1077#
90627280 1078%useradd(c:d:e:f:g:G:Mmk:op:s:u:rP:) \
9ba02ba9
ER
1079%{!-u:%{error:useradd: Required argument -u missing}} \
1080%{!-g:%{error:useradd: Required argument -g missing}} \
1081%{!?1:%{error:useradd: Required parameter login missing}} \
90627280
ER
1082if [ -n "`/bin/id -u %{expand:%{%{#}}} 2>/dev/null`" ]; then \
1083 if [ "`/bin/id -u %{expand:%{%{#}}}`" != "%{-u*}" ]; then \
1084 echo "Error: user %{expand:%{%{#}}} doesn't have uid=%{-u*}. Correct this before installing %{-P*}%{!?-P:%{name}}." 1>&2 \
1085 exit 1 \
1086 fi \
1087else \
1088 echo "Adding user %{expand:%{%{#}}} UID=%{-u*}." \
1089 /usr/sbin/useradd \\\
b5a7d552 1090 %{-m:-m -k %{-k*}%{!-k:/usr/share/empty}} \\\
90627280
ER
1091 -u %{-u*} \\\
1092 -r \\\
1093 -d %{-d*}%{!-d:/usr/share/empty} \\\
1094 -s %{-s*}%{!-s:/bin/false} \\\
840e7b00 1095 %{-c:-c "%(set -- %{-c*} %{*}; echo $1)"}\\\
90627280
ER
1096 -g %{-g*} \\\
1097 %{-M} \\\
1098 %{-G:-G %{-G*}} \\\
1aac682a 1099 %{expand:%{%{#}}} 1>&2 || exit $? \
bcf63b58 1100 [ ! -x /usr/sbin/nscd ] || /usr/sbin/nscd -i passwd || : \
90627280 1101fi;
611a25d5 1102# vim: "
90627280 1103
90627280
ER
1104# Usage:
1105# %groupadd [-P package] [-g gid] group
1106#
1107# -g gid. REQUIRED
1108#
1109# Sample:
1110# %groupadd -P %{name}-base -g %{gid} %{name}
1111
1112%groupadd(g:P:rfo) \
9ba02ba9
ER
1113%{!-g:%{error:groupadd: Required argument -g missing}} \
1114%{!?1:%{error:groupadd: Required parameter group missing}} \
637962e6 1115if /usr/bin/getgid %{1} > /dev/null 2>&1; then \
90627280
ER
1116 if [ "`/usr/bin/getgid %{1}`" != "%{-g*}" ]; then \
1117 echo "Error: group %{1} doesn't have gid=%{-g*}. Correct this before installing %{-P*}%{!?-P:%{name}}." 1>&2 \
1118 exit 1 \
1119 fi \
1120else \
1121 echo "Adding group %{1} GID=%{-g*}." \
1aac682a 1122 /usr/sbin/groupadd -g %{-g*} -r %{1} 1>&2 || exit $? \
bcf63b58 1123 [ ! -x /usr/sbin/nscd ] || /usr/sbin/nscd -i group || : \
90627280 1124fi;
7cb77741 1125
7c50f037 1126# webapp macros
4c73bc69 1127# Author: Elan Ruusamäe <glen@pld-linux.org>
35663282
ER
1128#
1129# The config is installed/removed inside trigger, this means that you can any
1130# time install apache1/apache/lighttpd package and the configuration file is
fe6c4bdd 1131# updated. if you don't need the config for various reason for specific
35663282
ER
1132# webserver, just remove the symlink from config directory using webapp
1133# program. the trigger will not recreate the symlink on upgrades. In other
1134# words the config is linked to webserver config directory on first install of
1135# PACKAGE or WEBSERVER.
1136#
7c50f037
ER
1137# Add package's webserver config to webserver webapps dir.
1138# Usage:
aea687a7 1139# %webapp_register [-f] WEBSERVER WEBAPP
35663282 1140#
aea687a7 1141%webapp_register(f) \
35663282 1142%{?debug:set -x; echo "webapp_register: %{name}-%{version}-%{release} 1:[$1]; 2:[$2]"} \
aea687a7 1143if [ -n "%{-f:1}" ] || [ "$1" = "1" ] && [ "$2" = "1" ]; then\
35663282
ER
1144 /usr/sbin/webapp register %1 %2\
1145fi\
694a8f2e 1146# reload webserver if the config symlink is there and skip reload if webserver is upgraded\
5d3a09a3 1147if [ -L /etc/%1/webapps.d/%(echo "%2" | tr '/' '-').conf ] && [ "$2" -lt "2" ]; then\
16897aea 1148 %{expand:%service -q %%1 reload}\
35663282
ER
1149fi\
1150%{nil}
1151
1152# Remove package's config from webserver webapps dir.
35663282 1153# Usage:
531c0efc
ER
1154# %webapp_register [-f] WEBSERVER WEBAPP
1155%webapp_unregister(f) \
35663282
ER
1156%{?debug:set -x; echo "webapp_unregister: %{name}-%{version}-%{release}: 1:[$1]; 2:[$2]"} \
1157# remove link if either of the packages are gone \
5d3a09a3 1158if [ -n "%{-f:1}" ] || [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L /etc/%1/webapps.d/%(echo "%2" | tr '/' '-').conf ]; then \
df979130 1159 /usr/sbin/webapp unregister %1 %2\
16897aea 1160 %{expand:%service -q %%1 reload}\
35663282
ER
1161fi \
1162%{nil}
1163
462b26fa 1164# service macro.
4c73bc69 1165# Author: Elan Ruusamäe <glen@pld-linux.org>
462b26fa
ER
1166#
1167# calls usual service restart on package %post, but skips the restart if
1168# administrator has disabled automatic service restarts in either global
1169# /etc/sysconfig/rpm or per service /etc/sysconfig/SERVICE file.
1170#
462b26fa 1171# Usage:
7377b5ca 1172# %service [-q] [-n] SERVICE ACTION ["SERVICE NICE DESCRIPTION"]
462b26fa 1173#
a0bbe604 1174# -q be silent when service isn't started (for scriplets restaring other package's services)
7377b5ca 1175# -n NOOP mode, do not actually restart service
462b26fa 1176#
7377b5ca
ER
1177# Requirements:
1178# BuildRequires: rpmbuild(macros) >= 1.268
1179# Requires: rc-scripts
1180# -n option:
1181# BuildRequires: rpmbuild(macros) >= 1.450
1182%service(qn) {{%(export noop=%{-n:1} quiet=%{-q:1}; /usr/lib/rpm/service_generator.sh %{*}) };}
6aedae62
ER
1183
1184
f9aa75bf
ER
1185# Java macros. based on jpackage macros.java
1186#
1187# Root directory where all Java VMs/SDK/JREs are installed.
2d4659a1 1188%_jvmdir %{_libdir}/jvm
f9aa75bf
ER
1189
1190# Root directory where all Java VMs/SDK/JREs expose their jars
2d4659a1 1191%_jvmjardir %{_libdir}/jvm-exports
f9aa75bf
ER
1192
1193# Root directory for all Java VM/SDK/JRE's private things.
1194%_jvmprivdir %{_libdir}/jvm-private
1195
1196# Root directory for all architecture dependent parts of Java VM/SDK/JRE's
2d4659a1 1197%_jvmlibdir %{_libdir}/jvm
f9aa75bf
ER
1198
1199# Root directory for all architecture independent parts of Java VM/SDK/JRE's
1200%_jvmdatadir %{_datadir}/jvm
1201
1202# Root directory for all configurations parts of Java VM/SDK/JRE's
1203%_jvmsysconfdir %{_sysconfdir}/jvm
1204
1205# Root directory for all common architecture dependent parts of Java VM/SDK/JRE's
f5ed4276 1206%_jvmcommonlibdir %{_libdir}/jvm-common
f9aa75bf
ER
1207
1208# Root directory for all common architecture independent parts of Java VM/SDK/JRE's
f5ed4276 1209%_jvmcommondatadir %{_datadir}/jvm-common
f9aa75bf
ER
1210
1211# Root directory for all common configurations parts of Java VM/SDK/JRE's
f5ed4276 1212%_jvmcommonsysconfdir %{_sysconfdir}/jvm-common
f9aa75bf
ER
1213
1214# Directory where arch-specific (JNI) version-independent jars are installed.
2d4659a1 1215%_jnidir %{_libdir}/java
f9aa75bf 1216
ed644e79
JK
1217
1218# JDK selection. Set this to name of the JDK implementation to use
1219# insead of the system default
1220#%use_jdk icedtea6
1221
1222# expands to the value with right jdk for BuildRequires header
1223# 'jdk' if %%use_jdk is not defined, jdk(%%use_jdk) otherwise
1224# The requirement will not replace current 'default' JDK
1225%required_jdk jdk%{?use_jdk:(%{use_jdk})}
1226
1227%buildrequires_jdk BuildRequires: %required_jdk
1228
1229%java_home %{expand:%%global java_home %([ -f %{_javadir}-utils/java-functions ] || { echo ERROR; exit 0; }; %{!?use_jdk:unset JAVA_HOME; . %{_javadir}-utils/java-functions; set_jvm}%{?use_jdk:JAVA_HOME=%{_jvmdir}/%{use_jdk}}; echo ${JAVA_HOME:-ERROR})}%java_home
6aedae62 1230
e0e23dcd 1231%_javasrcdir %{_usrsrc}/java
1232
a9254650 1233%ant JAVA_HOME=%{java_home} CLASSPATH=$CLASSPATH ant
fe6c4bdd 1234%jar %{java_home}/bin/jar
ed644e79 1235%java %{expand:%%global java %([ -f %{_javadir}-utils/java-functions ] || { echo ERROR; exit 0; }; %{!?use_jdk:unset JAVACMD; . %{_javadir}-utils/java-functions; set_javacmd}%{?use_jdk:JAVACMD=%{java_home}/bin/java}; echo $JAVACMD)}%java
fe6c4bdd
ER
1236%javac %{java_home}/bin/javac
1237%javadoc %{java_home}/bin/javadoc
6aedae62 1238
fe6c4bdd 1239%add_jvm_extension JAVA_LIBDIR=%{buildroot}/%{_javadir} %{_bindir}/jvmjar -l
6aedae62
ER
1240
1241%jpackage_script() \
3ca65b87
ER
1242install -d $RPM_BUILD_ROOT%{_bindir}\
1243cat > $RPM_BUILD_ROOT%{_bindir}/%5 << 'EOF' \
6aedae62
ER
1244#!/bin/sh\
1245#\
1246# %{name} script\
1247# JPackage Project <http://www.jpackage.org/>\
1248\
1249# Source functions library\
1250. %{_javadir}-utils/java-functions\
1251\
1252# Source system prefs\
3ca65b87 1253if [ -f %{_sysconfdir}/java/%{name}.conf ]; then\
fe6c4bdd 1254 . %{_sysconfdir}/java/%{name}.conf\
6aedae62
ER
1255fi\
1256\
1257# Source user prefs\
3ca65b87
ER
1258if [ -f $HOME/.%{name}rc ]; then\
1259 . $HOME/.%{name}rc\
6aedae62
ER
1260fi\
1261\
1262# Configuration\
1263MAIN_CLASS=%1\
1264BASE_FLAGS=%2\
1265BASE_OPTIONS=%3\
3ca65b87 1266BASE_JARS="%(echo %4 | tr ':' ' ')"\
6aedae62
ER
1267\
1268# Set parameters\
1269set_jvm\
3ca65b87
ER
1270set_classpath $BASE_JARS\
1271set_flags $BASE_FLAGS\
1272set_options $BASE_OPTIONS\
6aedae62
ER
1273\
1274# Let's start\
3ca65b87 1275run "$@"\
6aedae62
ER
1276EOF
1277
06f11871
ER
1278# jpackage 1.7
1279# Directory for maven depmaps
1280#
1281%_mavendepmapdir /etc/maven
1282%_mavendepmapfragdir /etc/maven/fragments
1283
1284#
1285# add_to_depmap adds an entry to the depmap. The arguments are:
1286#
1287# %1 the original groupid
1288# %2 the original artifact id
1289# %3 the version
1290# %4 the new groupid
1291# %5 the new artifactid
1292#
1293
1294%add_to_maven_depmap() \
1295install -dm 755 $RPM_BUILD_ROOT/%{_mavendepmapfragdir}\
1296cat >>$RPM_BUILD_ROOT/%{_mavendepmapfragdir}/%{name}<< EOF\
1297<dependency>\
1298 <maven>\
1299 <groupId>%1</groupId>\
1300 <artifactId>%2</artifactId>\
1301 <version>%3</version>\
1302 </maven>\
1303 <jpp>\
1304 <groupId>%4</groupId>\
1305 <artifactId>%5</artifactId>\
1306 <version>%3</version>\
1307 </jpp>\
1308</dependency>\
1309\
1310EOF\
1311%{nil}
1312
1313#==============================================================================
1314#
1315# update_maven_depmap updates the main maven depmap
1316#
1317%update_maven_depmap() \
1318echo -e "<dependencies>\\n" > %{_mavendepmapdir}/maven2-depmap.xml\
1319if [ -d %{_mavendepmapfragdir} ] && [ -n "`find %{_mavendepmapfragdir} -type f`" ]; then\
1320cat %{_mavendepmapfragdir}/* >> %{_mavendepmapdir}/maven2-depmap.xml\
1321fi\
1322echo -e "</dependencies>\\n" >> %{_mavendepmapdir}/maven2-depmap.xml
1323
02c5f99a 1324# JAVA macros specific for PLD
1325
1326# Directory for tomcat context configuration files
1327%_tomcatconfdir %{_sharedstatedir}/tomcat/conf/Catalina/localhost
06f11871 1328
89c2423f 1329# Tomcat cache path
1330%_tomcatcachedir %{_sharedstatedir}/tomcat/work/Catalina/localhost
1331
1332# Clear tomcat cache
1333# Author: Paweł Zuzelski <pawelz@pld-linux.org>
1334#
1335# Usage:
1336# %%tomcat_clear_cache appname
1337#
e09b1b1b 1338# Call this script in %postun scriptlet. It will remove compiled jsps related to
89c2423f 1339# given app.
1340#
1341%tomcat_clear_cache() %{!?1:ERROR}%{?2:ERROR} %{__rm} -rf %{_tomcatcachedir}/%1
1342
59d3ebe9 1343# PEAR install macros
4c73bc69 1344# Author: Elan Ruusamäe <glen@pld-linux.org>
dfce8b19
ER
1345#
1346# Usage:
f7ecf326 1347# %%pear_package_setup ...
dfce8b19 1348#
59d3ebe9 1349# -a # - also unpack SOURCE#. for PEAR bootstrapping
dfce8b19 1350# -n FMT - create builddir with FMT, instead of default %%{_pearname}-%%{version}
59d3ebe9 1351# -z - unpack pear package and let pear use package.xml (not tarball) for install. for PEAR bootstrapping
f7ecf326
ER
1352# -D - pass -D to %setup (so the build dir is not removed)
1353# -c - register channel from local channel.xml file
dfce8b19
ER
1354#
1355# unpack PEAR package to %%{_builddir}/FMT. package is extracted with already
1356# destination hierarchy. you should copy the tree to buildroot after
1357# patching/reorganizing with %%pear_package_install.
1358#
1359# additionally BUILDROOT is stripped from files and files are converted to UNIX
1360# line endings.
1361#
1362# the pear install process output is recorded to install.log, you should put it
8763f51e 1363# to %%doc for later debug or just for information.
dfce8b19
ER
1364#
1365# additionally additional-packages.txt is produced if it was detected that the
1366# package has optional dependencies. the file format is suitable of displaying
1367# in %%post of a package. you should put this file to %%doc. noautocompressdoc is
1368# automatically added for this file.
59d3ebe9
ER
1369
1370
1371# records install.log and transforms PEAR names to PLD Linux rpm package names.
1372%__pear_install_log \
1373tee install.log \
1374# make post message of optional packages \
f64d1bb2 1375grep 'can optionally use' install.log | sed -e 's,package "pear/,package "php-pear-,g;s,^pear/,php-pear-,;s,^pear/,php-pear-,;s,^channel://.*/,,' > optional-packages.txt \
59d3ebe9
ER
1376if [ -s optional-packages.txt ]; then \
1377 awk -F'"' '/use package/{print $2}' optional-packages.txt | sed -e "s,_,/,g;s,php-pear-, 'pear(,;s,$,.*)'," | tr -d '\\\n' > _noautoreq \
1378else \
1379 rm -f optional-packages.txt \
1380fi \
1381%{nil}
1382
1383# command invoking pear cli
1384%__pear /usr/bin/pear
1385
67a089ff 1386%pear_install(a:n:zD) \
59d3ebe9 1387%__pear \\\
f7ecf326 1388 -c %{builddir}/pearrc \\\
dfce8b19 1389 -d doc_dir=/docs \\\
f7ecf326
ER
1390 -d temp_dir=/tmp \\\
1391 -d php_dir=%{-c:%{builddir}/}%{php_pear_dir} \\\
dfce8b19
ER
1392 -d bin_dir=%{_bindir} \\\
1393 -d data_dir=%{php_pear_dir}/data \\\
1394 -d test_dir=%{php_pear_dir}/tests \\\
1395 install \\\
59d3ebe9 1396 --packagingroot=%{builddir} \\\
dfce8b19
ER
1397 --offline \\\
1398 --nodeps \\\
1399 %{-f:--force} \\\
67a089ff 1400 %{!-z:%{S:%{-a*}%{!-a:0}}}%{-z:$_P} > .install.log || { c=$?; cat .install.log; exit $c; }; \
b872fad7 1401 %{-c:cp -a %{builddir}/%{builddir}/%{php_pear_dir} %{builddir}/%(dirname %{php_pear_dir}); rm -rf %{builddir}/%{builddir}; } \
67a089ff
ER
1402%{nil}
1403
1404# The main macro.
1405# using this macro will append optional-packages.txt to the nocompressdoc list
1406# as it's displayed to user after package install. and adding additional gzip
1407# dep is just waste ;)
f7ecf326 1408%pear_package_setup(a:n:zDc:) \
67a089ff
ER
1409%define srcdir %{-n*}%{!-n:%{_pearname}-%{version}} \
1410%define builddir %{_builddir}/%{srcdir} \
1411%setup -q -c -T %{-D:-D} -n %{srcdir} \
1412%{-z:tar zxf %{S:0}; %{-a:tar zxf %{S:%{-a*}}}} \
1413%{-z:_P=package2.xml; [ -f $_P ] || _P=package.xml; _N=%{srcdir}; mv $_P $_N; cd $_N} \
f7ecf326 1414%{-c:%{__pear} -c pearrc config-set php_dir %{builddir}/%{php_pear_dir}; %__pear -c %{builddir}/pearrc channel-add %{-c*}} \
67a089ff 1415%pear_install \
59d3ebe9
ER
1416%{-z:cd ..} \
1417cat %{-z:$_N/}.install.log | %__pear_install_log \
1418\
dfce8b19 1419# undos sources \
2a80e4cf 1420find -type f -print0 | xargs -0 sed -i -e 's,\\r$,,' \
dfce8b19
ER
1421%{!?_noautocompressdoc:%global _noautocompressdoc %{nil}}%{expand:%%global _noautocompressdoc %{_noautocompressdoc} optional-packages.txt} \
1422%{!?_noautoprov:%global _noautoprov %{nil}}%{expand:%%global _noautoprov %{_noautoprov} 'pear(tests/.*)'} \
1423%{nil}
1424
7bef60e8 1425# Copies exctracted PEAR package structure and PEAR registry to buildroot.
4c73bc69 1426# Author: Elan Ruusamäe <glen@pld-linux.org>
dfce8b19
ER
1427%pear_package_install() \
1428cp -a ./%{php_pear_dir}/{.registry,*} $RPM_BUILD_ROOT%{php_pear_dir} \
1429find $RPM_BUILD_ROOT%{php_pear_dir} '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v \
1430# help the developer out a little: \
1431if [ -f _noautoreq ]; then \
1432 echo "AutoReqdep detected:" \
1433 echo "_noautoreq $(cat _noautoreq)" \
1434fi \
1435%{nil}
1436
0d5dd00c
ER
1437
1438# Register OpenLDAP schema.
4c73bc69 1439# Author: Elan Ruusamäe <glen@pld-linux.org>
0d5dd00c
ER
1440#
1441# Usage:
1442# %%openldap_schema_register [-d core,nis] %{schemadir}/horde.schema
1443#
1444# -d specify dependant schemas, separated by comma
1445#
1446%openldap_schema_register(d:) \
1447for schema in %*; do \
1448 if ! grep -q "$schema" /etc/openldap/slapd.conf; then \
1449 %{__sed} -i -e " \
1450 /^include.*local.schema/{ \
1451 iinclude\\t $schema\
1452 } \
1453 " /etc/openldap/slapd.conf \
1454 fi \
1455done \
1456# enable dependant schemas \
1457if [ "%{-d*}" ]; then \
1458 %{__sed} -i -e ' \
1459 /^#include.*\\(%(echo '%{-d*}' | %{__sed} -e 's/,/\\\\|/g')\\)\\.schema/{ \
1460 s/^#// \
1461 }' /etc/openldap/slapd.conf \
1462fi \
1463%{nil}
1464
1465# Unregister OpenLDAP schema.
4c73bc69 1466# Author: Elan Ruusamäe <glen@pld-linux.org>
0d5dd00c
ER
1467#
1468# Usage:
1469# %%openldap_schema_unregister %{schemadir}/horde.schema
1470#
1471%openldap_schema_unregister() \
1472for schema in %*; do \
1473 if grep -q "$schema" /etc/openldap/slapd.conf; then \
1474 %{__sed} -i -e " \
1475 /^include.*$(echo "$schema" | %{__sed} -e 's,/,\\\\/,g')/d \
1476 # for symmetry it would be nice if we disable enabled schemas in post, \
1477 # but we really can not do that, it would break something else. \
1478 " /etc/openldap/slapd.conf \
1479 fi \
1480done \
1481%{nil}
1482
b0bc2936 1483%env_update [ ! -x /sbin/env-update ] || /sbin/env-update -u || :
d834e0a1 1484
dcc6baf7 1485
1486# Build modules for kernels 2.6
1487# Author: Przemyslaw Iskra <sparky@pld-linux.org>
1488#
1489# Usage:
aa559e46 1490# %build_kernel_modules -m <modules> -C <directory>
dcc6baf7 1491#
1492# remember that proper Makefile is still required
1493# Options:
990bd03f 1494# -m <modules> (required) -- comma-separated list of modules to save,
dcc6baf7 1495# without .ko extension, may be placed in subdirectory
aa559e46 1496# -C <directory> -- change to <directory> before doing anything
dcc6baf7 1497# -p <arg>, -P <arg> -- arguments passeed to make scripts
5a81d83e 1498# -c -- do not execute make clean
dcc6baf7 1499# <additional arguments> -- all additional arguments will be passed to
1500# make modules
1501#
1502# Additional patching supported via here document. Try:
1503# %build_kernel_modules -m module <<'EOF'
1504# your patch script here
1505# EOF
1506# Don't use it unless patching depends on config options.
1507
1508# Developer note: don't touch it unless you know how to handle '\'.
1509# - \ in script expands to nothing
1510# - \\\ in script expands to \
566398b4 1511# - \\\ inside definition expands to nothing
dcc6baf7 1512# - \\\\\\\ inside definition expands to \
1513# - in last line \ has to touch arguments so arguments passing
1514# in new lines (using \) will be supported
1515
5a81d83e 1516%build_kernel_modules(p:P:m:C:c) \
dcc6baf7 1517%{!?-m:%{error:%{0}: Required module name/list missing} exit 1} \
1518 \
1519%define Opts \\\\\\\
1520%if "%{_target_base_arch}" != "%{_arch}" \\\
1521 %if "%{_arch}" == "x86_64" && "%{_target_base_arch}" == "i386" \\\
88608ef7 1522 CC="%{kgcc}" ARCH=%{_target_base_arch} \\\
dcc6baf7 1523 %else \\\
1524 ARCH=%{_target_base_arch} CROSS_COMPILE=%{_target_cpu}-pld-linux- \\\
1525 %endif \\\
1526%else \\\
88608ef7 1527 CC="%{kgcc}" \\\
dcc6baf7 1528%endif \
88608ef7 1529%define MakeOpts HOSTCC="%{kgcc}" SYSSRC=%{_kernelsrcdir} SYSOUT=$PWD/o \\\\\\\
dcc6baf7 1530 O=$PWD/o %{?with_verbose:V=1} %{Opts} \
1531 \
e364bc26 1532%{?-C:cd %{-C*}} \
dcc6baf7 1533compile() { \
ba9de9b2
ER
1534 local L="<" PATCH_SH; \
1535 [[ '%{*}' != *$L$L* ]] || PATCH_SH="set -x -e;$(cat)" \
dcc6baf7 1536 set -e -x \
730239f9 1537 local cfgs='%{?with_dist_kernel:%{?with_smp: smp}%{?with_up: up}}%{!?with_dist_kernel: nondist}' \
dcc6baf7 1538 \
730239f9 1539for cfg in ${cfgs:-dist}; do \
dcc6baf7 1540 [ -r "%{_kernelsrcdir}/config-$cfg" ] || exit 1 \
1541 \
c546f6fb 1542 rm -rf o \
ec8cb195 1543 install -d o/include/linux o/include/generated o/arch/powerpc/lib \
dcc6baf7 1544 ln -sf %{_kernelsrcdir}/config-$cfg o/.config \
1545 ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers \
ec8cb195
AM
1546 if [ -f %{_kernelsrcdir}/include/generated/autoconf-$cfg.h ]; then \
1547 ln -sf %{_kernelsrcdir}/include/generated/autoconf-$cfg.h o/include/generated/autoconf.h \
a2a36b0c 1548 ln -s ../generated/autoconf.h o/include/linux/autoconf.h \
ec8cb195
AM
1549 else \
1550 ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h \
1551 fi \
dcc6baf7 1552 \
1553 set +x \
1554 [ -z "$PATCH_SH" ] || echo "$PATCH_SH" | %__spec_build_shell \
1555 set -x \
1556 \
c768535c 1557 %if %{with dist_kernel} || %(test -f %{_kernelsrcdir}/scripts/bin2c ; echo $?) \
dcc6baf7 1558 %{__make} -j1 -C %{_kernelsrcdir} prepare scripts \\\
1559 %{-p*} %{-P*} \\\
1560 %{MakeOpts} \
1561 %else \
1562 install -d o/include/config \
1563 touch o/include/config/MARKER \
588f1b0b 1564 ln -sf %{_kernelsrcdir}/include/config/auto-$cfg.conf o/include/config/auto.conf \
dcc6baf7 1565 ln -sf %{_kernelsrcdir}/scripts o/scripts \
1566 %endif \
1567 \
5a81d83e 1568 %{!?-c:%{__make} -C %{_kernelsrcdir} clean \\\
dcc6baf7 1569 RCS_FIND_IGNORE="-name '*.ko' -o" \\\
f635907b 1570 ${1+"$@"} \\\
5a81d83e 1571 M=$PWD %{MakeOpts}} \
f635907b 1572 \
dcc6baf7 1573 %{__make} -C %{_kernelsrcdir} modules \\\
1574 ${1+"$@"} \\\
1575 M=$PWD %{MakeOpts} \
1576 \
1577 for MODULE in {%{-m*},}; do \
1578 [ -z "${MODULE}" ] || mv ${MODULE}{,-$cfg}.ko \
1579 done \
1580done \
aa559e46 1581%{?-C:cd -} \
dcc6baf7 1582} \
1583compile %{*}\
1584%{nil}
1585
1586
1587# Install kernel modules built by %build_kernel_modules
1588# Author: Przemyslaw Iskra <sparky@pld-linux.org>
1589#
1590# Usage:
1591# %install_kernel_modules -m <modules> -d <directory>
1592#
1593# Options:
990bd03f 1594# -m <modules> (required) -- comma-separated list of modules to install,
dcc6baf7 1595# without .ko extension, may be placed in subdirectory
1596# -d <directory> (required) -- in what subdirectory modules should be
1597# installed (eg. misc, kernel/drivers/net)
1598# -s <suffix> -- suffix to use when installing modules, useful when module
1599# with same name exists in kernel already
1600# -n <file> -- name of modprobe config file to use (without .conf extension)
00395cf1 1601# for defining aliases, only useful with -s
dcc6baf7 1602
1603%install_kernel_modules(m:d:s:n:) \
1604%{!?-m:%{error:%{0}: Required module name (-m) missing}exit 1} \
1605%{!?-d:%{error:%{0}: Required module directory missing}exit 1} \
1606%{?-n:%{!?-s:%{error:%{0}: Modprobe .conf file requires module suffix}exit 1}} \
1607 \
1608%define KernelD $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver} \
1609%define ModprobeD $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/%{_kernel_ver} \
412786d1 1610 \
b279feda 1611__install_kernel_modules() { \
730239f9 1612local cfgs='%{?with_dist_kernel:%{?with_smp: smp}%{?with_up: up}}%{!?with_dist_kernel: nondist}' \
dcc6baf7 1613 \
1614for MODULE in {%{-m*},}; do \
1615 [ -n "${MODULE}" ] || continue \
730239f9
ER
1616 for cfg in ${cfgs:-dist}; do \
1617 [ "$cfg" = smp ] && suf=smp || suf= \
1618 MNAME=${MODULE##*/} \
1619 install -D ${MODULE}-$cfg.ko \\\
1620 %{KernelD}$suf/%{-d*}/${MNAME}%{-s:-%{-s*}}.ko \
b9460afb 1621 %{?-s:install -d %{ModprobeD}$suf \
730239f9
ER
1622 echo "alias ${MNAME} ${MNAME}-%{-s*}" \\\
1623 >> %{ModprobeD}$suf/%{-n*}.conf} \
1624 done \
dcc6baf7 1625done \
b279feda 1626} \
1627__install_kernel_modules \
dcc6baf7 1628%{nil}
1629
fa65356c 1630# patchset macros
4c73bc69 1631# Author: Elan Ruusamäe <glen@pld-linux.org>
fa65356c
ER
1632#
1633# Usage:
1634# %patchset_source -f <seq(1) format> <start> [<end>]
1635# %patchset_patch <start> [<end>]
1636#
1637# If <end> is omited, it is assumed to be <start>.
1638#
1639# For example in preamble:
1640# %patchset_source -f ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.%03g 33 44
1641# and in %prep:
1642# %patchset_patch 33 44
1643
1644# generate SourceX urls from range START STOP
1645# Format can be SINGLE format char of %e, %f, %g, see seq(1)
1646# The sources start from 10000
e91610db 1647%patchset_source(f:b:) %(
44f733ef 1648 base=%{-b*}%{!-b*:10000};
962f9ecf
ER
1649 start=$(expr $base + %1);
1650 end=$(expr $base + %{?2}%{!?2:%{1}});
e91610db
ER
1651 # we need to call seq twice as it doesn't allow two formats
1652 seq -f 'Patch%g:' $start $end > %{tmpdir}/__ps1;
1653 seq -f '%{-f*}' %1 %{?2}%{!?2:%{1}} > %{tmpdir}/__ps2;
1654 paste %{tmpdir}/__ps{1,2};
1655 rm -f %{tmpdir}/__ps{1,2};
962f9ecf
ER
1656) \
1657%{nil}
fa65356c
ER
1658
1659# apply sources from %patchset_source
1660# -p specify -pX for %patch line
1661# -b base offset: defaults to 10000
1662%patchset_patch(f:p:b:) %(
44f733ef 1663 base=%{-b*}%{!-b*:10000};
962f9ecf
ER
1664 start=$(expr $base + %1);
1665 end=$(expr $base + %{?2}%{!?2:%{1}});
e91610db
ER
1666 echo ": patchset_patch %1%{?2: to %2}";
1667 seq -f 'patch%g %{-p*:-p%{-p*}}' $start $end | sed -e s,^,%%,;
962f9ecf
ER
1668) \
1669%{nil}
fa65356c 1670
5730b44b 1671# browser plugins v2
4c73bc69 1672# Author: Elan Ruusamäe <glen@pld-linux.org>
5730b44b
ER
1673#
1674# Usage:
1675# %browser_plugins_add_browser <name> -p <plugindir>
1676#
1677# <name> (required) -- name of the browser. usually %{name}.
1678# -p <plugindir> (required) -- in what directory browser searches for its plugins.
02ebf70f
ER
1679# -b -- default blacklists
1680# -a <arch> override arch
5730b44b
ER
1681#
1682# Example:
1683# %browser_plugins_add_browser %{name} -p %{_firefoxdir}/plugins
1684
1685%_browserpluginsconfdir /etc/browser-plugins
5e19a4dc 1686%_browserpluginsdir %{_libdir}/browser-plugins
5730b44b
ER
1687%update_browser_plugins /usr/sbin/update-browser-plugins || :
1688
02ebf70f 1689%browser_plugins_add_browser(p:b:a:) \
9efd458e 1690 browser=%1.%{!-a:%{_target_base_arch}}%{-a*} \
5730b44b 1691 install -d $RPM_BUILD_ROOT%{_browserpluginsconfdir}/{blacklist,browsers}.d \
02ebf70f
ER
1692 ln -s %{-p*} $RPM_BUILD_ROOT%{_browserpluginsconfdir}/browsers.d/$browser \
1693 blacklist_file=$RPM_BUILD_ROOT%{_browserpluginsconfdir}/blacklist.d/$browser.blacklist \
5730b44b
ER
1694 echo '# This file format is shell globs at base dir of plugindir' > $blacklist_file \
1695 %{-b:cat >> $blacklist_file %{-b*}} \
1696%{nil}
1697
ad17b654
ER
1698# Helper for LUA.
1699# split string separated by space into quoted list
1700#
4c73bc69 1701# Author: Elan Ruusamäe <glen@pld-linux.org>
ad17b654
ER
1702#
1703# %__lua_split /bin/sh /bin/pdksh -> "/bin/sh", "/bin/pdksh"
1704%__lua_split() %(echo "%*" | awk '{for (i=1;i<=NF;i++) printf("\\"%%s\\"%%s", $i, i == NF ? "" : ", ")}')
1705
1706# adjust /etc/shells by adding and removing shells from there
4c73bc69 1707# Author: Elan Ruusamäe <glen@pld-linux.org>
ad17b654
ER
1708#
1709# Usage:
d9b789d9
ER
1710# %post -p <lua>
1711# %lua_add_etc_shells /bin/sh /bin/pdksh
ad17b654 1712#
d9b789d9
ER
1713# %preun -p <lua>
1714# if arg[2] == 0 then
1715# %lua_remove_etc_shells /bin/bash /bin/rbash
1716# end
7377b5ca
ER
1717#
1718# Requirements:
d9b789d9
ER
1719# BuildRequires: rpmbuild(macros) >= 1.462
1720#
ad17b654 1721
d9b789d9 1722%lua_add_etc_shells() \
ad17b654
ER
1723t = {}\
1724f = io.open("/etc/shells", "r")\
1725if f then\
1726 for l in f:lines() do t[l]=l; end\
1727 f:close()\
1728end\
1729for _, s in ipairs({%{expand:%%__lua_split %*}}) do\
1730 if not t[s] then\
b8c0bc18 1731 print("Adding "..s.." to /etc/shells")\
ad17b654
ER
1732 f = io.open("/etc/shells", "a"); f:write(s.."\\n"); f:close()\
1733 end\
1734end\
1735%{nil}
1736
d9b789d9
ER
1737%lua_remove_etc_shells() \
1738t = {}\
1739f = io.open("/etc/shells", "r")\
1740if f then\
1741 for l in f:lines() do t[l]=l; end\
1742 f:close()\
1743end\
1744for _, l in pairs({%{expand:%%__lua_split %*}}) do\
1745 print("Removing "..l.." from /etc/shells")\
1746 t[l] = nil\
1747end\
1748s=""\
1749for _, l in pairs(t) do\
1750 s=s..l.."\\n"\
1751end\
1752io.open("/etc/shells", "w"):write(s)\
1753%{nil}
1754
1755# Backwards compat. Use of %lua_ prefixed macros is preferred as these are cleaner to read.
1756#
1757# Author: Elan Ruusamäe <glen@pld-linux.org>
1758#
1759# Usage:
1760# %post -p %add_etc_shells -p /bin/sh /bin/pdksh
1761# %preun -p %remove_etc_shells -p /bin/sh /bin/pdksh
1762#
1763# -p (optional) -- specifies that result is embeded %post script (prepends <lua> as first line)
1764#
1765# Requirements:
1766# BuildRequires: rpmbuild(macros) >= 1.429
1767#
1768%add_etc_shells(p) %{-p:<lua>}\
1769%{expand:%%lua_add_etc_shells %*}\
1770%{nil}
1771
ad17b654 1772%remove_etc_shells(p) %{-p:<lua>}\
b8c0bc18 1773%{-p:if arg[2] == 0 then}\
d9b789d9 1774%{expand:%%lua_remove_etc_shells %*}\
750e19f4 1775%{-p:end} \
ad17b654
ER
1776%{nil}
1777
75bd6249
ER
1778# Check syntax for Python files
1779#
1780# Author: Elan Ruusamäe <glen@pld-linux.org>
1781# Author: Arkadiusz Miśkiewicz <arekm@pld-linux.org>
1782#
1783# Usage:
1784# %py_lint src
1785#
1786# Requirements:
1787# BuildRequires: python
1788# BuildRequires: rpmbuild(macros) >= 1.469
1789
1790%py_lint() \
1791__py_lint() { \
1792find "$@" -type f -name '*.py' | python -c ' \
1793import sys \
1794import compiler \
1795\
1796err = 0\
1797for f in sys.stdin: \
1798 fd = open(f.strip()) \
1799 c = fd.read() \
1800 fd.close() \
1801 try: \
1802 compiler.parse(c) \
1803 except SyntaxError, e: \
1804 print "py_lint: %s: %s" % (f.strip(), e) \
1805 err = err + 1\
1806\
1807if err: \
1808 print >> sys.stderr, "\\npy_lint: ERROR: Syntax errors in %d files.\\n" % err \
1809 sys.exit(1) \
1810else: \
1811 print >> sys.stderr, "py_lint: Found no syntax errors." \
1812' \
1813}; __py_lint %* \
1814%{nil}
1815
f602e4a0 1816# Undos files
1817#
1818# Author: Paweł Zuzelski <pawelz@pld-linux.org>
1819#
1820# Usage:
1821# %undos list_of_files
1822#
1823# Requirements:
1824# BuildRequires: sed >= 4.0
0b7119cc 1825# BuildRequires: rpmbuild(macros) >= 1.553
f602e4a0 1826
0b7119cc
ER
1827# NB: make sure this command stays on one line
1828%undos %{__sed} -i -e 's,\\r$,,'
f602e4a0 1829
2f79ae5a
ER
1830# Hook to register nagios object based plugins in Nagios NRPE daemon config.
1831#
1832# Author: Elan Ruusamäe <glen@pld-linux.org>
1833#
1834# Usage:
1835# -a NAME -- add command named NAME
1836# -d NAME -- remove command named NAME
1837# -f FILE -- specify plugin configuration FILE to extract command definition from
1838#
1839# Sample:
1840# %triggerin -- nagios-nrpe
1841# %nagios_nrpe -a %{plugin} -f %{_sysconfdir}/%{plugin}.cfg
1842#
1843# %triggerun -- nagios-nrpe
1844# %nagios_nrpe -d %{plugin} -f %{_sysconfdir}/%{plugin}.cfg
1845#
1846# Requirements:
1847# BuildRequires: sed >= 4.0
d7cee36f 1848# BuildRequires: rpmbuild(macros) >= 1.552
2f79ae5a 1849%nagios_nrpe(a:d:c:f:) {\
d7cee36f 1850 m=$(md5sum < /etc/nagios/nrpe.cfg); \
2f79ae5a 1851 %{-a:# on -a and config exists \
d7cee36f
ER
1852 if [ -f /etc/nagios/nrpe.cfg ]; then \
1853 if ! %{__grep} -q '^command\[%{-a*}\]' /etc/nagios/nrpe.cfg; then \
1854 %{__sed} -ne 's/^[ \t]*command_line[ \t]\+\(.\+\)/command[%{-a*}]=\1/p' %{-f*} >> /etc/nagios/nrpe.cfg; \
2f79ae5a
ER
1855 fi; \
1856 fi;} \
1857 %{-d:# on package remove, -d and config exists \
d7cee36f
ER
1858 if [ "$1" = "0" -a -f /etc/nagios/nrpe.cfg ]; then \
1859 %{__sed} -i -e '/^[ \t]*command\[%{-d*}\]/d' /etc/nagios/nrpe.cfg; \
2f79ae5a 1860 fi;} \
d7cee36f
ER
1861 if [ "$m" != "$(md5sum < /etc/nagios/nrpe.cfg)" ]; then \
1862 %service -q nrpe restart; \
1863 fi; \
2f79ae5a
ER
1864}%{nil}
1865
070aa9f4
ER
1866# Import or update Cacti template.
1867#
1868# Author: Elan Ruusamäe <glen@pld-linux.org>
1869#
1870# Usage:
1871# %cacti_import_template XMLFILE
1872# XMLFILE -- XML template to import
1873#
1874# Sample:
1875# %post
1876# %cacti_import_template %{resourcedir}/cacti_host_template_varnish.xml
1877#
1878# Requires: cacti >= 0.8.7e-8
1879# BuildRequires: rpmbuild(macros) >= 1.554
1880
1881%cacti_import_template() {\
1882/usr/share/cacti/cli/import_template.php --filename=%1 || :; \
1883}%{nil}
1884
f51bfb2f 1885# vim:ts=4 sw=4 noet ft=spec
This page took 0.663374 seconds and 4 git commands to generate.