Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cb89cc0eb | ||
|
|
d89526cb67 | ||
|
|
b5ec7124dd | ||
|
|
9e95828568 | ||
|
|
33ab3a2d9e | ||
|
|
09b038fde5 | ||
|
|
524ddb68fa | ||
|
|
89d3f3fac7 | ||
|
|
4f918fc0ca | ||
|
|
70a9f6978b | ||
|
|
dbe3a3ba6e |
1 changed files with 4 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: kf5-plasma
|
||||
Version: 5.96.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
|
||||
|
|
@ -47,9 +47,7 @@ BuildRequires: kf5-kpackage-devel >= %{majmin}
|
|||
BuildRequires: kf5-kparts-devel >= %{majmin}
|
||||
BuildRequires: kf5-kservice-devel >= %{majmin}
|
||||
BuildRequires: kf5-kirigami2-devel >= %{majmin}
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: kf5-kwayland-devel >= %{majmin}
|
||||
%endif
|
||||
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
||||
BuildRequires: kf5-kwindowsystem-devel >= %{majmin}
|
||||
BuildRequires: kf5-kxmlgui-devel >= %{majmin}
|
||||
|
|
@ -74,10 +72,8 @@ BuildRequires: qt5-qtx11extras-devel
|
|||
Requires: qt5-qtquickcontrols%{?_isa}
|
||||
Requires: qt5-qtquickcontrols2%{?_isa}
|
||||
|
||||
%if 0%{?fedora}
|
||||
# https://bugzilla.redhat.com/1293415
|
||||
Conflicts: kdeplasma-addons < 5.5.0-3
|
||||
%endif
|
||||
|
||||
# upstream name
|
||||
Provides: plasma-framework = %{version}-%{release}
|
||||
|
|
@ -121,11 +117,9 @@ install -m644 -p %{SOURCE10} .
|
|||
mkdir -p %{buildroot}%{_kf5_datadir}/plasma/plasmoids
|
||||
mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
|
||||
|
||||
%if 0%{?fedora}
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env
|
||||
sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
|
||||
%{buildroot}%{_sysconfdir}/xdg/plasma-workspace/env/fedora-plasma-cache.sh
|
||||
%endif
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
|
@ -133,9 +127,7 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
|
|||
%files -f %{name}.lang
|
||||
%doc README.md
|
||||
%license LICENSES/*.txt
|
||||
%if 0%{?fedora}
|
||||
%{_sysconfdir}/xdg/plasma-workspace/env/fedora-plasma-cache.sh
|
||||
%endif
|
||||
%{_kf5_bindir}/plasmapkg2
|
||||
%{_kf5_libdir}/libKF5Plasma.so.*
|
||||
%{_kf5_libdir}/libKF5PlasmaQuick.so.*
|
||||
|
|
@ -172,6 +164,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2023 Troy Dawson <tdawson@redhat.com> - 5.96.0-2
|
||||
- Remove old %if statements
|
||||
|
||||
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
|
||||
- 5.96.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue