automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
9c16c85cdf
commit
28ab270764
@ -1,5 +1,5 @@
|
||||
Name: libkdegames
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: KDE games library
|
||||
Group: System/Libraries
|
||||
@ -7,33 +7,32 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/libkdegames-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/libkdegames-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libattica5-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkarchive-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdnssd-devel
|
||||
BuildRequires: libkguiaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libknewstuff-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-attica-devel
|
||||
BuildRequires: libkf6-karchive-devel
|
||||
BuildRequires: libkf6-kcolorscheme-devel
|
||||
BuildRequires: libkf6-kcompletion-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kdnssd-devel
|
||||
BuildRequires: libkf6-kguiaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kiconthemes-devel
|
||||
BuildRequires: libkf6-knewstuff-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libopenal-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Provides: libkdegames5
|
||||
@ -59,14 +58,14 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q -n libkdegames-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -74,30 +73,35 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5KDEGames.so.*
|
||||
%{_libdir}/libKF5KDEGamesPrivate.so.*
|
||||
%dir %{_libdir}/qt5/qml/org/kde/games
|
||||
%dir %{_libdir}/qt5/qml/org/kde/games/core
|
||||
%{_libdir}/qt5/qml/org/kde/games/core/*
|
||||
%dir %{_kde5_datadir}/carddecks
|
||||
%{_kde5_datadir}/carddecks/*
|
||||
%{_kde5_kconfupdatedir}/kgthemeprovider-migration.upd
|
||||
%{_datadir}/qlogging-categories5/libkdegames.categories
|
||||
%{_libdir}/libKDEGames6.so.*
|
||||
%{_libdir}/libKDEGames6Private.so.*
|
||||
%dir %{_kf6_qmldir}/org/kde/games
|
||||
%dir %{_kf6_qmldir}/org/kde/games/core
|
||||
%{_kf6_qmldir}/org/kde/games/core/*
|
||||
%dir %{_kf6_datadir}/carddecks
|
||||
%{_kf6_datadir}/carddecks/*
|
||||
%{_datadir}/qlogging-categories6/libkdegames.categories
|
||||
%doc LICENSES
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde5_includedir}/KDEGames
|
||||
%{_kde5_includedir}/KDEGames/*
|
||||
%{_libdir}/libKF5KDEGames.so
|
||||
%{_libdir}/libKF5KDEGamesPrivate.so
|
||||
%dir %{_libdir}/cmake/KF5KDEGames
|
||||
%{_libdir}/cmake/KF5KDEGames/KF5KDEGames*.cmake
|
||||
%dir %{_includedir}/KDEGames6
|
||||
%{_includedir}/KDEGames6/*
|
||||
%{_libdir}/libKDEGames6.so
|
||||
%{_libdir}/libKDEGames6Private.so
|
||||
%dir %{_libdir}/cmake/KDEGames6
|
||||
%{_libdir}/cmake/KDEGames6/KDEGames6*.cmake
|
||||
%doc README TODO
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user