
Hello community, here is the log from the commit of package yumex checked in at Mon May 29 01:25:44 CEST 2006. -------- --- yumex/yumex.changes 2006-05-26 16:38:08.000000000 +0200 +++ yumex/yumex.changes 2006-05-26 21:09:36.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 21:09:10 CEST 2006 - cthiel@suse.de + +- added yumex-lib64.patch, to fix build on x86_64 + +------------------------------------------------------------------- New: ---- yumex-lib64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yumex.spec ++++++ --- /var/tmp/diff_new_pack.13Kpml/_old 2006-05-29 01:24:50.000000000 +0200 +++ /var/tmp/diff_new_pack.13Kpml/_new 2006-05-29 01:24:50.000000000 +0200 @@ -14,10 +14,11 @@ BuildRequires: intltool perl-XML-Parser python-devel update-desktop-files Summary: Yum Extender graphical package management tool Version: 1.0.0 -Release: 1 +Release: 2 Source: %{name}-%{version}.tar.bz2 Patch1: yumex-Makefile.patch Patch2: yumex-yumex.desktop.patch +Patch3: yumex-lib64.patch URL: http://yumex.python-hosting.com/ Group: System/Packages License: GPL @@ -38,6 +39,7 @@ %setup %patch1 %patch2 +%patch3 %build make @@ -64,6 +66,8 @@ %changelog -n yumex * Fri May 26 2006 - cthiel@suse.de +- added yumex-lib64.patch, to fix build on x86_64 +* Fri May 26 2006 - cthiel@suse.de - update to version 1.0.0 * yum 2.6.x-compatible release * numerous feature enhancements & bugfixes ++++++ yumex-lib64.patch ++++++ --- src/yumex/Makefile +++ src/yumex/Makefile @@ -3,7 +3,7 @@ PYFILES = $(wildcard *.py) PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)') PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix') -PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) +PYLIBDIR = $(PYSYSDIR)/$(shell $(PYTHON) -c 'import sys; print sys.lib')/python$(PYVER) PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE) all: --- src/yumgui/Makefile +++ src/yumgui/Makefile @@ -3,7 +3,7 @@ PYFILES = $(wildcard *.py) PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)') PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix') -PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) +PYLIBDIR = $(PYSYSDIR)/$(shell $(PYTHON) -c 'import sys; print sys.lib')/python$(PYVER) PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE) all: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de