173 lines
4.4 KiB
RPMSpec
173 lines
4.4 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
Name: kwayland
|
|
Version: 6.2.2
|
|
Release: 1%{?dist}
|
|
Summary: Qt-style API to interact with the wayland-client API
|
|
|
|
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND MIT-CMU AND MIT
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
Source0: https://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: cmake
|
|
%if %{with gcc}
|
|
BuildRequires: gcc-toolset-14-gcc-c++
|
|
%else
|
|
BuildRequires: clang
|
|
%endif
|
|
|
|
BuildRequires: appstream
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: make
|
|
BuildRequires: qt6-qtbase-devel
|
|
BuildRequires: qt6-qtbase-static
|
|
BuildRequires: qt6-qtbase-private-devel
|
|
BuildRequires: qt6-qttools-devel
|
|
BuildRequires: pkgconfig(wayland-scanner) >= 1.22
|
|
BuildRequires: wayland-protocols-devel >= 1.32
|
|
|
|
BuildRequires: cmake(PlasmaWaylandProtocols) >= 1.14
|
|
BuildRequires: cmake(Qt6WaylandClient)
|
|
|
|
Requires: kf6-filesystem
|
|
|
|
Requires: (rx-libwayland-egl or libwayland-egl >= 1.22)
|
|
Requires: (rx-libwayland-server or libwayland-server >= 1.22)
|
|
Requires: (rx-libwayland-client or libwayland-client >= 1.22)
|
|
Requires: (rx-libwayland-cursor or libwayland-cursor >= 1.22)
|
|
|
|
# Renamed from kf6-kwayland
|
|
Obsoletes: kf6-kwayland < 1:%{version}-%{release}
|
|
Provides: kf6-kwayland = 1:%{version}-%{release}
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: qt6-qtbase-devel
|
|
Obsoletes: kf6-kwayland-devel < 1:%{version}-%{release}
|
|
Provides: kf6-kwayland-devel = 1:%{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%package doc
|
|
Summary: Developer Documentation files for %{name}
|
|
BuildArch: noarch
|
|
%description doc
|
|
Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%endif
|
|
|
|
%global _rxlibdir /opt/rx/%{_lib}
|
|
export PATH=/opt/rx/bin:$PATH
|
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
|
export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSES/*.txt
|
|
%{_kf6_datadir}/qlogging-categories6/*categories
|
|
%{_libdir}/libKWaylandClient.so.6
|
|
%{_libdir}/libKWaylandClient.so.%{version}
|
|
|
|
%files devel
|
|
%doc README.md
|
|
%license LICENSES/*.txt
|
|
%{_includedir}/KWayland/
|
|
%{_libdir}/cmake/KWayland/
|
|
%{_libdir}/libKWaylandClient.so
|
|
%{_libdir}/pkgconfig/KWaylandClient.pc
|
|
%{_qt6_docdir}/*.tags
|
|
|
|
%files doc
|
|
%{_qt6_docdir}/*.qch
|
|
|
|
%changelog
|
|
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
|
|
- 6.2.2
|
|
|
|
* Tue Oct 15 2024 Raven <raven@sysadmins.ws> - 6.2.1-1
|
|
- 6.2.1
|
|
|
|
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.2.0-1
|
|
- 6.2.0
|
|
|
|
* Thu Sep 12 2024 Raven <raven@sysadmins.ws> - 6.1.5-1
|
|
- 6.1.5
|
|
|
|
* Wed Aug 7 2024 Raven <raven@sysadmins.ws> - 6.1.4-1
|
|
- 6.1.4
|
|
|
|
* Mon Jul 8 2024 Raven <raven@sysadmins.ws> - 6.1.2-1
|
|
- 6.1.2
|
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 6.1.1-1
|
|
- 6.1.1
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.1.0-4
|
|
- rebuild with libxkbcommon_ng
|
|
|
|
* Tue Jun 18 2024 Raven <raven@sysadmins.ws> - 6.1.0-1
|
|
- 6.1.0
|
|
|
|
* Mon Jun 3 2024 Raven <raven@sysadmins.ws> - 6.0.5-1
|
|
- 6.0.5
|
|
|
|
* Fri Apr 19 2024 Raven <raven@sysadmins.ws> - 6.0.4-1
|
|
- 6.0.4
|
|
|
|
* Wed Apr 3 2024 Raven <raven@sysadmins.ws> - 6.0.3-1
|
|
- 6.0.3
|
|
|
|
* Thu Mar 14 2024 Raven <raven@sysadmins.ws> - 6.0.2-1
|
|
- 6.0.2
|
|
|
|
* Sat Mar 09 2024 Marie Loise Nolden <loise@kde.org> - 6.0.1-2
|
|
- add missing BuildArch: noarch to -doc package
|
|
|
|
* Wed Mar 06 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.1-1
|
|
- 6.0.1
|
|
|
|
* Wed Feb 28 2024 Raven <raven@sysadmins.ws> - 6.0.0-1
|
|
- Update to 6.0.0
|
|
|
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
|
- Update to 5.90.0
|
|
|
|
* Wed Nov 29 2023 Jan Grulich <jgrulich@redhat.com> - 5.27.80-2
|
|
- Rebuild (qt6)
|
|
|
|
* Sun Nov 12 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.80-1
|
|
- Renamed from kf6-kwayland
|
|
- 5.27.80
|
|
|
|
* Tue Oct 17 2023 Jan Grulich <jgrulich@redhat.com> - 5.240.0^20230922.150947.770e361-3
|
|
- Rebuild (qt6)
|
|
|
|
* Thu Oct 05 2023 Justin Zobel <justin.zobel@gmail.com> - 5.240.0^20230922.150947.770e361-2
|
|
- Rebuild for Qt Private API
|
|
|
|
* Sat Sep 23 2023 Steve Cossette <farchord@gmail.com> - 5.240.0^20230922.150947.770e361-1
|
|
- Initial release
|