KDE Frameworks 5.51
kpackage needs Qt5DBus as BuildRequires now, it fails to build.
purpose: why remove the full URL in Source?
-URL: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +URL: https://www.kde.org +Source: %{name}-%{version}.tar.xz
kiconthemes: URL line has wrong spacing
kcoreaddons: @@ -41,6 +41,8 @@ Requires: shared-mime-info %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +%endif +%if %{with lang} Recommends: %{name}-lang = %{version} %endif ???
Shouldn't the Recommends be done unconditionally anyway, like in other packages?
I'll fix those manually afterwards though.
My mistake, I thought it only affected > 5.51
Unwanted, but the KUF package didn't have it.
Side effect of the previous URL mishap, missed fixing that one
Yes, those should be like that. An oversight.
luca_b created request about 6 years ago
wolfi323 accepted request about 6 years ago
Looks fine now IMHO, except for the mentioned things.
The Open Build Service is an openSUSE project.
kpackage needs Qt5DBus as BuildRequires now, it fails to build.
purpose: why remove the full URL in Source?
-URL: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +URL: https://www.kde.org +Source: %{name}-%{version}.tar.xz
kiconthemes: URL line has wrong spacing
kcoreaddons: @@ -41,6 +41,8 @@ Requires: shared-mime-info %if %{with lang} BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +%endif +%if %{with lang} Recommends: %{name}-lang = %{version} %endif ???
Shouldn't the Recommends be done unconditionally anyway, like in other packages?
I'll fix those manually afterwards though.
My mistake, I thought it only affected > 5.51
Unwanted, but the KUF package didn't have it.
Side effect of the previous URL mishap, missed fixing that one
Yes, those should be like that. An oversight.