Accepting request 1123290 from X11:Unity
OBS-URL: https://build.opensuse.org/request/show/1123290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libappindicator?expand=0&rev=21
This commit is contained in:
commit
a9903384b4
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 30 11:56:00 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Ensure the src.rpms have unique names between the multibuild
|
||||||
|
flavors.
|
||||||
|
- Disable mono bindings also when building gtk2 flavor: there seems
|
||||||
|
to be no consumer left for this.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 12 07:07:18 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Sat Nov 12 07:07:18 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libappindicator
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,23 +19,25 @@
|
|||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "gtk2"
|
%if "%{flavor}" == "gtk2"
|
||||||
%global gtkver 2
|
%global gtkver 2
|
||||||
%bcond_without mono
|
%bcond_with mono
|
||||||
|
%define nsuffix -%{flavor}
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "gtk3"
|
%if "%{flavor}" == "gtk3"
|
||||||
%global psuffix 3
|
%global psuffix 3
|
||||||
%global gtkver 3
|
%global gtkver 3
|
||||||
|
%define nsuffix -%{flavor}
|
||||||
%bcond_with mono
|
%bcond_with mono
|
||||||
%endif
|
%endif
|
||||||
%define sover 1
|
%define sover 1
|
||||||
%define _version 12.10.1+20.10.20200706.1
|
%define _version 12.10.1+20.10.20200706.1
|
||||||
Name: libappindicator
|
Name: libappindicator%{?nsuffix}
|
||||||
Version: 12.10.1~bzr20200706.298
|
Version: 12.10.1~bzr20200706.298
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application indicators library
|
Summary: Application indicators library
|
||||||
License: GPL-3.0-only AND LGPL-2.0-only AND LGPL-3.0-only
|
License: GPL-3.0-only AND LGPL-2.0-only AND LGPL-3.0-only
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
URL: https://launchpad.net/libappindicator
|
URL: https://launchpad.net/libappindicator
|
||||||
Source: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz
|
Source: https://launchpad.net/ubuntu/+archive/primary/+files/libappindicator_%{_version}.orig.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM 0001_Fix_mono_dir.patch hrvoje.senjan@gmail.com -- Fix location of .pc files.
|
# PATCH-FIX-UPSTREAM 0001_Fix_mono_dir.patch hrvoje.senjan@gmail.com -- Fix location of .pc files.
|
||||||
Patch0: 0001_Fix_mono_dir.patch
|
Patch0: 0001_Fix_mono_dir.patch
|
||||||
# PATCH-FIX-OPENSUSE make_gtk_doc_optional.patch -- Do not require macros from gtk-doc
|
# PATCH-FIX-OPENSUSE make_gtk_doc_optional.patch -- Do not require macros from gtk-doc
|
||||||
@ -127,7 +129,7 @@ Requires: libappindicator%{?psuffix:%{psuffix}-}%{sover} = %{version}
|
|||||||
This package contains the development files for the appindicator%{?psuffix} library.
|
This package contains the development files for the appindicator%{?psuffix} library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c -n libappindicator-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
#%%patch2 -p1
|
#%%patch2 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user