mirror of https://github.com/eclipse/paho.mqtt.c
Fixed rpmlint warning due to incorrect source field
Signed-off-by: Otavio R. Piske <opiske@redhat.com>
This commit is contained in:
parent
35a7bd6b2d
commit
7702e67ec9
|
|
@ -4,10 +4,10 @@
|
|||
Summary: MQTT C Client
|
||||
Name: paho-c
|
||||
Version: 1.2.0
|
||||
Release: 0%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Eclipse Distribution License 1.0 and Eclipse Public License 1.0
|
||||
Group: Development/Tools
|
||||
Source: paho-c-%{version}.tar.gz
|
||||
Source: https://github.com/eclipse/paho.mqtt.c/archive/v%{version}.tar.gz
|
||||
URL: https://eclipse.org/paho/clients/c/
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
|
|
|
|||
Loading…
Reference in New Issue