update to 0.1.14-70-gfb2f1f7
This commit is contained in:
parent
b17a790f17
commit
5ecb765416
6711
libnice-0.1.14-20171128.patch
Normal file
6711
libnice-0.1.14-20171128.patch
Normal file
File diff suppressed because it is too large
Load Diff
27
libnice.spec
27
libnice.spec
@ -3,14 +3,17 @@
|
|||||||
|
|
||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.1.14
|
Version: 0.1.14
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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.14-20171128.patch
|
||||||
|
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gnutls-devel >= 2.12.0
|
BuildRequires: gnutls-devel >= 2.12.0
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -52,15 +55,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
The %{name}-gstreamer1 package contains a gstreamer 1.0 plugin for %{name}.
|
The %{name}-gstreamer1 package contains a gstreamer 1.0 plugin for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%package examples
|
|
||||||
Summary: Simple %{name} usage examples
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description examples
|
|
||||||
The %{name}-examples package contains usage (simple, threaded and sdp) examples.
|
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -75,12 +69,14 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#make check
|
#make check
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -f -i
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
@ -117,12 +113,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/gstreamer-1.0/libgstnice.so
|
%{_libdir}/gstreamer-1.0/libgstnice.so
|
||||||
|
|
||||||
|
|
||||||
%files examples
|
|
||||||
%{_bindir}/sdp-example
|
|
||||||
%{_bindir}/simple-example
|
|
||||||
%{_bindir}/threaded-example
|
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -132,6 +122,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Stefan Becker <chemobejk@gmail.com> - 0.1.14-3
|
||||||
|
- update to 0.1.14-70-gfb2f1f7 with alternate server fixes for SIPE
|
||||||
|
- add autoreconf build step
|
||||||
|
- remove examples subpackage as examples are no longer installed
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user