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

@@ -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 Wed Jun 13 07:56:02 UTC 2007 - judas_iscariote@shorewall.net

View File

@@ -37,7 +37,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%install %install
rm -rf %{buildroot} 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 %clean
rm -rf %{buildroot} rm -rf %{buildroot}