On 14 Jul 99, at 19:08, Bernhard Rosenkr�nzer wrote:

> On Wed, 14 Jul 1999, Oden Eriksson wrote:
>
> > How do I make cpu optimized rpm's ?
>
> ftp://ftp.mandrakesoft.com/pub/bero/Mandrake-RPM-HOWTO.bz2

Hi,

I really you should write down the cpu optimizations in a
~/.rpmmacros file. Take a look at mine that I have attached to this
message (it's not in any way complete). This would make the rpm
authors life so much easier...

Perhaps a nice Linux Mandrake RPM authoring kit is the way to go ?
--

V�nliga h�lsningar / Oden Eriksson CNE+MCSE+Linux
UIN: 952113
0971-554 52
070-346 43 02

# $Id: macros.in,v 1.31 1999/05/14 18:59:43 jbj Exp $

%_buildshell            /bin/sh
%_topdir                /usr/src/redhat
%_builddir              %{_topdir}/BUILD
%_rpmdir                %{_topdir}/RPMS
%_sourcedir             %{_topdir}/SOURCES
%_specdir               %{_topdir}/SPECS
%_srcrpmdir             %{_topdir}/SRPMS
%_rpmfilename           %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
%_tmppath               /tmp
%packager               Oden Eriksson <[EMAIL PROTECTED]>
%_signature             none

%_arch                  i386
%_vendor                RedHat
%_os                    Linux
%_target_platform       %{_target_cpu}-%{_vendor}-%{_target_os}
%optflags               -O2 -m486 -fno-strength-reduce

%_prefix                /usr
%_exec_prefix           %{_prefix}
%_bindir                %{_exec_prefix}/bin
%_defaultdocdir         %{_prefix}/doc
%_sbindir               %{_exec_prefix}/sbin
%_libexecdir            %{_exec_prefix}/libexec
%_datadir               %{_prefix}/share
%_sysconfdir            /etc
%_sharedstatedir        %{_prefix}/com
%_localstatedir         %{_prefix}/var
%_libdir                %{_exec_prefix}/lib
%_includedir            %{_prefix}/include
%_oldincludedir         /usr/include
%_infodir               %{_prefix}/include
%_mandir                %{_prefix}/man

Reply via email to