Hello community, here is the log from the commit of package powerpc-utils-python for openSUSE:Factory checked in at 2013-06-13 21:16:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powerpc-utils-python (Old) and /work/SRC/openSUSE:Factory/.powerpc-utils-python.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powerpc-utils-python" Changes: -------- New Changes file: --- /dev/null 2013-06-12 16:57:03.272031756 +0200 +++ /work/SRC/openSUSE:Factory/.powerpc-utils-python.new/powerpc-utils-python.changes 2013-06-13 21:16:28.000000000 +0200 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Dec 18 18:23:32 UTC 2012 - [email protected] + +- initial package New: ---- no-buildroot-reference.patch powerpc-utils-python-1.2.1.tar.gz powerpc-utils-python.changes powerpc-utils-python.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powerpc-utils-python.spec ++++++ # # spec file for package powerpc-utils-python # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Summary: Python utilities for PowerPC platforms License: IPL-1.0 Group: System/Management Name: powerpc-utils-python Version: 1.2.1 Release: 0 Source0: %{name}-%{version}.tar.gz Patch0: no-buildroot-reference.patch Url: http://sourceforge.net/projects/powerpc-utils/files/powerpc-utils-python/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel Requires: python-gtk => 2.0 ExclusiveArch: ppc ppc64 %description Python based utilities for maintaining and servicing PowerPC systems. %prep %setup -q %patch0 -p1 %build make %install make install DESTDIR=%{buildroot} PREFIX=%{_prefix} FILES="" %files %defattr(-,root,root,-) %attr(755,root,root) %{_bindir}/amsvis %dir %{python_sitelib}/powerpcAMS %{python_sitelib}/powerpcAMS/*.py %{python_sitelib}/powerpcAMS/*.py[co] %{python_sitelib}/powerpcAMS-%{version}-py*.egg-info %{_mandir}/man1/amsvis.1* %doc README COPYRIGHT %changelog ++++++ no-buildroot-reference.patch ++++++ Index: powerpc-utils-python-1.2.1/scripts/amsvis/Makefile =================================================================== --- powerpc-utils-python-1.2.1.orig/scripts/amsvis/Makefile +++ powerpc-utils-python-1.2.1/scripts/amsvis/Makefile @@ -28,7 +28,7 @@ install: all @echo "Installing amsvis" @$(INSTALL) -d -m 755 $(DESTDIR)/usr/bin @$(INSTALL) -m 755 amsvis $(DESTDIR)/usr/bin/ - @python setup.py install --prefix=$(DESTDIR)/usr + @python setup.py install --prefix=$(PREFIX) --root=${DESTDIR} uninstall: @echo "Un-installing amsvis" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
