From 8877566f49c5db26982b7fba02d2e18f3f3976a704f42e0a2bcc351caac7ba3b Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 15 Jun 2021 11:47:58 +0000 Subject: [PATCH] Accepting request 900019 from home:StevenK:branches:X11:Unity - Change geisview's __init__.py shebang to be python3. - Use %license macro OBS-URL: https://build.opensuse.org/request/show/900019 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/geis?expand=0&rev=17 --- geis.changes | 6 ++++++ geis.spec | 15 +++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/geis.changes b/geis.changes index 4102c77..26847a8 100644 --- a/geis.changes +++ b/geis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 15 05:55:19 UTC 2021 - Steve Kowalik + +- Change geisview's __init__.py shebang to be python3. +- Use %license macro + ------------------------------------------------------------------- Fri Jun 17 12:13:46 UTC 2016 - jengelh@inai.de diff --git a/geis.spec b/geis.spec index 518433c..4915738 100644 --- a/geis.spec +++ b/geis.spec @@ -1,7 +1,7 @@ # # spec file for package geis # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,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/ # @@ -22,9 +22,9 @@ Name: geis Version: 2.2.17 Release: 0 Summary: Gesture engine interface and support -License: LGPL-3.0 and GPL-3.0 +License: GPL-3.0-only AND LGPL-3.0-only Group: System/GUI/Other -Url: https://launchpad.net/geis +URL: https://launchpad.net/geis Source: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz Source1: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring @@ -105,6 +105,7 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file -G "Geis Viewer" geisview Utility DesktopSettings +sed -ie 's/python$/python3/' %{buildroot}%{python3_sitelib}/geisview/__init__.py chmod a+x %{buildroot}%{python3_sitelib}/geisview/__init__.py %fdupes %{buildroot}%{python3_sitelib} @@ -114,7 +115,8 @@ chmod a+x %{buildroot}%{python3_sitelib}/geisview/__init__.py %files tools %defattr(-,root,root) -%doc AUTHORS COPYING COPYING.GPL README +%doc AUTHORS README +%license COPYING COPYING.GPL %{_bindir}/geistest %{_bindir}/geisview %{_bindir}/pygeis @@ -125,7 +127,8 @@ chmod a+x %{buildroot}%{python3_sitelib}/geisview/__init__.py %files -n %{soname}%{sover} %defattr(-,root,root) -%doc AUTHORS COPYING COPYING.GPL README +%doc AUTHORS README +%license COPYING COPYING.GPL %{_libdir}/libgeis.so.%{sover}* %files -n python3-geis