14
0

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:
Peter Poeml
2008-11-05 10:58:23 +00:00
committed by Git OBS Bridge
parent b3e3aa8207
commit f37200f7d6
2 changed files with 7 additions and 1 deletions

View File

@@ -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}