From 0e7c22a1c01aea8a500bb447364e0603e45131a7 Mon Sep 17 00:00:00 2001 From: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Date: Wed, 27 Jul 2016 17:23:55 -0400 Subject: [PATCH] packaging: fix fedora spec libupnp-dev should be libupnp-devel on fedora Change-Id: I0b41a86fe47affdd51ff199e8123d254b8796cbd --- ring-daemon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ring-daemon.spec b/ring-daemon.spec index 6b4dd19ab4..f0ef2c4d39 100644 --- a/ring-daemon.spec +++ b/ring-daemon.spec @@ -18,7 +18,7 @@ BuildRequires: dbus-devel libsndfile-devel libXext-devel libXfixes-devel BuildRequires: yasm git speex-devel chrpath check astyle uuid-c++-devel BuildRequires: gettext-devel gcc-c++ which alsa-lib-devel systemd-devel BuildRequires: libuuid-devel uuid-devel gnutls-devel nettle-devel -BuildRequires: opus-devel jsoncpp-devel libnatpmp-devel libupnp-dev +BuildRequires: opus-devel jsoncpp-devel libnatpmp-devel libupnp-devel %description Ring is free software for distributed and secured communication. -- GitLab