Hello community,

here is the log from the commit of package vacuum-im-plugins-usermood for 
openSUSE:Factory checked in at 2018-01-05 00:58:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vacuum-im-plugins-usermood (Old)
 and      /work/SRC/openSUSE:Factory/.vacuum-im-plugins-usermood.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vacuum-im-plugins-usermood"

Fri Jan  5 00:58:45 2018 rev:5 rq:555754 version:0.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/vacuum-im-plugins-usermood/vacuum-im-plugins-usermood.changes
    2012-10-31 14:05:43.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.vacuum-im-plugins-usermood.new/vacuum-im-plugins-usermood.changes
       2018-01-05 00:58:48.967978986 +0100
@@ -1,0 +2,11 @@
+Sun Dec 10 18:18:36 UTC 2017 - [email protected]
+
+- Correct summary and RPM group.
+
+-------------------------------------------------------------------
+Mon Dec  4 19:51:12 UTC 2017 - [email protected]
+
+- port to Qt5
+- delete fix_cmake_rules.patch
+
+-------------------------------------------------------------------

Old:
----
  fix_cmake_rules.patch
  vacuum-im-plugins-usermood-0.0.1.tar.bz2

New:
----
  vacuum-im-plugins-usermood-0.0.1.tar.xz

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

Other differences:
------------------
++++++ vacuum-im-plugins-usermood.spec ++++++
--- /var/tmp/diff_new_pack.1KkW7X/_old  2018-01-05 00:58:50.083607802 +0100
+++ /var/tmp/diff_new_pack.1KkW7X/_new  2018-01-05 00:58:50.091605141 +0100
@@ -1,8 +1,7 @@
 #   
 # spec file for package vacuum-im-plugins-usermood
 #   
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright Andrey Karepin <[email protected]>
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #   
 # All modifications and additions to the file contributed by third parties   
 # remain the property of their copyright owners, unless otherwise agreed   
@@ -12,45 +11,51 @@
 # 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/
 #
+
+
 %define app_name vacuum-im
 Name: vacuum-im-plugins-usermood
-Summary: Vacuum-IM spellchecker plugin
 Version: 0.0.1
-Release: 1
-%if 0%{?suse_version} < 1120
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%endif
+Release:        0
+Summary:        Vacuum-IM user mood plugin
 License: GPL-3.0
-Group: System/Libraries
-Source: %{name}-%{version}.tar.bz2
-Patch0: fix_cmake_rules.patch
+Group:          Productivity/Networking/Instant Messenger
 Url: http://www.vacuum-im.org/
-BuildRequires: libqt4-devel vacuum-im-devel libvacuumutils17
-BuildRequires: cmake fdupes
+Source:         %{name}-%{version}.tar.xz
+BuildRequires:  cmake >= 3.2.0
+BuildRequires:  fdupes
+BuildRequires:  libQt5Core-devel
+BuildRequires:  libQt5Gui-devel
+BuildRequires:  libQt5Xml-devel
+BuildRequires:  libqt5-qttools-devel
+BuildRequires:  libvacuumutils37
+BuildRequires:  vacuum-im-devel
+BuildRequires:  xz
  
 %description
 Vacuum-IM plugin to send and receive information about user moods.
  
 %prep
 %setup -q -n %{name}
-%patch0 -p1
  
 %build
-%{__mkdir} build
-cd build
-cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DINSTALL_LIB_DIR=%{_lib} -DINSTALL_APP_DIR=%{app_name} 
-DINSTALL_DOC_DIR=%{_defaultdocdir}
-%{__make} %{?_smp_mflags}
+%cmake \
+       -DINSTALL_LIB_DIR=%{_lib} \
+       -DINSTALL_APP_DIR=%{app_name} \
+       -DINSTALL_DOC_DIR=%{_defaultdocdir} \
+        -DVACUUM_LIB_PATH=%{_prefix}/%{_lib} \
+        -DVACUUM_SDK_PATH=%{_includedir}/%{app_name}
+make %{?_smp_mflags} V=1
  
 %install
-pushd build
-%{make_install} INSTALL_ROOT=%{buildroot}
-popd
+%cmake_install
  
 %fdupes %{buildroot}%{_datadir}
  
 %files
-%defattr(-,root,root)
 %{_libdir}/%{app_name}
 %dir %{_libdir}/%{app_name}/plugins
 %{_datadir}/%{app_name}


Reply via email to