Hello community,

here is the log from the commit of package maim for openSUSE:Factory checked in 
at 2018-11-09 07:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maim (Old)
 and      /work/SRC/openSUSE:Factory/.maim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maim"

Fri Nov  9 07:55:12 2018 rev:3 rq:647299 version:5.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/maim/maim.changes        2018-11-08 
09:50:53.680929516 +0100
+++ /work/SRC/openSUSE:Factory/.maim.new/maim.changes   2018-11-09 
07:55:18.735649830 +0100
@@ -1,0 +2,5 @@
+Thu Nov  8 11:52:49 UTC 2018 - Ondřej Súkup <mimi...@gmail.com>
+
+- use correct cmake macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maim.spec ++++++
--- /var/tmp/diff_new_pack.jMRKX5/_old  2018-11-09 07:55:20.171648187 +0100
+++ /var/tmp/diff_new_pack.jMRKX5/_new  2018-11-09 07:55:20.171648187 +0100
@@ -23,12 +23,13 @@
 Summary:        Flexible screenshotting utility
 License:        GPL-3.0-or-later
 Group:          Productivity/Graphics/Other
-Url:            https://github.com/naelstrof/maim
+URL:            https://github.com/naelstrof/maim
 Source0:        
https://github.com/naelstrof/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 3.7
 BuildRequires:  gcc-c++
 BuildRequires:  gengetopt
 BuildRequires:  glm-devel
+BuildRequires:  pkgconfig
 BuildRequires:  slop-devel >= 7
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(icu-uc)
@@ -38,7 +39,6 @@
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 maim (Make Image) is a utility that takes screenshots of the desktop
@@ -50,19 +50,15 @@
 
 %build
 %cmake
-make %{?_smp_mflags}
+%make_jobs
 
 %install
-pushd build/
-%make_install
-popd
-# install man
-#install -Dm 0644 man-src/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+%cmake_install
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING README.md
+%license COPYING
+%doc README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog


Reply via email to