diff --git a/libproxy.spec b/libproxy.spec index d4a75ea..5bc4eb0 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,6 +1,6 @@ Name: libproxy Version: 0.4.15 -Release: 10 +Release: 11 Summary: Libproxy is a library that provides automatic proxy configuration management License: LGPLv2+ @@ -17,7 +17,7 @@ Patch3: libproxy-0.4.15-mozjs52.patch BuildRequires: cmake >= 2.6.0 gcc-c++ libmodman-devel >= 2.0.1 BuildRequires: pkgconfig(gio-2.0) >= 2.26 pkgconfig(mozjs-52) pkgconfig(libnm) python2-devel python3-devel -BuildRequires: pkgconfig(dbus-1) pkgconfig(javascriptcoregtk-4.0) /usr/bin/kreadconfig5 +BuildRequires: pkgconfig(dbus-1) pkgconfig(javascriptcoregtk-4.0) Provides: %{name}-bin %{name}-gnome %{name}-kde %{name}-mozjs %{name}-networkmanager %{name}-pacrunner %{name}-webkitgtk4 Obsoletes: %{name}-bin %{name}-gnome %{name}-kde %{name}-mozjs %{name}-networkmanager %{name}-pacrunner %{name}-webkitgtk4 @@ -56,11 +56,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains libraries and header files for developing applications. -%package help -Summary: Documents for libproxy. - -%description help -This package provides documents. +%package_help %prep %autosetup -p1 @@ -107,5 +103,11 @@ make test %{_mandir}/man1/proxy.1* %changelog +* Thu Oct 17 2019 openEuler Buildteam - 0.30-19 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove the /usr/bin/kreadconfig5 in buildRequires. + * Tue Sep 10 2019 liyongqiang - 0.4.15-10 - Package init