rebuilt by autoport with build requirements: libcmark-devel>=0.31.0-1mamba [release 23.08.4-2mamba;Sun Feb 11 2024]

This commit is contained in:
Automatic Build System 2024-02-11 20:11:06 +01:00
parent 025f992802
commit 508ec58569

View File

@ -2,14 +2,14 @@
Name: neochat
Version: 23.08.4
Release: 1mamba
Release: 2mamba
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://kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/neochat-%{version}.tar.xz
URL: https://apps.kde.org/it/neochat/
Source: https://download.kde.org/unstable/release-service/%{version}/src/neochat-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -43,8 +43,9 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt5-qtquickcontrols2-devel
## AUTOBUILDREQ-END
BuildRequires: libcmark-devel >= 0.31.0-1mamba
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules
%description
@ -56,19 +57,20 @@ A Qt/QML based Matrix client.
%setup -q
%build
%cmake_kde5 -d build
%cmake_kde5
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%makeinstall
%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)
%{_bindir}/neochat
%{_datadir}/applications/org.kde.neochat.desktop
@ -81,6 +83,9 @@ A Qt/QML based Matrix client.
%doc LICENSES
%changelog
* 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