automatic version update by autodist [release 2.0.4-1mamba;Thu Jan 14 2021]
This commit is contained in:
parent
f0528a2e44
commit
aea5d5f870
@ -1,5 +1,5 @@
|
||||
Name: mosquitto
|
||||
Version: 1.6.12
|
||||
Version: 2.0.4
|
||||
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
|
||||
@ -37,8 +37,7 @@ This package contains shared libraries for %{name}.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
## note: you can add this requirement if .pc files are provided by this package
|
||||
#Requires: pkg-config
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -76,6 +75,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_bindir}/mosquitto_rr
|
||||
%{_bindir}/mosquitto_sub
|
||||
%{_sbindir}/mosquitto
|
||||
%{_mandir}/man1/mosquitto_ctrl.1*
|
||||
%{_mandir}/man1/mosquitto_ctrl_dynsec.1*
|
||||
%{_mandir}/man1/mosquitto_passwd.1*
|
||||
%{_mandir}/man1/mosquitto_pub.1*
|
||||
%{_mandir}/man1/mosquitto_rr.1*
|
||||
@ -90,6 +91,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/mqtt_protocol.h
|
||||
%{_includedir}/mosquitto.h
|
||||
%{_includedir}/mosquitto_broker.h
|
||||
%{_includedir}/mosquitto_plugin.h
|
||||
@ -98,12 +100,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libmosquittopp.so
|
||||
%{_libdir}/pkgconfig/libmosquitto.pc
|
||||
%{_libdir}/pkgconfig/libmosquittopp.pc
|
||||
%{_mandir}/man3/libmosquitto.3.gz
|
||||
%{_mandir}/man3/libmosquitto.3*
|
||||
%{_mandir}/man5/mosquitto.conf.5*
|
||||
%{_mandir}/man7/mosquitto-tls.7*
|
||||
%{_mandir}/man7/mqtt.7*
|
||||
%doc ChangeLog.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.12-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user