fix selfbuild error

This commit is contained in:
t_feng 2020-01-15 23:56:50 +08:00
parent 8cc03072f0
commit 562afff41b

View File

@ -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 <buildteam@openeuler.org> - 12.10.0-24
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:optimization the spec
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 12.10.0-23
- Type:enhancement
- Id:NA