|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: mosquitto
|
|
|
|
|
Version: 1.3.5
|
|
|
|
|
Version: 1.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: An Open Source MQTT v3.1 Broker
|
|
|
|
|
Summary: An Open Source MQTT v3.1/v3.1.1 Broker
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://mosquitto.org/
|
|
|
|
@ -9,13 +9,11 @@ Source0: http://mosquitto.org/files/source/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: tcp_wrappers-devel
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: uthash-devel
|
|
|
|
|
BuildRequires: c-ares-devel
|
|
|
|
|
# This will become a requirement soon
|
|
|
|
|
#BuildRequires: libwebsockets-devel
|
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
|
BuildRequires: libwebsockets-devel
|
|
|
|
|
|
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
|
Requires(post): systemd
|
|
|
|
@ -23,10 +21,10 @@ Requires(preun): systemd
|
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Mosquitto is an open source (BSD licensed) message broker that implements the
|
|
|
|
|
MQ Telemetry Transport protocol version 3.1. MQTT provides a lightweight
|
|
|
|
|
method of carrying out messaging using a publish/subscribe model. This makes
|
|
|
|
|
it suitable for "machine to machine" messaging such as with low power sensors
|
|
|
|
|
Mosquitto is an open source message broker that implements the MQ Telemetry
|
|
|
|
|
Transport protocol version 3.1 and 3.1.1 MQTT provides a lightweight method
|
|
|
|
|
of carrying out messaging using a publish/subscribe model. This makes it
|
|
|
|
|
suitable for "machine to machine" messaging such as with low power sensors
|
|
|
|
|
or mobile devices such as phones, embedded computers or micro-controllers
|
|
|
|
|
like the Arduino.
|
|
|
|
|
|
|
|
|
@ -37,14 +35,6 @@ Summary: Development files for %{name}
|
|
|
|
|
%description devel
|
|
|
|
|
Development headers and libraries for %{name}
|
|
|
|
|
|
|
|
|
|
%package python
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Summary: Python bindings for %{name}
|
|
|
|
|
|
|
|
|
|
%description python
|
|
|
|
|
Python bindings for %{name}
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
# Remove bundled uthash.h
|
|
|
|
@ -127,10 +117,12 @@ exit 0
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_mandir}/man3/*.3.*
|
|
|
|
|
|
|
|
|
|
%files python
|
|
|
|
|
%{python2_sitelib}/%{name}*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 25 2015 Fabian Affolter <mail@fabian-affolter.ch> - 1.4-1
|
|
|
|
|
- Update BRs
|
|
|
|
|
- Python subpackage is replaced by python-paho-mqtt
|
|
|
|
|
- Update to new upstream version 1.4
|
|
|
|
|
|
|
|
|
|
* Thu Oct 16 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.5-1
|
|
|
|
|
- Update to new upstream version 1.3.5
|
|
|
|
|
|
|
|
|
|