Alexei Sorokin 2016-06-13 10:33:20 +00:00 committed by Git OBS Bridge
parent 81c3e15f32
commit 5ebb4f8875
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 13 10:22:47 UTC 2016 - sor.alexei@meowr.ru
- Little spec cleanup.
-------------------------------------------------------------------
Tue May 5 13:47:23 UTC 2015 - sor.alexei@meowr.ru

View File

@ -1,7 +1,7 @@
#
# spec file for package libappindicator
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -32,6 +32,7 @@ Patch0: 0001_Fix_mono_dir.patch
BuildRequires: fdupes
BuildRequires: gnome-common
BuildRequires: gtk-doc
BuildRequires: pkg-config
BuildRequires: vala
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(dbusmenu-glib-0.4)
@ -45,11 +46,7 @@ BuildRequires: pkgconfig(indicator3-0.4)
BuildRequires: pkgconfig(pygtk-2.0)
%if %{with mono}
BuildRequires: pkgconfig(gapi-2.0)
%endif
%if %{with mono}
BuildRequires: pkgconfig(gtk-sharp-2.0)
%endif
%if %{with mono}
BuildRequires: pkgconfig(mono)
BuildRequires: pkgconfig(mono-nunit)
%endif
@ -88,6 +85,7 @@ library.
Summary: Development files for libappindicator
Group: Development/Libraries/C and C++
Requires: libappindicator%{soname} = %{version}
Requires: pkg-config
Requires: pkgconfig(dbus-glib-1)
Requires: pkgconfig(dbusmenu-glib-0.4)
@ -114,9 +112,10 @@ This package contains the GObject Introspection bindings for the appindicator
library.
%package -n libappindicator3-devel
Summary: Development files for libappindicator3-%{soname}
Summary: Development files for libappindicator3
Group: Development/Libraries/C and C++
Requires: libappindicator3-%{soname} = %{version}
Requires: pkg-config
Requires: pkgconfig(dbus-glib-1)
Requires: pkgconfig(dbusmenu-glib-0.4)