From: Michael Tremer Date: Fri, 28 Oct 2016 16:55:17 +0000 (+0200) Subject: gupnp: Update all packages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f171e49b41f7dd7c3ef5a1dff1e9edbc2ab37628;p=ipfire-3.x.git gupnp: Update all packages Signed-off-by: Michael Tremer --- diff --git a/gssdp/gssdp.nm b/gssdp/gssdp.nm index e8e08b110..43205a52c 100644 --- a/gssdp/gssdp.nm +++ b/gssdp/gssdp.nm @@ -4,8 +4,8 @@ ############################################################################### name = gssdp -ver_major = 0.14 -ver_minor = 14 +ver_major = 1.0 +ver_minor = 1 version = %{ver_major}.%{ver_minor} release = 1 @@ -18,8 +18,8 @@ description GSSDP implements resource discovery and announcement over SSDP. end -source_dl = https://download.gnome.org/sources/gssdp/%{ver_major}/ -sources = %{thisapp}.tar.xz +source_dl = https://download.gnome.org/sources/%{name}/%{ver_major}/ +sources = %{thisapp}.tar.xz build @@ -32,7 +32,6 @@ end packages package %{name} - end package %{name}-devel template DEVEL diff --git a/gupnp-av/gupnp-av.nm b/gupnp-av/gupnp-av.nm index d6f391754..1c83d7de1 100644 --- a/gupnp-av/gupnp-av.nm +++ b/gupnp-av/gupnp-av.nm @@ -4,7 +4,9 @@ ############################################################################### name = gupnp-av -version = 0.5.1 +version = %{ver_maj}.%{ver_min} +ver_maj = 0.12 +ver_min = 10 release = 1 groups = System/Libraries @@ -17,7 +19,8 @@ description applications using GUPnP. end -source_dl = +source_dl = https://download.gnome.org/sources/%{name}/%{ver_maj}/ +sources = %{thisapp}.tar.xz build requires @@ -31,7 +34,6 @@ end packages package %{name} - end package %{name}-devel template DEVEL diff --git a/gupnp-igd/gupnp-igd.nm b/gupnp-igd/gupnp-igd.nm index dd0981ab8..d56124651 100644 --- a/gupnp-igd/gupnp-igd.nm +++ b/gupnp-igd/gupnp-igd.nm @@ -4,19 +4,22 @@ ############################################################################### name = gupnp-igd -version = 0.1.3 +version = %{ver_maj}.%{ver_min} +ver_maj = 0.2 +ver_min = 4 release = 1 groups = System/Libraries url = http://www.gupnp.org license = LGPL -summary = gupnp - Internet Gateway device implementation (Microsoft). +summary = gupnp - Internet Gateway device implementation (Microsoft) description This is a library to handle Internet Gateway Device port mappings. end -source_dl = +source_dl = https://download.gnome.org/sources/%{name}/%{ver_maj}/ +sources = %{thisapp}.tar.xz build requires @@ -31,7 +34,6 @@ end packages package %{name} - end package %{name}-devel template DEVEL diff --git a/gupnp/gupnp.nm b/gupnp/gupnp.nm index 2d823841f..4f51020fa 100644 --- a/gupnp/gupnp.nm +++ b/gupnp/gupnp.nm @@ -4,9 +4,9 @@ ############################################################################### name = gupnp -ver_major = 0.20 -ver_minor = 16 version = %{ver_major}.%{ver_minor} +ver_major = 1.0 +ver_minor = 1 release = 1 groups = System/Libraries @@ -20,8 +20,8 @@ description The GUPnP API is intended to be easy to use, efficient and flexible. end -source_dl = https://download.gnome.org/sources/gupnp/%{ver_major}/ -sources = %{thisapp}.tar.xz +source_dl = https://download.gnome.org/sources/%{name}/%{ver_major}/ +sources = %{thisapp}.tar.xz build requires @@ -38,7 +38,6 @@ end packages package %{name} - end package %{name}-devel template DEVEL