Hello community,

here is the log from the commit of package molequeue for openSUSE:Factory 
checked in at 2020-05-02 22:19:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/molequeue (Old)
 and      /work/SRC/openSUSE:Factory/.molequeue.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "molequeue"

Sat May  2 22:19:07 2020 rev:2 rq:799689 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/molequeue/molequeue.changes      2020-04-10 
23:53:59.960731640 +0200
+++ /work/SRC/openSUSE:Factory/.molequeue.new.2738/molequeue.changes    
2020-05-02 22:19:12.444771098 +0200
@@ -1,0 +2,5 @@
+Sat May  2 12:06:15 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Simplify spec file and use correct macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ molequeue.spec ++++++
--- /var/tmp/diff_new_pack.XOlboK/_old  2020-05-02 22:19:13.288772866 +0200
+++ /var/tmp/diff_new_pack.XOlboK/_new  2020-05-02 22:19:13.288772866 +0200
@@ -18,7 +18,7 @@
 
 Name:           molequeue
 Version:        0.9.0
-Release:        1
+Release:        0
 Summary:        Desktop integration of high performance computing resources
 License:        BSD-3-Clause
 URL:            https://github.com/OpenChemistry/molequeue
@@ -29,11 +29,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
+BuildRequires:  python3-devel
 BuildRequires:  zeromq-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  python3-devel
 Requires:       %{name}-libs0%{?_isa} = %{version}-%{release}
 
 %description
@@ -52,7 +52,6 @@
  * Qt 5 client library for simple integration in Qt applications
 
 %package libs0
-
 Summary:        Shared and private libraries of %{name}
 Group:          System/Libraries
 
@@ -81,28 +80,21 @@
 %setup -q
 
 %build
-
 %cmake -Wno-dev \
  -DCMAKE_C_FLAGS:STRING="%optflags -fPIC" \
  -DCMAKE_CXX_FLAGS:STRING="%optflags -fPIC" \
  -DCMAKE_LD_FLAGS:STRING="%optflags -pie" \
- -DENABLE_RPATH:BOOL=OFF \
- -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES \
- -DCMAKE_SKIP_RPATH:BOOL=YES \
  -DENABLE_TESTING:BOOL=OFF \
  -DBUILD_DOCUMENTATION:BOOL=ON \
- -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
  -DPYTHON_EXECUTABLE:FILEPATH=python3 \
- -DCMAKE_BUILD_TYPE:STRING=RelwithDebInfo ..
-
-%make_build
-
+  -Wno-dev
+%cmake_build
 pushd docs
 doxygen
 popd
 
 %install
-%make_install -C build
+%cmake_install
 
 rm -rf %{buildroot}%{_datadir}/doc
 


Reply via email to