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:
parent
025f992802
commit
508ec58569
21
neochat.spec
21
neochat.spec
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
Name: neochat
|
Name: neochat
|
||||||
Version: 23.08.4
|
Version: 23.08.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Qt/QML based Matrix client
|
Summary: A Qt/QML based Matrix client
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org
|
URL: https://apps.kde.org/it/neochat/
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/neochat-%{version}.tar.xz
|
Source: https://download.kde.org/unstable/release-service/%{version}/src/neochat-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -43,8 +43,9 @@ BuildRequires: qt5-qtbase-devel
|
|||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
BuildRequires: qt5-qtquickcontrols2-devel
|
BuildRequires: qt5-qtquickcontrols2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libcmark-devel >= 0.31.0-1mamba
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,19 +57,20 @@ A Qt/QML based Matrix client.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kde5
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/neochat
|
%{_bindir}/neochat
|
||||||
%{_datadir}/applications/org.kde.neochat.desktop
|
%{_datadir}/applications/org.kde.neochat.desktop
|
||||||
@ -81,6 +83,9 @@ A Qt/QML based Matrix client.
|
|||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user