diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20110205/193086ea/attachment-0001.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/attachments/20110205/193086ea/attachment-0001.html | 215 |
1 files changed, 215 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20110205/193086ea/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20110205/193086ea/attachment-0001.html new file mode 100644 index 000000000..051e75e8c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20110205/193086ea/attachment-0001.html @@ -0,0 +1,215 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[423] merge manbo-build.macros from rpm-manbo-setup</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>423</dd> +<dt>Author</dt> <dd>tmb</dd> +<dt>Date</dt> <dd>2011-02-05 19:46:46 +0100 (Sat, 05 Feb 2011)</dd> +</dl> + +<h3>Log Message</h3> +<pre>merge manbo-build.macros from rpm-manbo-setup</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#rpmrpmsetuptrunkNEWS">rpm/rpm-setup/trunk/NEWS</a></li> +<li><a href="#rpmrpmsetuptrunkbuildmacrosin">rpm/rpm-setup/trunk/build.macros.in</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="rpmrpmsetuptrunkNEWS">Modified: rpm/rpm-setup/trunk/NEWS</a> +=================================================================== +--- rpm/rpm-setup/trunk/NEWS 2011-02-05 17:43:49 UTC (rev 422) ++++ rpm/rpm-setup/trunk/NEWS 2011-02-05 18:46:46 UTC (rev 423) +@@ -1,6 +1,7 @@ + Version 1.116 - 5 February 2011, by Thomas Backlund + - merge rpmrc from rpm-manbo-setup + - merge manbo.macros from rpm-manbo-setup ++- merge manbo-build.macros from rpm-manbo-setup + + Version 1.115 - + - initial Mageia import + +<a id="rpmrpmsetuptrunkbuildmacrosin">Modified: rpm/rpm-setup/trunk/build.macros.in</a> +=================================================================== +--- rpm/rpm-setup/trunk/build.macros.in 2011-02-05 17:43:49 UTC (rev 422) ++++ rpm/rpm-setup/trunk/build.macros.in 2011-02-05 18:46:46 UTC (rev 423) +@@ -154,6 +154,132 @@ + + %mkrel(c:) %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release} + ++#------------------------------------------------------------------------------ ++# definions merged from manbo-setup-build ++# ++%_enable_debug_packages 1 ++ ++# Default extension to use (for info files) ++%_extension .xz ++ ++%__install_info /sbin/install-info ++ ++%_install_info() if [[ -f %{_infodir}/%{1}%{_extension} ]]; then %{__install_info} %{_infodir}/%{1}%{_extension} --dir=%{_infodir}/dir; fi \ ++%{nil} ++# (nb: keep the "alone on its line ';'") ++%_remove_install_info() if [ "$1" = "0" ]; then if [[ -f %{_infodir}/%{1}%{_extension} ]]; then %{__install_info} %{_infodir}/%{1}%{_extension} --dir=%{_infodir}/dir --remove ; fi; fi \ ++%{nil} ++ ++ ++# Macro: %{mklibname <name> [<major> [<minor>]] [-s] [-d]} ++# - %{mklibname test} => lib64test, on a lib64 platform ++# - %{mklibname test 1 -d} => libtest1-devel ++# - %{mklibname test 1 -d 0 -s} => libtest1_0-static-devel ++%mklibname(ds) %{_lib}%{1}%{?2:%{2}}%{?3:_%{3}}%{-s:-static}%{-d:-devel} ++ ++# Dynamic EVRD tags macro for use with versioned provides/requires in place of ++# '%{version}-%{release}', ie. to automatically add distepoch or epoch if present ++%EVRD %{?epoch:%{epoch}:}%{?version:%{version}}%{?release:-%{release}}%{?distepoch::%{distepoch}} ++ ++%debugcflags %{?_enable_debug_packages:-g} ++ ++# common compilation flags ++ ++%_fortify_cflags -Wp,-D_FORTIFY_SOURCE=2 ++ ++# cf http://wiki.mandriva.com/en/Development/Packaging/Problems#format_not_a_string_literal_and_no_format_arguments ++%Werror_cflags -Wformat -Werror=format-security ++ ++%_ssp_cflags -fstack-protector --param=ssp-buffer-size=4%{?_serverbuild_flags: %_serverbuild_flags} ++%__common_cflags -O2 %{debugcflags} -pipe %{Werror_cflags} %{?_fortify_cflags} ++%__common_cflags_with_ssp %{__common_cflags} %{?_ssp_cflags} ++ ++# Servers opt flags. ++# Also set the env variables for backward compatibility (mdv #32050). ++%serverbuild %define _serverbuild_flags -fstack-protector-all \ ++export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%optflags" \ ++%{nil} ++ ++ ++%_smp_mflags %([ -z "$RPM_BUILD_NCPUS" ] \\\ ++ && RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\ ++ [ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-j$RPM_BUILD_NCPUS") ++ ++%_make_bin make ++%make %{_make_bin} %_smp_mflags ++ ++%makeinstall_std make DESTDIR=%{?buildroot:%{buildroot}} install ++ ++%__fix_libtool_ltmain_from_overlinking @RPMVENDORDIR@/fix-libtool-ltmain-from-overlinking ++%__fix_libtool_from_moving_options_after_libs @RPMVENDORDIR@/fix-libtool-from-moving-options-after-libs ++%__fix_dlsearch_path_in_libtool_for_multilib @RPMVENDORDIR@/fix-dlsearch-path-in-libtool-for-multilib ++ ++%__cputoolize cputoolize ++ ++%__libtoolize_configure %{?__libtoolize:(cd $CONFIGURE_TOP; [ ! -f configure.in -a ! -f configure.ac ] || %{__libtoolize} --copy --force)} ++ ++%ldflags %{?!_disable_ld_as_needed: -Wl,--as-needed}%{?!_disable_ld_no_undefined: -Wl,--no-undefined}%{?!_disable_ld_relro: -Wl,-z,relro}%{?!_disable_ld_O1: -Wl,-O1}%{?!_disable_ld_build_id: -Wl,--build-id}%{?!_disable_ld_enable_new_dtags: -Wl,--enable-new-dtags} ++ ++%setup_compile_flags \ ++ CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ ++ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ ++ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ ++ %(if [ -n '%ldflags' ]; then echo 'LDFLAGS="$LDFLAGS%ldflags"; export LDFLAGS ;'; fi) ++ ++%before_configure \ ++ %setup_compile_flags \ ++ CONFIGURE_TOP="${CONFIGURE_TOP:-.}"; \ ++ %{?!_disable_ld_as_needed:@RPMVENDORDIR@/force-as-needed-for-shared-lib-in-libtool ;} \ ++ %{?!_disable_ld_no_undefined:@RPMVENDORDIR@/drop-ld-no-undefined-for-shared-lib-modules-in-libtool ;} \ ++ %{__fix_libtool_ltmain_from_overlinking} ; \ ++ %{__fix_libtool_from_moving_options_after_libs} $CONFIGURE_TOP ; \ ++ %{__fix_dlsearch_path_in_libtool_for_multilib} $CONFIGURE_TOP %{_lib} ++ ++# This is an improved version of %configure (from PLD team). ++%configure \ ++ %before_configure ; \ ++ %{?!_disable_libtoolize:%{?__libtoolize_configure:%{__libtoolize_configure};}} \ ++ [ -f $CONFIGURE_TOP/configure.in -o -f $CONFIGURE_TOP/configure.ac ] && \ ++ CONFIGURE_XPATH="--x-includes=%{_prefix}/include --x-libraries=%{_prefix}/%{_lib}" \ ++ $CONFIGURE_TOP/configure %{_target_platform} \\\ ++ --program-prefix=%{?_program_prefix} \\\ ++ --prefix=%{_prefix} \\\ ++ --exec-prefix=%{_exec_prefix} \\\ ++ --bindir=%{_bindir} \\\ ++ --sbindir=%{_sbindir} \\\ ++ --sysconfdir=%{_sysconfdir} \\\ ++ --datadir=%{_datadir} \\\ ++ --includedir=%{_includedir} \\\ ++ --libdir=%{_libdir} \\\ ++ --libexecdir=%{_libexecdir} \\\ ++ --localstatedir=%{_localstatedir} \\\ ++ --sharedstatedir=%{_sharedstatedir} \\\ ++ --mandir=%{_mandir} \\\ ++ --infodir=%{_infodir} \\\ ++ $CONFIGURE_XPATH ++ ++%configure2_5x \ ++ %before_configure ; \ ++ %{?_enable_libtoolize:%{?__libtoolize_configure:%{__libtoolize_configure};}} \ ++ [ -f $CONFIGURE_TOP/configure.in -o -f $CONFIGURE_TOP/configure.ac ] && \ ++ CONFIGURE_XPATH="--x-includes=%{_prefix}/include --x-libraries=%{_prefix}/%{_lib}" \ ++ $CONFIGURE_TOP/configure --build=%{_target_platform} \\\ ++ --prefix=%{_prefix} \\\ ++ --exec-prefix=%{_exec_prefix} \\\ ++ --bindir=%{_bindir} \\\ ++ --sbindir=%{_sbindir} \\\ ++ --sysconfdir=%{_sysconfdir} \\\ ++ --datadir=%{_datadir} \\\ ++ --includedir=%{_includedir} \\\ ++ --libdir=%{_libdir} \\\ ++ --libexecdir=%{_libexecdir} \\\ ++ --localstatedir=%{_localstatedir} \\\ ++ --sharedstatedir=%{_sharedstatedir} \\\ ++ --mandir=%{_mandir} \\\ ++ --infodir=%{_infodir} \\\ ++ $CONFIGURE_XPATH ++ ++ + #============================================================================== + # ---- Build policy macros. + # + +</pre></div> + +</body> +</html>
\ No newline at end of file |