2024-01-06 07:34:50 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: neochat
|
2024-11-10 12:46:44 +01:00
|
|
|
Version: 24.08.3
|
2024-08-29 17:42:02 +02:00
|
|
|
Release: 1mamba
|
2024-01-06 07:34:50 +01:00
|
|
|
Summary: A Qt/QML based Matrix client
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-02-11 20:11:06 +01:00
|
|
|
URL: https://apps.kde.org/it/neochat/
|
2024-03-29 19:10:45 +01:00
|
|
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/neochat-%{version}.tar.xz
|
2024-01-06 07:34:50 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-11-10 12:46:44 +01:00
|
|
|
BuildRequires: libQt6Core
|
|
|
|
BuildRequires: libQt6DBus
|
|
|
|
BuildRequires: libQt6Gui
|
|
|
|
BuildRequires: libQt6Network
|
|
|
|
BuildRequires: libQt6OpenGL
|
|
|
|
BuildRequires: libQt6Sql
|
|
|
|
BuildRequires: libQt6Widgets
|
2024-01-06 07:34:50 +01:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libcmark-devel
|
|
|
|
BuildRequires: libgcc
|
2024-03-29 19:10:45 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libkf6-kcolorscheme-devel
|
|
|
|
BuildRequires: libkf6-kcompletion-devel
|
|
|
|
BuildRequires: libkf6-kconfig-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
2024-06-16 16:48:46 +02:00
|
|
|
BuildRequires: libkf6-kcrash-devel
|
2024-03-29 19:10:45 +01:00
|
|
|
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
|
2024-06-16 16:48:46 +02:00
|
|
|
BuildRequires: libkf6-purpose-devel
|
2024-03-29 19:10:45 +01:00
|
|
|
BuildRequires: libkf6-solid-devel
|
|
|
|
BuildRequires: libkf6-sonnet-devel
|
2024-06-16 16:48:46 +02:00
|
|
|
BuildRequires: libkf6-syntax-highlighting-devel
|
2024-03-29 19:10:45 +01:00
|
|
|
BuildRequires: libolm-devel
|
|
|
|
BuildRequires: libqcoro-qt6-devel
|
|
|
|
BuildRequires: libqtkeychain-qt6-devel
|
2024-01-06 07:34:50 +01:00
|
|
|
BuildRequires: libquotient-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-03-29 19:10:45 +01:00
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
|
|
BuildRequires: qt6-qtmultimedia-devel
|
|
|
|
BuildRequires: qt6-qtwebview-devel
|
2024-01-06 07:34:50 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-08-07 19:16:49 +02:00
|
|
|
BuildRequires: libcmark-devel >= 0:0.31.1-1mamba
|
2024-01-06 07:34:50 +01:00
|
|
|
BuildRequires: cmake
|
2024-02-11 20:11:06 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-06 07:34:50 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
%description
|
|
|
|
A Qt/QML based Matrix client.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-03-29 19:10:45 +01:00
|
|
|
%cmake_kf6
|
2024-02-11 20:11:06 +01:00
|
|
|
|
2024-03-29 19:10:45 +01:00
|
|
|
%cmake_build
|
2024-01-06 07:34:50 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 19:10:45 +01:00
|
|
|
%cmake_install
|
2024-01-06 07:34:50 +01:00
|
|
|
|
2024-02-11 20:11:06 +01:00
|
|
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
2024-01-06 07:34:50 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-02-11 20:11:06 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 07:34:50 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/neochat
|
2024-08-29 17:42:02 +02:00
|
|
|
%{_kf6_plugindir}/purpose/neochatshareplugin.so
|
2024-01-06 07:34:50 +01:00
|
|
|
%{_datadir}/applications/org.kde.neochat.desktop
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.kde.neochat*.svg
|
2024-03-29 19:10:45 +01:00
|
|
|
%{_datadir}/knotifications6/neochat.notifyrc
|
2024-01-06 07:34:50 +01:00
|
|
|
%{_datadir}/krunner/dbusplugins/plasma-runner-neochat.desktop
|
|
|
|
%{_datadir}/metainfo/org.kde.neochat.appdata.xml
|
2024-03-29 19:10:45 +01:00
|
|
|
%{_datadir}/qlogging-categories6/neochat.categories
|
2024-01-06 07:34:50 +01:00
|
|
|
%{_mandir}/man1/neochat.1*
|
|
|
|
%doc LICENSES
|
|
|
|
|
|
|
|
%changelog
|
2024-11-10 12:46:44 +01:00
|
|
|
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-13 22:50:33 +02:00
|
|
|
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-15 13:51:49 +02:00
|
|
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-29 17:42:02 +02:00
|
|
|
* Sun Aug 25 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-07 19:16:49 +02:00
|
|
|
* Tue Aug 06 2024 Automatic Build System <autodist@mambasoft.it> 24.05.2-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libcmark-devel>=0:0.31.1-1mamba
|
|
|
|
|
2024-07-07 23:24:49 +02:00
|
|
|
* Thu Jul 04 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-16 16:48:46 +02:00
|
|
|
* Thu Jun 13 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-28 13:06:44 +02:00
|
|
|
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-15 12:55:52 +02:00
|
|
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 19:10:45 +01:00
|
|
|
* 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
|
|
|
|
|
2024-02-24 16:33:50 +01:00
|
|
|
* Sat Feb 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.5-1mamba
|
|
|
|
- update to 23.08.5
|
|
|
|
|
2024-02-11 20:11:06 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-06 07:34:52 +01:00
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:34:51 +01:00
|
|
|
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:34:51 +01:00
|
|
|
* Fri Oct 13 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:34:51 +01:00
|
|
|
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:34:50 +01:00
|
|
|
* Sun Aug 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
|
|
|
- package created using the webbuild interface
|