Hello community,

here is the log from the commit of package nml for openSUSE:Factory checked in 
at 2015-06-08 08:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nml (Old)
 and      /work/SRC/openSUSE:Factory/.nml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nml/nml.changes  2015-05-22 09:52:05.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.nml.new/nml.changes     2015-06-08 
08:30:21.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Jun  6 07:39:09 UTC 2015 - [email protected]
+
+- don't run the regression tests twice
+- install the man page
+- avoid a runtime dependency on setuptools
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nml.spec ++++++
--- /var/tmp/diff_new_pack.BEZWC9/_old  2015-06-08 08:30:21.000000000 +0200
+++ /var/tmp/diff_new_pack.BEZWC9/_new  2015-06-08 08:30:21.000000000 +0200
@@ -50,17 +50,21 @@
 
 %install
 python3 setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix}
+
+install -D -m0644 docs/nmlc.1 %{buildroot}%{_mandir}/man1/nmlc.1
+
+#setuptools should not be a requirement on running, so we install the nmlc 
wrapper from source
+install -m0755 nmlc %{buildroot}%{_bindir}/nmlc
+
 # The actual python code is not being installed?!?
 mkdir -p %{buildroot}%{python3_sitelib}/nml
 cp -rp nml/* %{buildroot}%{python3_sitelib}/nml/
 
-%check
-make test
-
 %files
 %defattr(-,root,root,-)
 %doc docs/*.txt
 %{_bindir}/nmlc
+%{_mandir}/man1/nmlc.1*
 %{python3_sitearch}/*
 %{python3_sitelib}/%{name}/
 


Reply via email to