114 lines
3.6 KiB
RPMSpec
114 lines
3.6 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: neochat
|
|
Version: 24.02.1
|
|
Release: 1mamba
|
|
Summary: A Qt/QML based Matrix client
|
|
Group: Graphical Desktop/Applications/Internet
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://apps.kde.org/it/neochat/
|
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/neochat-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libcmark-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libicu-devel
|
|
BuildRequires: libkf6-kcolorscheme-devel
|
|
BuildRequires: libkf6-kcompletion-devel
|
|
BuildRequires: libkf6-kconfig-devel
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
BuildRequires: libkf6-kdbusaddons-devel
|
|
BuildRequires: libkf6-ki18n-devel
|
|
BuildRequires: libkf6-kio-devel
|
|
BuildRequires: libkf6-kirigami-devel
|
|
BuildRequires: libkf6-kitemmodels-devel
|
|
BuildRequires: libkf6-kjobwidgets-devel
|
|
BuildRequires: libkf6-knotifications-devel
|
|
BuildRequires: libkf6-kservice-devel
|
|
BuildRequires: libkf6-kstatusnotifieritem-devel
|
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
|
BuildRequires: libkf6-kwindowsystem-devel
|
|
BuildRequires: libkf6-solid-devel
|
|
BuildRequires: libkf6-sonnet-devel
|
|
BuildRequires: libolm-devel
|
|
BuildRequires: libqcoro-qt6-devel
|
|
BuildRequires: libqtkeychain-qt6-devel
|
|
BuildRequires: libquotient-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: qt6-qtbase-devel
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
BuildRequires: qt6-qtmultimedia-devel
|
|
BuildRequires: qt6-qtwebview-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libcmark-devel >= 0.31.0-1mamba
|
|
BuildRequires: cmake
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
%description
|
|
A Qt/QML based Matrix client.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/neochat
|
|
%{_datadir}/applications/org.kde.neochat.desktop
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.kde.neochat*.svg
|
|
%{_datadir}/knotifications6/neochat.notifyrc
|
|
%{_datadir}/krunner/dbusplugins/plasma-runner-neochat.desktop
|
|
%{_datadir}/metainfo/org.kde.neochat.appdata.xml
|
|
%{_datadir}/qlogging-categories6/neochat.categories
|
|
%{_mandir}/man1/neochat.1*
|
|
%doc LICENSES
|
|
|
|
%changelog
|
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.5-1mamba
|
|
- update to 23.08.5
|
|
|
|
* Sun Feb 11 2024 Automatic Build System <autodist@mambasoft.it> 23.08.4-2mamba
|
|
- rebuilt by autoport with build requirements: libcmark-devel>=0.31.0-1mamba
|
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 13 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
|
- package created using the webbuild interface
|