automatic version update by autodist [release 2.0.19-1mamba;Sat Oct 05 2024]
This commit is contained in:
parent
b67eb09ee3
commit
5f83999dcc
@ -1,5 +1,5 @@
|
||||
Name: mosquitto
|
||||
Version: 2.0.18
|
||||
Version: 2.0.19
|
||||
Release: 1mamba
|
||||
Summary: An open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1
|
||||
Group: System/Libraries
|
||||
@ -11,6 +11,7 @@ Source: https://mosquitto.org/files/source/mosquitto-%{version}.tar.gz
|
||||
License: Eclipse Public License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcjson-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -58,8 +59,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -68,6 +67,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_sysconfdir}/mosquitto/aclfile.example
|
||||
%{_sysconfdir}/mosquitto/pskfile.example
|
||||
%{_sysconfdir}/mosquitto/pwfile.example
|
||||
%{_bindir}/mosquitto_ctrl
|
||||
%{_bindir}/mosquitto_passwd
|
||||
%{_bindir}/mosquitto_pub
|
||||
%{_bindir}/mosquitto_rr
|
||||
@ -85,6 +85,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmosquitto.so.*
|
||||
%{_libdir}/libmosquittopp.so.*
|
||||
%{_libdir}/mosquitto_dynamic_security.so
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -105,6 +106,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc ChangeLog.txt
|
||||
|
||||
%changelog
|
||||
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 2.0.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 20 2023 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user