* 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
epel9
Fabian Affolter 10 years ago
parent 2b73edd44e
commit 36c920ef3a

1
.gitignore vendored

@ -9,3 +9,4 @@
/mosquitto-1.3.3.tar.gz
/mosquitto-1.3.4.tar.gz
/mosquitto-1.3.5.tar.gz
/mosquitto-1.4.tar.gz

@ -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

@ -1 +1 @@
55094ad4dc7c7985377f43d4fc3d09da mosquitto-1.3.5.tar.gz
cd879f5964311501ba8e2275add71484 mosquitto-1.4.tar.gz

Loading…
Cancel
Save