Update to 0.1.14
This commit is contained in:
parent
dbce58ce3c
commit
3feabe3b2d
File diff suppressed because it is too large
Load Diff
10
libnice.spec
10
libnice.spec
@ -2,17 +2,17 @@
|
|||||||
%bcond_with gst010
|
%bcond_with gst010
|
||||||
|
|
||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.1.13
|
Version: 0.1.14
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GLib ICE implementation
|
Summary: GLib ICE implementation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2 and MPLv1.1
|
License: LGPLv2 and MPLv1.1
|
||||||
URL: https://nice.freedesktop.org/wiki/
|
URL: https://nice.freedesktop.org/wiki/
|
||||||
Source0: https://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
Source0: https://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||||
Patch1: libnice-0.1.13-20160610.patch
|
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: gnutls-devel >= 2.12.0
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
%if %{with gst010}
|
%if %{with gst010}
|
||||||
BuildRequires: gstreamer-devel
|
BuildRequires: gstreamer-devel
|
||||||
@ -75,7 +75,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#make check
|
#make check
|
||||||
@ -133,6 +132,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 29 2018 Stefan Becker <chemobejk@gmail.com> - 0.1.14-1
|
||||||
|
- Update to 0.1.14
|
||||||
|
|
||||||
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 0.1.13-11
|
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 0.1.13-11
|
||||||
- Add conditional for building with(out) gst010 / GStreamer 0.10 support.
|
- Add conditional for building with(out) gst010 / GStreamer 0.10 support.
|
||||||
- Disable gst010 plugin by default.
|
- Disable gst010 plugin by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user