Accepting request 23035 from Base:System
Copy from Base:System/rpm based on submit request 23035 from user mlschroe OBS-URL: https://build.opensuse.org/request/show/23035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=90
This commit is contained in:
commit
895b25957d
@ -25,7 +25,7 @@ License: GPL v2 or later
|
||||
Group: System/Packages
|
||||
Summary: Python Bindings for Manipulating RPM Packages
|
||||
Version: 4.7.1
|
||||
Release: 5
|
||||
Release: 6
|
||||
Requires: rpm = %{version}
|
||||
%py_requires
|
||||
Source99: rpm.spec
|
||||
|
@ -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$/, "")')
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user