From 562afff41be8adbfac16a0a21207a9a89cd4ad49 Mon Sep 17 00:00:00 2001 From: t_feng Date: Wed, 15 Jan 2020 23:56:50 +0800 Subject: [PATCH] fix selfbuild error --- libappindicator.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libappindicator.spec b/libappindicator.spec index 986f4dd..7c0a591 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -1,6 +1,6 @@ Name: libappindicator Version: 12.10.0 -Release: 23 +Release: 24 Summary: The library of application indicators License: LGPLv2 and LGPLv3 URL: https://launchpad.net/libappindicator @@ -21,7 +21,7 @@ none of those are available. %package -n python2-appindicator %{?python_provide:%python_provide python2-appindicator} Summary: Python 2 bindings for libappindicator -Requires: libappindicator = 12.10.0-21 +Requires: %{name} = %{version}-%{release} %description -n python2-appindicator This package contains the Python 2 bindings for the appindicator library. @@ -122,6 +122,12 @@ find %{buildroot} -type f -name '*.la' -delete %doc %{_datadir}/gtk-doc/html/libappindicator/ %changelog +* Wed Jan 15 2020 openEuler Buildteam - 12.10.0-24 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:optimization the spec + * Wed Jan 15 2020 openEuler Buildteam - 12.10.0-23 - Type:enhancement - Id:NA