forked from pool/python-psycopg2
use --record-rpm instead of --record
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
b3e3aa8207
commit
f37200f7d6
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 5 11:57:40 CET 2008 - poeml@suse.de
|
||||
|
||||
- use --record-rpm as setup option, not --record. The latter didn't
|
||||
pick up all files on Factory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 07:56:02 UTC 2007 - judas_iscariote@shorewall.net
|
||||
|
||||
|
@@ -37,7 +37,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
||||
%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
Reference in New Issue
Block a user