Fixed rpmlint warning due to incorrect source field

Signed-off-by: Otavio R. Piske <opiske@redhat.com>
This commit is contained in:
Otavio R. Piske 2017-07-26 16:32:06 +02:00
parent 35a7bd6b2d
commit 7702e67ec9
1 changed files with 2 additions and 2 deletions

4
dist/paho-c.spec vendored
View File

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