Accepting request 528422 from X11:xfce

correct licenses of libxfce4ui-1-0 and libxfce4ui-2-0 to GPL2.0+
(see decline in https://build.opensuse.org/request/show/528203) (forwarded request 528421 from seife)

OBS-URL: https://build.opensuse.org/request/show/528422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxfce4ui?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2017-09-27 14:54:53 +00:00 committed by Git OBS Bridge
commit f03f605708
2 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Sep 23 18:38:55 UTC 2017 - seife+obs@b1-systems.com
- correct licenses of libxfce4ui-1-0 and libxfce4ui-2-0 to GPL2.0+,
because files libxfce4kbd-private/xfce-shortcuts-xfwm4.{c,h} are
GPL 2, not LGPL.
-------------------------------------------------------------------
Fri Sep 22 06:45:35 UTC 2017 - seife+obs@b1-systems.com
- disable gtk-doc build, fails with newer gtk-doc > 1.25
- do not package ChangeLog, NEWS is enough
-------------------------------------------------------------------
Thu Jun 1 17:35:21 UTC 2017 - zaitor@opensuse.org

View File

@ -39,7 +39,6 @@ BuildRequires: pkgconfig(gladeui-1.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(libstartup-notification-1.0)
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.12
BuildRequires: pkgconfig(libxfconf-0) >= 4.12
@ -55,7 +54,7 @@ applications.
%package -n %{libname_gtk2}
Summary: Widgets Library for the Xfce Desktop Environment
# uses exo-open
License: LGPL-2.1+
License: GPL-2.0+
Group: System/Libraries
Requires: exo-tools
# -branding only contains keyboard shortcuts for some libxfce4ui consumers so
@ -72,7 +71,7 @@ applications. This package provides the GTK 2 variant of libxfce4ui.
%package -n %{libname_gtk3}
Summary: Widgets Library for the Xfce Desktop Environment
# uses exo-open
License: LGPL-2.1+
License: GPL-2.0+
Group: System/Libraries
Requires: exo-tools
# -branding only contains keyboard shortcuts for some libxfce4ui consumers so
@ -166,7 +165,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure \
--enable-startup-notification \
--with-vendor-info=openSUSE \
--enable-gtk-doc \
--disable-static
make %{?_smp_mflags} V=1
@ -204,13 +202,13 @@ rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%files -n %{libname_gtk2}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%doc AUTHORS COPYING NEWS README THANKS TODO
%{_libdir}/libxfce4ui-1.so.*
%{_libdir}/libxfce4kbd-private-2.so.*
%files -n %{libname_gtk3}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%doc AUTHORS COPYING NEWS README THANKS TODO
%{_libdir}/libxfce4ui-2.so.*
%{_libdir}/libxfce4kbd-private-3.so.*