diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-03-20 10:31:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-03-20 10:31:21 +0100 |
commit | 628b9084cdf861b98d6eca7136cdadcae36efe19 (patch) | |
tree | 6b0fe9101b7671de2e007d6ac4930c0851e6ce9f /mysql-connector-python.spec | |
parent | bcd49647df8d77f8b98ae9f5be4ff01c9a0e1245 (diff) |
mysql-connector-python, minor fixes 2
Diffstat (limited to 'mysql-connector-python.spec')
-rw-r--r-- | mysql-connector-python.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index 99a9f55..e280a5f 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -28,12 +28,13 @@ is necessary to run this Python DB API v2.0 compliant driver. %{__chmod} -x python2/examples/*py + %build # nothin to build %install -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT %{__python} setup.py install --root $RPM_BUILD_ROOT @@ -42,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT %files |