Accepting request 749723 from home:StefanBruens:branches:X11:Unity
- Work around OBS idiosyncrasies regarding packages name. OBS-URL: https://build.opensuse.org/request/show/749723 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libdbusmenu?expand=0&rev=13
This commit is contained in:
parent
c3adf93714
commit
d8616ec7ca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 19:26:35 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Work around OBS idiosyncrasies regarding packages name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 18:08:15 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -32,6 +32,7 @@ ExclusiveArch: do-not-build
|
||||
%global gtkver 2
|
||||
%global soname_gtk %{soname_gtk2}
|
||||
%global libname_gtk libdbusmenu-gtk%{soname_gtk}
|
||||
%global psuffix -gtk%{gtkver}
|
||||
# dumper is GTK2 only
|
||||
%bcond_without testtools
|
||||
# Docs are the same for GTK2/3, dito for glib
|
||||
@ -44,14 +45,14 @@ ExclusiveArch: do-not-build
|
||||
%global gtkver 3
|
||||
%global soname_gtk %{soname_gtk3}
|
||||
%global libname_gtk libdbusmenu-gtk3-%{soname_gtk}
|
||||
%global psuffix -gtk%{gtkver}
|
||||
%bcond_with testtools
|
||||
%bcond_with docs
|
||||
%endif
|
||||
|
||||
%global gtkname gtk%{?gtksuffix}
|
||||
%global libname_glib libdbusmenu-glib%{soname_glib}
|
||||
|
||||
Name: libdbusmenu-%{gtkname}
|
||||
Name: libdbusmenu%{?psuffix}
|
||||
Version: 16.04.0
|
||||
Release: 0
|
||||
Summary: Small library that passes a menu structure across DBus
|
||||
|
Loading…
Reference in New Issue
Block a user