|
|
|
@ -1,9 +1,8 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
%global framework plasma
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.80.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+ and BSD
|
|
|
|
@ -80,6 +79,9 @@ Requires: qt5-qtquickcontrols2%{?_isa}
|
|
|
|
|
Conflicts: kdeplasma-addons < 5.5.0-3
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# upstream name
|
|
|
|
|
Provides: plasma-framework = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
@ -92,6 +94,7 @@ Requires: kf5-kpackage-devel >= %{majmin}
|
|
|
|
|
Requires: kf5-kservice-devel >= %{majmin}
|
|
|
|
|
Requires: kf5-kwindowsystem-devel >= %{majmin}
|
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
|
Provides: plasma-framework-devel = %{version}-%{release}
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
@ -104,7 +107,8 @@ install -m644 -p %{SOURCE10} .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{cmake_kf5}
|
|
|
|
|
%cmake_kf5
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -167,6 +171,11 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 11 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.80.0-2
|
|
|
|
|
- respin
|
|
|
|
|
- .spec cleanup
|
|
|
|
|
- Provides: plasma-framework
|
|
|
|
|
|
|
|
|
|
* Tue Mar 09 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.80.0-1
|
|
|
|
|
- 5.80.0
|
|
|
|
|
|
|
|
|
|