]> git.pld-linux.org Git - packages/rpm.git/blob - rpm.macros
- it is time to switch kgcc to gcc 3.2.x :)
[packages/rpm.git] / rpm.macros
1 # PLD rpm macros
2
3 %__id           @__ID@
4 %__id_u         %{__id} -u 
5 %__chown_Rhf           @__CHOWN_RHF@
6 %__chgrp_Rhf           @__CHGRP_RHF@
7
8 %_fixowner       [ `%{__id_u}` = '0' ] && %{__chown_Rhf} root.@ROOT_GROUP@
9 %_fixgroup       true
10 %_fixperms             %{__chmod} -Rf @FIXPERMS@
11 %_topdir         %(echo $HOME)/rpm
12 %_exec_prefix    %{_prefix}
13 %_bindir         %{_exec_prefix}/bin
14 %_sbindir        %{_exec_prefix}/sbin
15 %_libexecdir     %{_exec_prefix}/lib
16 %_datadir        %{_prefix}/share
17 %_sharedstatedir /var/lib
18 %_lib            lib
19 %_libdir         %{_exec_prefix}/%{_lib}
20 %_includedir     %{_prefix}/include
21 %_oldincludedir  /usr/include
22 %_sysconfdir     /etc
23 %_localstatedir  /var
24 %_infodir        /usr/share/info
25 %_mandir         %{_prefix}/share/man
26 %_defaultdocdir  %{_usr}/share/doc
27 #-----------------------------------------------------------------
28 # CFLAGS and LDFLAGS used to build
29
30 %debugcflags    -O0 -g -Wall
31 %rpmcflags      %{?debug:%debugcflags}%{!?debug:%optflags}
32 %rpmldflags     %{!?debug:-s}
33
34 # kernel compiler
35 %kgcc           gcc
36 %kgcc_package   gcc
37
38 # Build system path macros.
39 #
40 %__libtoolize           libtoolize --copy --force
41 %__gettextize { \
42     if ! gettextize --version | grep -q '0\.10\.' ; then \
43         if grep -qs 'AM_GNU_GETTEXT.*external' configure.{ac,in} ; then \
44             gettextize --copy --force --no-changelog; \
45         else \
46             gettextize --copy --force --no-changelog --intl; \
47         fi; \
48         if [ ! -f po/Makevars ]; then \
49             cp -f po/Makevars{.template,}; \
50         fi; \
51     else \
52         gettextize --copy --force; \
53     fi; \
54 }
55 %__autopoint            autopoint --force
56 %__automake             automake -a -c -f --foreign
57 %__autoconf             autoconf %{?debug:-Wall}
58
59 #-----------------------------------------------------------------
60 %configure2_13 { \
61  if [ -n "$LINGUAS" ]; then unset LINGUAS; fi; \
62  LDFLAGS="${LDFLAGS:-%rpmldflags}" ; export LDFLAGS ; \
63  CFLAGS="${CFLAGS:-%rpmcflags}" ; export CFLAGS ; \
64  CXXFLAGS="${CXXFLAGS:-%rpmcflags}" ; export CXXFLAGS ; \
65  FFLAGS="${FFLAGS:-%rpmcflags}" ; export FFLAGS ; \
66  CPPFLAGS="${CPPFLAGS:-}" ; export CPPFLAGS ; \
67  %{?__cc:CC=%{__cc} ; export CC ; } \
68  %{?__cxx:CXX=%{__cxx} ; export CXX ; } \
69  %{?configuredir:%{configuredir}}%{!?configuredir:.}/configure \
70         --host=%{_target_platform} \
71         --prefix=%{_prefix} \
72         --exec-prefix=%{_exec_prefix} \
73         --bindir=%{_bindir} \
74         --sbindir=%{_sbindir} \
75         --sysconfdir=%{_sysconfdir} \
76         --datadir=%{_datadir} \
77         --includedir=%{_includedir} \
78         --libdir=%{_libdir} \
79         --libexecdir=%{_libexecdir} \
80         --localstatedir=%{_localstatedir} \
81         --sharedstatedir=%{_sharedstatedir} \
82         --mandir=%{_mandir} \
83         --infodir=%{_infodir} \
84 }
85
86 #----------------------------------------------------------------
87 %configure {./configure \
88         LDFLAGS="${LDFLAGS:-%rpmldflags}" \
89         CFLAGS="${CFLAGS:-%rpmcflags}" \
90         CXXFLAGS="${CXXFLAGS:-%rpmcflags}" \
91         FFLAGS="${FFLAGS:-%rpmcflags}" \
92         CPPFLAGS="${CPPFLAGS:-}" \
93         %{?__cc:CC=%{__cc}} \
94         %{?__cxx:CXX=%{__cxx}} \
95         --build=%{_target_platform} \
96         --prefix=%{_prefix} \
97         --exec-prefix=%{_exec_prefix} \
98         --bindir=%{_bindir} \
99         --sbindir=%{_sbindir} \
100         --sysconfdir=%{_sysconfdir} \
101         --datadir=%{_datadir} \
102         --includedir=%{_includedir} \
103         --libdir=%{_libdir} \
104         --libexecdir=%{_libexecdir} \
105         --localstatedir=%{_localstatedir} \
106         --sharedstatedir=%{_sharedstatedir} \
107         --mandir=%{_mandir} \
108         --infodir=%{_infodir} \
109 }
110
111 # Location of autoconf macros
112 %_aclocaldir    %(aclocal --print-ac-dir)
113
114 # Location of omf files
115 %_omf_dest_dir  %(scrollkeeper-config --omfdir)
116
117 # Location of pkgconfig files
118 %_pkgconfigdir  /usr/lib/pkgconfig
119
120 # Location of top applink dir
121 %_applnkdir      %{_prefix}/share/applnk
122
123 # Location pixmaps for applnk/desktop files
124 %_pixmapsdir    %{_prefix}/share/pixmaps
125
126 # Location of fonts directories
127 %_fontsdir      /usr/share/fonts
128
129 # Location of Gtk and associated libraries documentation
130 %_gtkdocdir  %{_defaultdocdir}/gtk-doc/html
131
132 # Current date
133 %date           %(LC_ALL="C" date +"%a %b %d %Y")
134
135 # tmp directory
136 %tmpdir         %(echo "${TMPDIR:-/tmp}")
137
138 # Example files, programs, scripts...
139 %_examplesdir   /usr/src/examples
140
141 # The directory holding Linux kernel sources
142 %_kernelsrcdir  /usr/src/linux
143
144 # If non-empty "debug" macro defined, add "dbg" suffix to release number
145 %_rpmfilename           %%{NAME}-%%{VERSION}-%%{RELEASE}%{?debug:dbg}.%%{ARCH}.rpm
146
147 # Requires name = version-release
148 %requires_releq()               %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}-%%{release}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
149 %requires_releq_kernel_up()     %(LC_ALL="C" rpm -qf --qf 'Prereq: kernel-up = %%{epoch}:%%{version}-%%{release}\\n' %{_kernelsrcdir}/include/linux/version.h | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -vE "(is not|no such)")
150 %requires_releq_kernel_smp()    %(LC_ALL="C" rpm -qf --qf 'Prereq: kernel-smp = %%{epoch}:%%{version}-%%{release}\\n' %{_kernelsrcdir}/include/linux/version.h | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -vE "(is not|no such)")
151
152 # kernel version-release handling
153 %__kernel_ver    %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
154 %__kernel_rel    %(LC_ALL="C" rpm -qf %{_kernelsrcdir}/include/linux/version.h --queryformat "%{RELEASE}" | grep -v "is not")
155 %_kernel_ver     %(echo %{__kernel_ver}%{!?_without_dist_kernel:-%{__kernel_rel}})
156 %_kernel_ver_str %(echo %{_kernel_ver} | sed s/-/_/g)
157
158 # sgml macros
159 %xmlcat_add()            /usr/bin/xmlcatalog --noout --add nextCatalog \"\" %1 /etc/xml/catalog
160 %xmlcat_del()            /usr/bin/xmlcatalog --noout --del %1 /etc/xml/catalog
161 %xmlcat_add_rewrite      /usr/bin/xmlcatalog --noout --add rewriteSystem
162 %xmlcat_create()          /usr/bin/xmlcatalog --noout --create %1
163 %sgmlcat_add()           /usr/bin/install-catalog --add %1 %2 > /dev/null
164 %sgmlcat_del()           /usr/bin/install-catalog --remove %1 %2 > /dev/null
165 %docbook_sgmlcat_fix() { for l in \
166 '' \
167 '  -- default decl --' \
168 'DTDDECL "-//OASIS//DTD DocBook XML V%2//EN" "../../xml.dcl"' \
169 '  -- hacks for opensp --' \
170 'SYSTEM "file://%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd" "%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd"' \
171 'SYSTEM "http://www.oasis-open.org/docbook/xml/%2/docbookx.dtd"                  "%{_datadir}/sgml/docbook/xml-dtd-%2/docbookx.dtd"' \
172 '' \
173 ; do echo $l; done >> %1 \
174 }
175
176 #-----------------------------------------------------------------
177 # find and gzip all files in %{_mandir} and %{infodir}
178 #
179 # Requires: xargs, find
180 #
181 #%no_install_post_compress_docs 1
182 %__spec_install_post_compress_docs { \
183 echo "Compress man and info pages."; \
184 %{!?no_install_post_compress_docs: \
185         %{?verbose:set -x;} \
186         for i in /usr/share/man /usr/X11R6/man /usr/share/info; do \
187                 if [ -d "$RPM_BUILD_ROOT$i" ]; then \
188                         find "$RPM_BUILD_ROOT$i" -name \*.bz2 -print | xargs -r %{__bzip2} -df; \
189                         find "$RPM_BUILD_ROOT$i" -name \*.gz -print | xargs -r %{__gzip} -dnf; \
190                         find "$RPM_BUILD_ROOT$i" -type f -print | xargs -r %{__gzip} -9nf; \
191                 fi; \
192         done; \
193 } }
194
195 #-----------------------------------------------------------------
196 # Strip executable binaries and shared object files
197 #
198 # Requires: find, awk, strip, cut, xargs
199 #
200 #%no_install_post_strip 1
201 %__spec_install_post_strip {%{!?debug: \
202 %{!?no_install_post_strip: \
203         %{?verbose:set -x;} \
204         echo "Strip executable binaries, archives and shared object files."; \
205         filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*"`; \
206         elfexelist=`echo $filelist | xargs -r file | \
207                 awk '/ELF.*executable/ {print $1}' | cut -d: -f1`; \
208         elfsharedlist=`echo $filelist | xargs -r file | \
209                 awk '/LF.*shared object/ {print $1}' | cut -d: -f1`; \
210         elfarchiveslist=`echo $filelist | xargs -r file | \
211                 awk '/current ar archive/ {print $1}' | cut -d: -f1`; \
212         if [ -n "$elfexelist" ]; then \
213                 strip --remove-section=.note  --remove-section=.comment $elfexelist; \
214         fi; \
215         if [ -n "$elfsharedlist" ]; then \
216                 strip --strip-unneeded --remove-section=.note  --remove-section=.comment $elfsharedlist; \
217         fi; \
218         if [ -n "$elfarchiveslist" ]; then \
219                 strip --strip-debug --remove-section=.note  --remove-section=.comment $elfarchiveslist; \
220         fi; } \
221 } }
222
223 #-----------------------------------------------------------------
224 # Find and gzip all kernel modules
225 #
226 # Requires: find
227 #
228 #%no_install_post_compress_modules  1
229 %__spec_install_post_compress_modules { \
230 %{!?no_install_post_compress_modules: \
231 echo "Compress kernel modules if any."; \
232     %{?verbose:set -x;} \
233     if test -d $RPM_BUILD_ROOT/lib/modules ; then \
234        find $RPM_BUILD_ROOT/lib/modules -name \*.o -type f -print | \
235        xargs -r %{__gzip} -9nf; \
236            find $RPM_BUILD_ROOT/lib/modules -name \*.o -type l -printf "%p %l\n" | \
237            while read a b; do ln -sf $b.gz $a.gz; rm -f $a; done; \
238     fi; \
239 } }
240
241 %_source_payload        w9.gzdio
242 %_binary_payload        w9.bzdio
243
244 #-----------------------------------------------------------------
245 # Update all GConf2 schemas
246 #
247 # Requires: GConf2
248 #
249 %gconf_schema_install { umask 022; \
250     GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \
251     /usr/bin/gconftool-2 --makefile-install-rule \
252     /etc/gconf/schemas/*.schemas > /dev/null \
253 }
254
255 #-----------------------------------------------------------------
256 # post %install sequence:
257 # - autodeps exceptions
258 # - compress all man and info pages,
259 # - strip all ELF executables and ELF shared objects if not %debug.
260 # - compress kernel modules if any
261
262 ###################################################################
263 # Requires/Provides automation
264 # exceptions system by Jacek Konieczny <jajcus@pld.org.pl>
265 %__spec_prep_pre \
266 _autoreqprov=n \
267 %{?_noautoreqfiles:_autoreqprov=y}\
268 %{?_noautoreq:_autoreqprov=y}\
269 %{?_noautoreqdep:_autoreqprov=y}\
270 %{?_noautoprovfiles:_autoreqprov=y}\
271 %{?_noautoprov:_autoreqprov=y}\
272 %{?_noautocompressdoc:_autoreqprov=y}\
273 if [ "$_autoreqprov" = "y" ] ; then \
274     if [ -f %{_builddir}/__rpm_lock ] ; then \
275         echo "Some package using \%_noauto*  macros is already being built" >&2 \
276         echo "If it is not true delete %{_builddir}/__rpm_lock" >&2 \
277         exit 1 \
278     else \
279         rm -f %{_builddir}/__rpm_*\
280         touch %{_builddir}/__rpm_lock \
281     fi \
282 fi \
283 %{?_noautocompressdoc:echo '%{_noautocompressdoc}' > %{_builddir}/__rpm_noautocompressdoc}\
284 %{nil}
285
286 %__os_install_post \
287 %{?_noautoreqfiles:for f in %{_noautoreqfiles} ; do echo %{?buildroot:%{buildroot}}$f >> %{_builddir}/__rpm_noautoreqfiles ; done }\
288 %{?_noautoreq:for f in %{_noautoreq} ; do echo "$f" >> %{_builddir}/__rpm_noautoreq ; done }\
289 %{?_noautoreqdep:for f in %{_noautoreqdep} ; do echo "$f" >> %{_builddir}/__rpm_noautoreqdep ; done }\
290 %{?_noautoprovfiles:for f in %{_noautoprovfiles} ; do echo %{?buildroot:%{buildroot}}$f >> %{_builddir}/__rpm_noautoprovfiles ; done }\
291 %{?_noautoprov:for f in %{_noautoprov} ; do echo "$f" >> %{_builddir}/__rpm_noautoprov ; done }\
292 %{__spec_install_post_strip}\
293 %{__spec_install_post_compress_docs}\
294 %{__spec_install_post_compress_modules}\
295 %{__arch_install_post}\
296 %{nil}
297
298 %__spec_clean_pre       %{___build_pre}\
299 _autoreqprov=n \
300 %{?_noautoreqfiles:_autoreqprov=y}\
301 %{?_noautoreq:_autoreqprov=y}\
302 %{?_noautoreqdep:_autoreqprov=y}\
303 %{?_noautoprovfiles:_autoreqprov=y}\
304 %{?_noautoprov:_autoreqprov=y}\
305 %{?_noautoreqfiles:_autoreqprov=y}\
306 %{?_noautocompressdoc:_autoreqprov=y}\
307 if [ "$_autoreqprov" = "y" ] ; then \
308         rm -f %{_builddir}/__rpm_* \
309 fi \
310 %{nil}
311
312
313 #%_noautoreqfiles       "%{_defaultdocdir}.*" "%{_examplesdir}.*"
314 #%_noautoreq            %{nil}
315 #%_noautoreqdep         %{nil}
316 #%_noautoprovfiles      %{nil}
317 #%_noautoprov           %{nil}
318 %_missing_doc_files_terminate_build     1%{nil}
319 %_unpackaged_files_terminate_build      %{nil}
This page took 0.644881 seconds and 3 git commands to generate.