- add make_install macro definition for real

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=30
This commit is contained in:
Michael Schröder 2009-10-23 15:57:01 +00:00 committed by Git OBS Bridge
parent 19bc05019e
commit 3059cb83b3
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
%_defaultdocdir %{_usr}/share/doc/packages
# package build macros
%make_install make install DESTDIR=%{?buildroot}
%makeinstall make DESTDIR=%{?buildroot:%{buildroot}} install
%rb_arch %(echo %{_host_cpu}-linux | sed -e "s/i686/i586/" -e "s/armv5tel/armv4l/" -e "s/hppa2.0/hppa/")
%rb_ver %(/usr/bin/ruby -e 'puts VERSION.sub(/\\\.\\\d$/, "")')

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 23 17:56:28 CEST 2009 - mls@suse.de
- add make_install macro definition for real
-------------------------------------------------------------------
Tue Sep 8 02:40:55 CEST 2009 - crrodriguez@suse.de