[packages/i2c-tools] - fix python install - rel 3
baggins
baggins at pld-linux.org
Sat May 7 08:51:02 CEST 2016
commit 7e4d1f4af66d8599fbb75e3f345251be56eff033
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat May 7 08:50:48 2016 +0200
- fix python install
- rel 3
i2c-tools-python.patch | 2 +-
i2c-tools.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/i2c-tools.spec b/i2c-tools.spec
index 522739b..c8b9cea 100644
--- a/i2c-tools.spec
+++ b/i2c-tools.spec
@@ -8,7 +8,7 @@ Summary(en.UTF-8): I²C tools for Linux
Summary(pl.UTF-8): Narzędzia I²C dla Linuksa
Name: i2c-tools
Version: 3.1.2
-Release: 2
+Release: 3
License: GPL v2+
Group: Applications/System
Source0: http://dl.lm-sensors.org/i2c-tools/releases/%{name}-%{version}.tar.bz2
diff --git a/i2c-tools-python.patch b/i2c-tools-python.patch
index 5d920d8..3266f71 100644
--- a/i2c-tools-python.patch
+++ b/i2c-tools-python.patch
@@ -5,7 +5,7 @@
install-python:
- $(DISTUTILS) install
-+ $(DISTUTILS) install --optimize=2 --root=$(DESTDIR)
++ $(DISTUTILS) install --optimize=2 --root=$(DESTDIR) --prefix=$(prefix)
all: all-python
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/i2c-tools.git/commitdiff/7e4d1f4af66d8599fbb75e3f345251be56eff033
More information about the pld-cvs-commit
mailing list