Mailinglist Archive: opensuse-packaging (109 mails)
< Previous | Next > |
Re: [opensuse-packaging] 2nd reminder to fix your packages for compiling with GCC 4.3
- From: Michal Marek <mmarek@xxxxxxx>
- Date: Tue, 23 Oct 2007 12:50:14 +0200
- Message-id: <471DD1E6.4010104@xxxxxxx>
Marcus Rueckert wrote:
That's much easier to achieve with a reasonable rpm config. Eg.
echo "%_topdir $HOME/packages" >>~/.rpmmacros
echo "%_sourcedir %_topdir/SOURCES/%name" >>~/.rpmmacros
mkdir ~/packages/{SPECS,SOURCES,RPMS,SRPMS}
would be a good starting point.
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
On 2007-10-23 11:25:08 +0200, Dirk Mueller wrote:
On Monday 22 October 2007, Marcus Rueckert wrote:
we have the rule that a readme.suse or suse.tar.bz2 should be prefixedI think this rule should either be dropped or enforced. I disagree about the usefulness of this rule in general.
with the package name to avoid collisions when installing the src rpm.
that said it is not the smartest idea that many people call their
patches "gcc-4.3.diff". please prefix your patches atleast with the
package name.
so it is not useful to install multiple src rpms conflict free at the
same time?
That's much easier to achieve with a reasonable rpm config. Eg.
echo "%_topdir $HOME/packages" >>~/.rpmmacros
echo "%_sourcedir %_topdir/SOURCES/%name" >>~/.rpmmacros
mkdir ~/packages/{SPECS,SOURCES,RPMS,SRPMS}
would be a good starting point.
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
< Previous | Next > |