update to 1.3.14 [release 1.3.14-1mamba;Sat Jan 11 2025]
This commit is contained in:
parent
c8f9c73d55
commit
074eb3b6e7
@ -1,12 +1,12 @@
|
|||||||
Name: paho-mqtt-c
|
Name: paho-mqtt-c
|
||||||
Version: 1.3.13
|
Version: 1.3.14
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An Eclipse Paho C client library for MQTT
|
Summary: An Eclipse Paho C client library for MQTT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://eclipse.github.io/paho.mqtt.c/
|
URL: https://eclipse-paho.github.io/paho.mqtt.c/MQTTClient/html/
|
||||||
Source: https://github.com/eclipse/paho.mqtt.c.git/v%{version}/paho.mqtt.c-%{version}.tar.bz2
|
Source: https://github.com/eclipse/paho.mqtt.c.git/v%{version}/paho.mqtt.c-%{version}.tar.bz2
|
||||||
License: EPL-2.0
|
License: EPL-2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -34,8 +34,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n paho.mqtt.c-%{version}
|
%setup -q -n paho.mqtt.c-%{version}
|
||||||
|
|
||||||
@ -50,9 +48,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpaho-mqtt3a.so.*
|
%{_libdir}/libpaho-mqtt3a.so.*
|
||||||
@ -72,5 +67,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 11 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.14-1mamba
|
||||||
|
- update to 1.3.14
|
||||||
|
|
||||||
* Sun Feb 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.13-1mamba
|
* Sun Feb 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.13-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user