* Brian K. White <brian@aljex.com> [2013-11-08 16:30]:
On 11/7/2013 10:27 PM, Jan Engelhardt wrote:
On Thursday 2013-11-07 23:56, Brian K. White wrote:
The current .spec from factory uses %{make_install} OS versions before 11.2 do not have that macro.
I got it working by making this change to the .spec from the current version 1.8 in factory:
- %{?make_install}
+ %{?make_install} %{!?make_install:%%{__make} install DESTDIR=%{buildroot}}
You can see how horrible that looks. (And it won't be any better if you stash it in a prjconf.) Just write
make install DESTDIR="%buildroot"
like suggested in all openSUSE (en) wiki entries that mention installation.
I would love it if the devel package actually did that. I'll SR that and maybe request a maintainer role.
Just to let you know, I have rejected Jan's sr's with such changes to my packages in the past and I will reject such a sr to tmux for the reasons Tomáš mentioned. This can be worked around through projconf and ultimately needs be fixed in SLE, not using a macro means that future policy/autotools changes will be much harder to implement in an automated fashion. -- Guido Berhoerster -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org