151 lines
4.7 KiB
RPMSpec
151 lines
4.7 KiB
RPMSpec
|
%global framework knewstuff
|
||
|
|
||
|
Name: kf6-%{framework}
|
||
|
Version: 6.3.0
|
||
|
Release: 4%{?dist}
|
||
|
Summary: KDE Frameworks 6 Tier 3 module for downloading application assets
|
||
|
License: BSD-2-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
||
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||
|
Source0: https://download.kde.org/stable/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz
|
||
|
|
||
|
BuildRequires: extra-cmake-modules >= %{version}
|
||
|
BuildRequires: clang
|
||
|
BuildRequires: cmake
|
||
|
BuildRequires: cmake(KF6Attica)
|
||
|
BuildRequires: cmake(KF6Archive)
|
||
|
BuildRequires: cmake(KF6Package)
|
||
|
BuildRequires: cmake(KF6TextWidgets)
|
||
|
BuildRequires: kf6-rpm-macros
|
||
|
BuildRequires: qt6-qtbase-devel
|
||
|
BuildRequires: qt6-qtdeclarative-devel
|
||
|
BuildRequires: cmake(KF6Completion)
|
||
|
BuildRequires: cmake(KF6Config)
|
||
|
BuildRequires: cmake(KF6CoreAddons)
|
||
|
BuildRequires: cmake(KF6I18n)
|
||
|
BuildRequires: cmake(KF6IconThemes)
|
||
|
BuildRequires: cmake(KF6ItemViews)
|
||
|
BuildRequires: cmake(KF6Service)
|
||
|
BuildRequires: cmake(KF6WidgetsAddons)
|
||
|
BuildRequires: cmake(KF6WindowSystem)
|
||
|
BuildRequires: cmake(Qt6UiPlugin)
|
||
|
BuildRequires: cmake(KF6Kirigami2)
|
||
|
BuildRequires: cmake(KF6Syndication)
|
||
|
BuildRequires: pkgconfig(xkbcommon)
|
||
|
|
||
|
Requires: kf6-filesystem
|
||
|
|
||
|
%description
|
||
|
KDE Frameworks 6 Tier 3 module for downloading and sharing additional
|
||
|
application data like plugins, themes, motives, etc.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Development files for %{name}
|
||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||
|
Requires: cmake(KF6Attica)
|
||
|
Requires: cmake(KF6Service)
|
||
|
Requires: cmake(KF6XmlGui)
|
||
|
Requires: qt6-qtbase-devel
|
||
|
%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}
|
||
|
%description doc
|
||
|
Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n %{framework}-%{version} -p1
|
||
|
|
||
|
%build
|
||
|
%global _rxlibdir /opt/rx/%{_lib}
|
||
|
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
|
||
|
%find_lang %{name} --all-name
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%dir %{_kf6_qmldir}/org/
|
||
|
%dir %{_kf6_qmldir}/org/kde
|
||
|
%doc README.md
|
||
|
%license LICENSES/*.txt
|
||
|
%{_kf6_bindir}/knewstuff*
|
||
|
%{_kf6_datadir}/applications/org.kde.knewstuff-dialog6.desktop
|
||
|
%{_kf6_datadir}/qlogging-categories6/%{framework}*
|
||
|
%{_kf6_libdir}/libKF6NewStuffCore.so.*
|
||
|
%{_kf6_libdir}/libKF6NewStuffWidgets.so.*
|
||
|
%{_kf6_qmldir}/org/kde/newstuff/
|
||
|
|
||
|
%files devel
|
||
|
%{_kf6_includedir}/KNewStuff
|
||
|
%{_kf6_includedir}/KNewStuffCore
|
||
|
%{_kf6_includedir}/KNewStuffWidgets
|
||
|
%{_kf6_libdir}/cmake/KF6NewStuff/
|
||
|
%{_kf6_libdir}/cmake/KF6NewStuffCore/
|
||
|
%{_kf6_libdir}/libKF6NewStuffCore.so
|
||
|
%{_kf6_libdir}/libKF6NewStuffWidgets.so
|
||
|
%{_kf6_libdir}/qt6/plugins/designer/knewstuff6widgets.so
|
||
|
%{_qt6_docdir}/*.tags
|
||
|
|
||
|
%files doc
|
||
|
%{_qt6_docdir}/*.qch
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 6.1.0-4
|
||
|
- rebuild (libxkbcommon)
|
||
|
|
||
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.3.0-3
|
||
|
- Rebuild (qt6)
|
||
|
|
||
|
* Fri Jun 21 2024 Raven <raven@sysadmins.ws> - 6.3.0-3
|
||
|
- Rebuild (libxkbcommon)
|
||
|
|
||
|
* Mon Jun 10 2024 Raven <raven@sysadmins.ws> - 6.3.0-1
|
||
|
- 6.3.0
|
||
|
|
||
|
* Tue May 21 2024 Raven <raven@sysadmins.ws> - 6.2.0-1
|
||
|
- 6.2.0
|
||
|
|
||
|
* Mon Apr 29 2024 Raven <raven@sysadmins.ws> - 6.1.0-1
|
||
|
- 6.1.0
|
||
|
|
||
|
* Mon Feb 26 2024 Steve Cossette <farchord@gmail.com> - 6.0.0-2
|
||
|
- Respin: 6.0.0 (New tarball released by KDE)
|
||
|
|
||
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
||
|
- 6.0.0
|
||
|
|
||
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.249.0-1
|
||
|
- 5.249.0
|
||
|
|
||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.248.0-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||
|
|
||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.248.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||
|
|
||
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.248.0-1
|
||
|
- 5.248.0
|
||
|
|
||
|
* Tue Jan 09 2024 Marie Loise Nolden <loise@kde.org> - 5.247.0-2
|
||
|
- add doc package for KF6 API
|
||
|
|
||
|
* Wed Dec 20 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.247.0-1
|
||
|
- 5.247.0
|
||
|
|
||
|
* Sat Dec 02 2023 Justin Zobel <justin.zobel@gmail.com> - 5.246.0-1
|
||
|
- Update to 5.246.0
|
||
|
|
||
|
* Thu Nov 09 2023 Steve Cossette <farchord@gmail.com> - 5.245.0-1
|
||
|
- 5.245.0
|
||
|
|
||
|
* Tue Oct 17 2023 Jan Grulich <jgrulich@redhat.com> - 5.240.0^20231011.024051.03d9e05-2
|
||
|
- Rebuild (qt6)
|
||
|
|
||
|
* Sat Sep 23 2023 Steve Cossette <farchord@gmail.com> - 5.240.0^20231011.024051.03d9e05-1
|
||
|
- Initial release
|