forked from pool/libproxy
Accepting request 394684 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/394684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=62
This commit is contained in:
commit
49ba44570d
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 17:20:55 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Require libqt5-qttools by libproxy1-config-kde: the plugin spawns
|
||||||
|
qtpaths to find the right config files (boo#979232).
|
||||||
|
- Trigger libproxy1-config-kde for installation when
|
||||||
|
plasma5-session and libproxy1 are installed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 9 11:26:00 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix condition to not build KDE plugin for SLE.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 28 16:54:40 UTC 2016 - dimstar@opensuse.org
|
Thu Apr 28 16:54:40 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -189,9 +189,12 @@ Group: System/Libraries
|
|||||||
Requires: libproxy1 = %{version}
|
Requires: libproxy1 = %{version}
|
||||||
# We don't really need the library, but this package brings kreadconfig5
|
# We don't really need the library, but this package brings kreadconfig5
|
||||||
Requires: libKF5ConfigCore5
|
Requires: libKF5ConfigCore5
|
||||||
|
# The kde plugin requires 'qtpaths', which is part of libqt5-qttools
|
||||||
|
Requires: libqt5-qttools
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Recommends: libproxy1-pacrunner = %{version}
|
Recommends: libproxy1-pacrunner = %{version}
|
||||||
Supplements: packageand(libproxy1:libkde4)
|
Supplements: packageand(libproxy1:libkde4)
|
||||||
|
Supplements: packageand(libproxy1:plasma5-session)
|
||||||
%else
|
%else
|
||||||
Requires: libproxy1-pacrunner = %{version}
|
Requires: libproxy1-pacrunner = %{version}
|
||||||
%endif
|
%endif
|
||||||
@ -350,6 +353,8 @@ cmake \
|
|||||||
-DWITH_DOTNET=OFF \
|
-DWITH_DOTNET=OFF \
|
||||||
-DWITH_PERL=OFF \
|
-DWITH_PERL=OFF \
|
||||||
-DWITH_PYTHON=OFF \
|
-DWITH_PYTHON=OFF \
|
||||||
|
%endif
|
||||||
|
%if %build_core_not_modules || ! 0%{?is_opensuse}
|
||||||
-DWITH_KDE=OFF \
|
-DWITH_KDE=OFF \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1120
|
%if 0%{?suse_version} && 0%{?suse_version} < 1120
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 17:20:55 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Require libqt5-qttools by libproxy1-config-kde: the plugin spawns
|
||||||
|
qtpaths to find the right config files (boo#979232).
|
||||||
|
- Trigger libproxy1-config-kde for installation when
|
||||||
|
plasma5-session and libproxy1 are installed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 9 11:26:00 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix condition to not build KDE plugin for SLE.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 28 16:54:40 UTC 2016 - dimstar@opensuse.org
|
Thu Apr 28 16:54:40 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -189,9 +189,12 @@ Group: System/Libraries
|
|||||||
Requires: libproxy1 = %{version}
|
Requires: libproxy1 = %{version}
|
||||||
# We don't really need the library, but this package brings kreadconfig5
|
# We don't really need the library, but this package brings kreadconfig5
|
||||||
Requires: libKF5ConfigCore5
|
Requires: libKF5ConfigCore5
|
||||||
|
# The kde plugin requires 'qtpaths', which is part of libqt5-qttools
|
||||||
|
Requires: libqt5-qttools
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Recommends: libproxy1-pacrunner = %{version}
|
Recommends: libproxy1-pacrunner = %{version}
|
||||||
Supplements: packageand(libproxy1:libkde4)
|
Supplements: packageand(libproxy1:libkde4)
|
||||||
|
Supplements: packageand(libproxy1:plasma5-session)
|
||||||
%else
|
%else
|
||||||
Requires: libproxy1-pacrunner = %{version}
|
Requires: libproxy1-pacrunner = %{version}
|
||||||
%endif
|
%endif
|
||||||
@ -350,6 +353,8 @@ cmake \
|
|||||||
-DWITH_DOTNET=OFF \
|
-DWITH_DOTNET=OFF \
|
||||||
-DWITH_PERL=OFF \
|
-DWITH_PERL=OFF \
|
||||||
-DWITH_PYTHON=OFF \
|
-DWITH_PYTHON=OFF \
|
||||||
|
%endif
|
||||||
|
%if %build_core_not_modules || ! 0%{?is_opensuse}
|
||||||
-DWITH_KDE=OFF \
|
-DWITH_KDE=OFF \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1120
|
%if 0%{?suse_version} && 0%{?suse_version} < 1120
|
||||||
|
Loading…
x
Reference in New Issue
Block a user