Hello community,

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

Package is "vkeybd"

Wed Apr  4 11:07:57 2018 rev:23 rq:593229 version:0.1.18d

Changes:
--------
--- /work/SRC/openSUSE:Factory/vkeybd/vkeybd.changes    2017-11-30 
12:46:00.428575693 +0100
+++ /work/SRC/openSUSE:Factory/.vkeybd.new/vkeybd.changes       2018-04-04 
11:08:06.910175932 +0200
@@ -1,0 +2,8 @@
+Tue Apr  3 11:33:52 UTC 2018 - [email protected]
+
+- Format with spec-cleaner
+- Fix rpmlint warnings
+- Disable lash integration for now as we try to remove it from
+  Tumbleweed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vkeybd.spec ++++++
--- /var/tmp/diff_new_pack.ypVRZB/_old  2018-04-04 11:08:07.782144331 +0200
+++ /var/tmp/diff_new_pack.ypVRZB/_new  2018-04-04 11:08:07.782144331 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vkeybd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,59 +17,47 @@
 
 
 Name:           vkeybd
-BuildRequires:  alsa-devel
-BuildRequires:  lash-devel
-BuildRequires:  pkgconfig
-BuildRequires:  tk-devel
-BuildRequires:  update-desktop-files
-Summary:        Vkeybd - Virtual Keyboard Instrument
-License:        GPL-2.0+
-Group:          Productivity/Multimedia/Sound/Midi
 Version:        0.1.18d
 Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://www.alsa-project.org/~iwai/alsa.html
+Summary:        Virtual Keyboard Instrument
+License:        GPL-2.0-or-later
+Group:          Productivity/Multimedia/Sound/Midi
+URL:            http://www.alsa-project.org/~iwai/alsa.html
 Source:         
ftp://ftp.suse.com/pub/people/tiwai/vkeybd/%{name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(tk)
 
 %description
 Vkeybd is a virtual keyboard (as in musical instrument) for AWE32/64,
 raw MIDI, and ALSA sequencer drivers.  It is written in Tcl/Tk.  Enjoy
 playing music with your "computer" keyboard.
 
-
-
-Authors:
---------
-    Takashi Iwai <[email protected]>
-
 %prep
 %setup -q -n %{name}
 
 %build
 TCL_VERSION=$(echo 'puts $tcl_version' | tclsh)
-make COPTFLAGS="$RPM_OPT_FLAGS" \
+make COPTFLAGS="%{optflags}" \
        PREFIX=%{_prefix} \
        TCL_VERSION=$TCL_VERSION \
-       USE_LASH=1 \
+       USE_LASH=0 \
        XLIB=""
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" PREFIX=%{_prefix} install
-make DESTDIR="$RPM_BUILD_ROOT" MAN_DIR=%{_mandir} install-man
-make DESTDIR="$RPM_BUILD_ROOT" PREFIX=%{_prefix} install-desktop
-ln -sf vkeybd_48x48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
+make DESTDIR=%{buildroot} MAN_DIR=%{_mandir} install-man
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install-desktop
+ln -sf vkeybd_48x48.png %{buildroot}%{_datadir}/pixmaps/
 %suse_update_desktop_file vkeybd AudioVideo Music
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" ] && rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root)
 %{_bindir}/*
 %{_datadir}/vkeybd
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
-%doc %{_mandir}/man*/*
+%{_mandir}/man*/*
 %doc README ChangeLog
 
 %changelog


Reply via email to