Re: Mandrake RPMS, was "Building PostgreSQL 7.0.1 documentation"

From: Jan Dittberner <jan(at)jan-dittberner(dot)de>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Mandrake RPMS, was "Building PostgreSQL 7.0.1 documentation"
Date: 2000-06-15 15:56:45
Message-ID: 3948FCBD.B25D7CFB@jan-dittberner.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lamar Owen wrote:
>
> Can you send me the result of 'rpm --showrc'? I'm curious if Mandrake
> is using the macro package to determine the use of gzip versus bzip2....
> Otherwise, if the _vendor macro is set to 'mandrake', I can use that in
> a conditional.
>

Here it is:

--8<---------------------------------------------------------------------

ARCHITECTURE AND OS:
build arch : i586
compatible build archs: i586 k6 i486 i386 noarch
build os : Linux
compatible build os's : Linux
install arch : i586
install os : Linux
compatible archs : i586 k6 i486 i386 noarch
compatible os's : Linux

RPMRC VALUES:
macrofiles : /usr/lib/rpm/macros:/usr/lib/rpm/i586-linux/macros:/etc/rpm/macros:/etc/rpm/i586-linux/macros:~/.rpmmacros
optflags : -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpreferred-stack-boundary=2
========================
-14: GNUconfigure(MC:)
%{__libtoolize} --copy --force
%{__aclocal}
%{__autoheader}
%{__automake}
%{__autoconf}
%{-C:_mydir="`pwd`"; %{-M:%{__mkdir} -p %{-C*};} cd %{-C*};}
CFLAGS="%{optflags}" %{-C:${_mydir}}%{!-C:.}/configure %{_target_platform} --prefix=%{_prefix} %* %{-C:cd ${_mydir}; unset _mydir}
-14: __aclocal aclocal
-14: __autoconf autoconf
-14: __autoheader autoheader
-14: __automake automake
-14: __bzip2 %{_bzip2bin}
-14: __cat /bin/cat
-14: __chgrp /bin/chgrp
-14: __chmod /bin/chmod
-14: __chown /bin/chown
-14: __cp /bin/cp
-14: __cpio /bin/cpio
-14: __find_provides /usr/lib/rpm/find-provides
-14: __find_requires /usr/lib/rpm/find-requires
-14: __gzip %{_gzipbin}
-14: __id /usr/bin/id
-14: __install %(which install)
-14: __libtoolize libtoolize
-14: __make /usr/bin/make
-14: __mkdir /bin/mkdir
-14: __mv /bin/mv
-14: __patch /usr/bin/patch
-14: __ranlib %(which ranlib)
-14: __rm /bin/rm
-14: __strip %(which strip)
-14: __tar /bin/tar
-14: _arch i386
-14: _bindir %{_exec_prefix}/bin
-14: _build %{_host}
-14: _build_alias %{_host_alias}
-14: _build_cpu %{_host_cpu}
-14: _build_os %{_host_os}
-14: _build_vendor %{_host_vendor}
-14: _builddir %{_topdir}/BUILD
-14: _buildshell /bin/sh
-14: _bzip2bin /usr/bin/bzip2
-14: _datadir %{_prefix}/share
-14: _dbpath %{_var}/lib/rpm
-14: _defaultdocdir %{_usr}/doc
-14: _exec_prefix %{_prefix}
-14: _fixgroup [ `%{__id} -u` = '0' ] && %{__chgrp} -Rhf root
-14: _fixowner [ `%{__id} -u` = '0' ] && %{__chown} -Rhf root
-14: _fixperms %{__chmod} -Rf a+rX,g-w,o-w
-14: _gzipbin /bin/gzip
-14: _host i686-pc-linux-gnu
-14: _host_alias i686-pc-linux-gnu
-14: _host_cpu i686
-14: _host_os linux-gnu
-14: _host_vendor pc
-14: _includedir %{_prefix}/include
-14: _infodir %{_prefix}/info
-14: _instchangelog 5
-14: _libdir %{_exec_prefix}/lib
-14: _libexecdir %{_exec_prefix}/libexec
-14: _localstatedir %{_prefix}/var
-14: _mandir %{_prefix}/man
-14: _oldincludedir /usr/include
-14: _os linux
-14: _packager Jan Dittberner <jan(at)jan-dittberner(dot)de>
-14: _pgpbin /usr/bin/pgp
-14: _preScriptEnvironment
RPM_SOURCE_DIR="%{_sourcedir}"
RPM_BUILD_DIR="%{_builddir}"
RPM_OPT_FLAGS="%{optflags}"
RPM_ARCH="%{_arch}"
RPM_OS="%{_os}"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS
RPM_DOC_DIR="%{_docdir}"
export RPM_DOC_DIR
RPM_PACKAGE_NAME="%{name}"
RPM_PACKAGE_VERSION="%{version}"
RPM_PACKAGE_RELEASE="%{release}"
export RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE
%{?buildroot:RPM_BUILD_ROOT="%{buildroot}"
export RPM_BUILD_ROOT
}
-14: _prefix /usr
-14: _rpmdir %{_topdir}/RPMS
-14: _rpmfilename %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
-14: _sbindir %{_exec_prefix}/sbin
-14: _sharedstatedir %{_prefix}/com
-14: _signature none
-14: _sourcedir %{_topdir}/SOURCES
-14: _specdir %{_topdir}/SPECS
-14: _srcrpmdir %{_topdir}/SRPMS
-14: _sysconfdir %{_prefix}/etc
-11: _target i586-linux
-14: _target_alias %{_host_alias}
-11= _target_cpu i586
-11= _target_os linux
-14: _target_platform %{_target_cpu}-%{_vendor}-%{_target_os}
-14: _target_vendor %{_host_vendor}
-14: _tmppath %{_var}/tmp
-14: _topdir /home/jd9/RPM
-14: _usr /usr
-14: _usrsrc %{_usr}/src
-14: _var /var
-14: _vendor mandrake
-14: configure
%{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force}
CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix}
-14: nil %{!?nil}
-11: optflags -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpreferred-stack-boundary=2
-14: perl_archlib %(eval "`perl -V:installarchlib`"; echo $installarchlib)
-14: perl_sitearch %(eval "`perl -V:installsitearch`"; echo $installsitearch)
-14: requires_eq %(LC_ALL="C" rpm -q --queryformat 'Requires:%%{NAME} = %%{VERSION}' %1| grep -v "is not")
-15: sigtype none
======================== active 90 empty 0

--8<---------------------------------------------------------------------

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2000-06-15 15:56:53 commit the contrib clean up
Previous Message Lamar Owen 2000-06-15 15:46:52 Re: Mandrake RPMS, was "Building PostgreSQL 7.0.1 documentation"