]> git.pld-linux.org Git - packages/mosquitto.git/blobdiff - mosquitto.spec
- rel 1;
[packages/mosquitto.git] / mosquitto.spec
index 03f5c9a4cc01b268b69003c6766f5fc26b4491b7..402d44c8deaa6dbda6296f38c8ea676c9e3379c6 100644 (file)
@@ -2,12 +2,12 @@
 # - initscript
 Summary:       An Open Source MQTT v3.1 Broker
 Name:          mosquitto
-Version:       1.5.1
-Release:       0.1
+Version:       1.6.9
+Release:       1
 License:       BSD
 Group:         Applications
 Source0:       http://mosquitto.org/files/source/%{name}-%{version}.tar.gz
-# Source0-md5: f98c99998a36a234f3a9d9b402b991db
+# Source0-md5: 52f5078ec18aaf623b14dfb121fd534b
 URL:           http://mosquitto.org/
 BuildRequires: cmake
 BuildRequires: libstdc++-devel
@@ -91,6 +91,7 @@ install -d build
 cd build
 %cmake \
        -DUSE_LIBWRAP:BOOL=ON \
+       -DWITH_BUNDLED_DEPS:BOOL=ON \
        ..
 %{__make}
 cd ..
@@ -141,8 +142,10 @@ fi
 %files clients
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/mosquitto_pub
+%attr(755,root,root) %{_bindir}/mosquitto_rr
 %attr(755,root,root) %{_bindir}/mosquitto_sub
 %{_mandir}/man1/mosquitto_pub.1*
+%{_mandir}/man1/mosquitto_rr.1*
 %{_mandir}/man1/mosquitto_sub.1*
 
 %files -n libmosquitto
This page took 0.05651 seconds and 4 git commands to generate.