gupnp: Update all packages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-28 18:55:17 +02:00
parent 21b0276e0d
commit f171e49b41
4 changed files with 19 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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