Hello community,
here is the log from the commit of package signon-plugin-oauth2 for
openSUSE:Factory checked in at 2018-09-14 00:00:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/signon-plugin-oauth2 (Old)
and /work/SRC/openSUSE:Factory/.signon-plugin-oauth2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "signon-plugin-oauth2"
Fri Sep 14 00:00:02 2018 rev:4 rq:634486 version:0.24
Changes:
--------
---
/work/SRC/openSUSE:Factory/signon-plugin-oauth2/signon-plugin-oauth2.changes
2017-11-09 16:24:03.667484287 +0100
+++
/work/SRC/openSUSE:Factory/.signon-plugin-oauth2.new/signon-plugin-oauth2.changes
2018-09-14 00:00:04.818013815 +0200
@@ -1,0 +2,5 @@
+Sat Sep 8 16:50:13 UTC 2018 - [email protected]
+
+- Don't install examples and tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ signon-plugin-oauth2.spec ++++++
--- /var/tmp/diff_new_pack.vfxW8L/_old 2018-09-14 00:00:05.462013323 +0200
+++ /var/tmp/diff_new_pack.vfxW8L/_new 2018-09-14 00:00:05.498013295 +0200
@@ -1,7 +1,7 @@
#
# spec file for package signon-plugin-oauth2
#
-# 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
@@ -22,7 +22,7 @@
Version: 0.24
Release: 0
Summary: Oauth2 plugin for the Single Sign On Framework
-License: LGPL-2.0
+License: LGPL-2.0-only
Group: System/GUI/Other
Url: https://gitlab.com/accounts-sso/signon-plugin-oauth2
Source:
https://gitlab.com/accounts-sso/%{name}/repository/VERSION_%{version}/archive.tar.bz2#/%{name}-%{_version}.tar.bz2
@@ -66,22 +66,19 @@
%install
pushd build
%qmake5_install
+# Remove examples and tests
+rm -rf %{buildroot}/%{_bindir} %{buildroot}/%{_datadir}
popd
rm -v %{buildroot}%{_sysconfdir}/signon-ui/webkit-options.d/*
%files
-%defattr(-,root,root)
-%doc COPYING README.md
-%{_bindir}/oauthclient
-%{_bindir}/signon-oauth2plugin-tests
+%license COPYING
+%doc README.md
%dir %{_libdir}/signon/
%{_libdir}/signon/liboauth2plugin.so
-%dir %{_datadir}/signon-oauth2plugin-tests/
-%{_datadir}/signon-oauth2plugin-tests/tests.xml
%files devel
-%defattr(-,root,root)
%dir %{_includedir}/signon-plugins/
%{_includedir}/signon-plugins/*.h
%{_libdir}/pkgconfig/signon-oauth2plugin.pc