Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2015-08-01 11:34:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ninja-ide (Old)
 and      /work/SRC/openSUSE:Factory/.ninja-ide.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ninja-ide"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes      2014-11-24 
11:13:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2015-08-01 
11:34:03.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 13 13:12:38 UTC 2015 - [email protected]
+
+- Install to prefix explicitly
+  * Fixes building on SLES 11
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ninja-ide.spec ++++++
--- /var/tmp/diff_new_pack.EwbJad/_old  2015-08-01 11:34:04.000000000 +0200
+++ /var/tmp/diff_new_pack.EwbJad/_new  2015-08-01 11:34:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja-ide
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -74,18 +74,20 @@
 mkdir -p %{buildroot}%{_mandir}/man1
 cp %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
 
-python setup.py install -O1 --skip-build --root %{buildroot}
+python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
 
 %suse_update_desktop_file -i ninja-ide-git Development IDE
 %fdupes %{buildroot}%{python_sitelib}
 find %{buildroot} -name 'pep8mod.py' | xargs chmod 0755
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
-%{python_sitelib}/*
+%{python_sitelib}/NINJA_IDE-%{version}-py*.egg-info
+%{python_sitelib}/ninja_ide
+%{python_sitelib}/ninja_tests
 %{_mandir}/man1/%{name}.1.*
 
 %changelog



Reply via email to