automatic version update by autodist [release 24.02.1-1mamba;Sun Mar 24 2024]
This commit is contained in:
parent
b2ddea3c07
commit
3c272afe6d
36
katomic.spec
36
katomic.spec
@ -1,5 +1,5 @@
|
||||
Name: katomic
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: Sokoban-like Logic Game
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
@ -7,7 +7,7 @@ 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/katomic-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/katomic-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -20,7 +20,6 @@ BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libknewstuff-devel
|
||||
BuildRequires: libkservice-devel
|
||||
@ -43,34 +42,37 @@ Sokoban-like Logic Game.
|
||||
%setup -q
|
||||
|
||||
%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 --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/katomic
|
||||
%{_kde5_xdgappsdir}/org.kde.katomic.desktop
|
||||
%{_kf6_bindir}/katomic
|
||||
%{_datadir}/applications/org.kde.katomic.desktop
|
||||
%{_datadir}/metainfo/org.kde.katomic.appdata.xml
|
||||
%{_datadir}/qlogging-categories5/katomic.categories
|
||||
%dir %{_kde5_datadir}/katomic
|
||||
%{_kde5_datadir}/katomic/*
|
||||
%{_kde5_kconfupdatedir}/katomic-levelset-upd.pl
|
||||
%{_kde5_kconfupdatedir}/katomic-levelset.upd
|
||||
#%{_datadir}/kxmlgui5/katomic/katomicui.rc
|
||||
%{_datadir}/qlogging-categories6/katomic.categories
|
||||
%dir %{_kf6_datadir}/katomic
|
||||
%{_kf6_datadir}/katomic/*
|
||||
%{_datadir}/knsrcfiles/katomic.knsrc
|
||||
%{_kde5_icondir}/hicolor/*/apps/katomic.png
|
||||
%{_kf6_icondir}/hicolor/*/apps/katomic.png
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Sun Mar 24 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