]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - rpm.macros
Change default binary packages compresion payloads:
[packages/rpm-build-macros.git] / rpm.macros
CommitLineData
950d2f74 1#-----------------------------------------------------------------
2%configure { \
3 if [ -n "$LINGUAS" ]; then unset LINGUAS; fi; \
4 LDFLAGS="${LDFLAGS}%{!?debug: -s}" ; export LDFLAGS ; \
5 CFLAGS="${CFLAGS:-%optflags}%{?debug: -g -O}" ; export CFLAGS ; \
6 CXXFLAGS="${CXXFLAGS:-%optflags}%{?debug: -g -O}" ; export CXXFLAGS ; \
7 FFLAGS="${FFLAGS:-%optflags}%{?debug: -g -O}" ; export FFLAGS ; \
950d2f74 8 ./configure %{_target_platform} \
9 --prefix=%{_prefix} \
10 --exec-prefix=%{_exec_prefix} \
11 --bindir=%{_bindir} \
12 --sbindir=%{_sbindir} \
13 --sysconfdir=%{_sysconfdir} \
14 --datadir=%{_datadir} \
15 --includedir=%{_includedir} \
16 --libdir=%{_libdir} \
17 --libexecdir=%{_libexecdir} \
18 --localstatedir=%{_localstatedir} \
19 --sharedstatedir=%{_sharedstatedir} \
20 --mandir=%{_mandir} \
3dd68d85 21 --infodir=%{_infodir} \
22}
950d2f74 23
42dc0d85
AF
24#------------------------------------------------------------------------------
25# The GNUconfigure macro does the following:
26# update config.guess and config.sub.
27# regenerate all autoconf/automake files
28# optionally change to a directory (make the directory if requested).
29# run configure with correct prefix, platform, and CFLAGS.
30# optionally restore current directory.
31#
32# Based on autogen.sh from GNOME and orginal GNUconfigure
33#
34%GNUconfigure(MCs:) \
8dec30a1
AF
35 %{-C:_mydir="`pwd`"; %{-M: %{__mkdir} -p %{-C*};} cd %{-C*}} \
36 dirs="`find ${_mydir} -name configure.in -print`"; export dirs; \
37 for coin in `echo ${dirs}` \
42dc0d85
AF
38do \
39 dr=`dirname ${coin}`; \
40if test -f ${dr}/NO-AUTO-GEN; then \
41 : \
42else \
43 macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < ${coin}`; \
44 ( cd ${dr}; \
45 aclocalinclude="${ACLOCAL_FLAGS}"; \
46 for k in ${macrodirs}; do \
47 if test -d ${k}; then \
48 aclocalinclude="${aclocalinclude} -I ${k}"; \
49 ##else \
50 ## echo "**Warning**: No such directory \`${k}'. Ignored." \
51 fi \
52 done \
53 if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then \
54 if grep "sed.*POTFILES" configure.in >/dev/null; then \
55 : do nothing -- we still have an old unmodified configure.in \
56 else \
57 test -r ${dr}/aclocal.m4 || touch ${dr}/aclocal.m4; \
58 echo "no" | gettextize --force --copy; \
59 test -r ${dr}/aclocal.m4 && %{__chmod} u+w ${dr}/aclocal.m4; \
60 fi \
61 fi \
62 if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then \
63 %{__libtoolize} --force --copy; \
64 fi \
65 aclocal ${aclocalinclude}; \
66 if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then \
67 %{__autoheader}; \
68 fi \
69 echo "Running automake --gnu ${am_opt} ..."; \
70 %{__automake} --add-missing --gnu ${am_opt}; \
71 %{__autoconf}; \
72 ); \
73 fi \
74done \
950d2f74 75 %{-C:${_mydir}}%{!-C:.}/%{configure}
1d2b3165
AF
76 %{-C:cd ${_mydir}; unset _mydir}
77
7f97bd68
AF
78# Location of autoconf macros
79%_aclocaldir %(aclocal --print-ac-dir)
80
81# Fixed location of top applink dir
82%_applnkdir /usr/X11R6/share/applnk
83
84# Current date
85%date %(LC_ALL="C" date +"%a %b %d %Y")
1b129f75 86
7f97bd68
AF
87# tmp directory
88%tmpdir %(echo "${TMPDIR:-/tmp}")
b7cc3986
SZ
89
90# Example files, programs, scripts...
91%_examplesdir /usr/src/examples
92
93# Find-requires and directories excluded from auto-req
94%_noautoreqdir %{_defaultdocdir} %{_examplesdir}
95%_noautoreqdep %{nil}
61036537
SZ
96#%__find_requires_pre /usr/lib/rpm/find-requires-pre %{_noautoreqdir}
97#%__find_requires_core /usr/lib/rpm/find-requires
98#%__find_requires_post /usr/lib/rpm/find-requires-post
99#%__find_requires %{__find_requires_pre} | %{__find_requires_core} | %{__find_requires_post}
b7cc3986 100
ddee0a8f 101# If non-empty "debug" macro defined, add "dbg" suffix to release number
102%_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}%{?debug:dbg}.%%{ARCH}.rpm
33befaf9 103
3dd68d85 104#-----------------------------------------------------------------
105# find and gzip all files in %{_mandir} and %{infodir}
106#
107# Requires: xargs, find
108#
109%__spec_install_post_compress_docs { \
65fdfa82 110echo "Compress man and info pages."; \
111%{?verbose:set -x;} \
112for i in /usr/share/man /usr/X11R6/man /usr/share/info; do \
113 if [ -d "$RPM_BUILD_ROOT$i" ]; then \
114 find "$RPM_BUILD_ROOT$i" -type f -print | xargs %{__gzip} -9nf; \
115 fi; \
116done; \
3dd68d85 117}
118
119#-----------------------------------------------------------------
120# find and gzip all files in %{_mandir} and %{infodir}
121#
65fdfa82 122# Requires: find, awk, strip, cut, xargs
3dd68d85 123#
65fdfa82 124%__spec_install_post_strip {%{!?debug: \
125 %{?verbose:set -x;} \
126 echo "Strip executable binaries and shared object files."; \
127 filelist=`find $RPM_BUILD_ROOT -type f`; \
128 elfexelist=`echo $filelist | xargs -r file | \
129 awk '/ELF.*executable/ {print $1}' | cut -d: -f1`; \
130 elfsharedlist=`echo $filelist | xargs -r file | \
131 awk '/LF.*shared object/ {print $1}' | cut -d: -f1`; \
132 if [ -n "$elfexelist" ]; then \
133 strip --remove-section=.note --remove-section=.comment $elfexelist; \
134 fi; \
135 if [ -n "$elfsharedlist" ]; then \
136 strip --strip-unneeded --remove-section=.note --remove-section=.comment $elfsharedlist; \
137 fi; } \
3dd68d85 138}
139
140#-----------------------------------------------------------------
141# post %install sequence:
142# - compress all man and info pages,
143# - strip all ELF executables and ELF shared objects if not %debug.
144#
145%__spec_install_post { \
65fdfa82 146%{__spec_install_post_strip} \
147%{__spec_install_post_compress_docs} \
3dd68d85 148}
09558b6b 149
150%_source_payload w9.gzdio
151%_binary_payload w9.bzdio
This page took 0.105182 seconds and 4 git commands to generate.