]> git.pld-linux.org Git - packages/mosquitto.git/commitdiff
updated build deps
authorJan Palus <atler@pld-linux.org>
Mon, 23 Jan 2023 10:03:33 +0000 (11:03 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 23 Jan 2023 10:03:33 +0000 (11:03 +0100)
mosquitto.spec

index 300931b18e446a89f5204e75d8239a489b576a84..b7b7320266d92fbf1a21b785ead888638da34e25 100644 (file)
@@ -9,13 +9,15 @@ Group:                Applications
 Source0:       http://mosquitto.org/files/source/%{name}-%{version}.tar.gz
 # Source0-md5: abe42d8cdb4ec973bdbecc6da29cb98f
 URL:           http://mosquitto.org/
-BuildRequires: cmake
+BuildRequires: cmake >= 3.0
 BuildRequires: cjson-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libwrap-devel
+BuildRequires: libxslt-progs
 BuildRequires: openssl-devel
-BuildRequires: rpmbuild(macros) >= 1.219
-BuildRequires: sqlite3-devel >= 3.5
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.605
+BuildRequires: uthash-devel
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
@@ -92,7 +94,7 @@ install -d build
 cd build
 %cmake \
        -DUSE_LIBWRAP:BOOL=ON \
-       -DWITH_BUNDLED_DEPS:BOOL=ON \
+       -DWITH_BUNDLED_DEPS:BOOL=OFF \
        ..
 %{__make}
 cd ..
This page took 0.154588 seconds and 4 git commands to generate.