Hello community,

here is the log from the commit of package alure for openSUSE:Factory checked 
in at 2019-01-15 09:17:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alure (Old)
 and      /work/SRC/openSUSE:Factory/.alure.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alure"

Tue Jan 15 09:17:32 2019 rev:2 rq:665325 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/alure/alure.changes      2017-08-24 
18:31:02.337934965 +0200
+++ /work/SRC/openSUSE:Factory/.alure.new.28833/alure.changes   2019-01-15 
09:17:56.882147600 +0100
@@ -1,0 +2,7 @@
+Sun Jan 13 16:37:35 UTC 2019 - sch...@suse.de
+
+- Use %cmake/%cmake_install
+- Use %license
+- alure-lib-suffix.patch: remove
+
+-------------------------------------------------------------------

Old:
----
  alure-lib-suffix.patch

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

Other differences:
------------------
++++++ alure.spec ++++++
--- /var/tmp/diff_new_pack.GJMY5S/_old  2019-01-15 09:17:57.366147148 +0100
+++ /var/tmp/diff_new_pack.GJMY5S/_new  2019-01-15 09:17:57.366147148 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alure
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 openSUSE_user1
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,15 +21,13 @@
 Version:        1.2
 Release:        0
 Summary:        Audio Library Tools REloaded
-# ALURE code is LGPL-2.0+; note -devel subpackage has its own license tag
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          Development/Libraries/C and C++
+# ALURE code is LGPL-2.0+; note -devel subpackage has its own license tag
 Url:            http://kcat.strangesoft.net/alure.html
 Source0:        
http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}.tar.bz2
 # patch for build with gcc47
 Patch0:         alure-gcc47.patch
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch1:         alure-lib-suffix.patch
 BuildRequires:  cmake
 BuildRequires:  flac-devel
 BuildRequires:  fluidsynth-devel
@@ -49,9 +47,9 @@
 
 %package        devel
 Summary:        Development files for %{name}
-# Devel doc includes some files under GPLv2+ from NaturalDocs
-License:        LGPL-2.0+ and GPL-2.0+
+License:        LGPL-2.0-or-later AND GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
+# Devel doc includes some files under GPLv2+ from NaturalDocs
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -60,7 +58,7 @@
 
 %package -n libalure1
 Summary:        Utility library around OpenAL
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          System/Libraries
 
 %description -n libalure1
@@ -70,16 +68,13 @@
 %prep
 %setup -q
 %patch0
-%patch1
 
 %build
-#sed -i 's|SET(libdir "\\${exec_prefix}/lib${LIB_SUFFIX}")|SET(libdir 
$LIB_INSTALL_DIR)|' CMakeLists.txt
-cmake . -DBUILD_STATIC=OFF -DMPG123=OFF -DMODPLUG=ON 
-DCMAKE_INSTALL_PREFIX=%{_prefix}
-#-DLIB_INSTALL_DIR=%%{_libdir}
+%cmake -DBUILD_STATIC=OFF -DMPG123=OFF -DMODPLUG=ON
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
-%make_install
+%cmake_install
 find %{buildroot} -name '*.la' -type f -delete
 # remove installed html doc
 rm -rf %{buildroot}%{_datadir}/doc/%{name}/html
@@ -92,7 +87,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
+%license COPYING
 %{_bindir}/alure*
 
 %files -n libalure1


Reply via email to