2009-01-04 22:18:05 +00:00
|
|
|
Name: libnice
|
2011-01-26 18:45:52 +00:00
|
|
|
Version: 0.1.0
|
2010-03-19 22:26:00 +00:00
|
|
|
Release: 1%{?dist}
|
2009-01-04 22:18:05 +00:00
|
|
|
Summary: GLib ICE implementation
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2 and MPLv1.1
|
|
|
|
URL: http://nice.freedesktop.org/wiki/
|
|
|
|
Source0: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gstreamer-devel
|
|
|
|
BuildRequires: gstreamer-plugins-base-devel
|
2009-06-14 23:05:02 +00:00
|
|
|
BuildRequires: gupnp-igd-devel >= 0.1.2
|
2009-01-04 22:18:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} is an implementation of the IETF's draft Interactive Connectivity
|
|
|
|
Establishment standard (ICE). ICE is useful for applications that want to
|
|
|
|
establish peer-to-peer UDP data streams. It automates the process of traversing
|
|
|
|
NATs and provides security against some attacks. Existing standards that use
|
|
|
|
ICE include the Session Initiation Protocol (SIP) and Jingle, XMPP extension
|
|
|
|
for audio/video calls.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: glib2-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2009-03-18 23:30:01 +00:00
|
|
|
%setup -q
|
2009-01-04 22:18:05 +00:00
|
|
|
|
|
|
|
|
2011-01-26 18:45:52 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
2009-01-04 22:18:05 +00:00
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
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
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
|
|
|
|
%{_bindir}/stunbdc
|
|
|
|
%{_bindir}/stund
|
|
|
|
%{_libdir}/gstreamer-0.10/libgstnice.so
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/nice.pc
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2011-01-26 18:45:52 +00:00
|
|
|
* Wed Jan 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.1.0-1
|
|
|
|
- Update to 0.1.0.
|
|
|
|
- Enable make check.
|
|
|
|
- Drop buildroot and clean section. No longer needed.
|
|
|
|
|
2010-08-04 17:47:53 +00:00
|
|
|
* Wed Aug 4 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.0.13-1
|
|
|
|
- Update to 0.0.13.
|
|
|
|
|
2010-05-19 22:41:03 +00:00
|
|
|
* Wed May 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.0.12-1
|
|
|
|
- Update to 0.0.12.
|
|
|
|
|
2010-03-19 22:26:00 +00:00
|
|
|
* Fri Mar 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.0.11-1
|
|
|
|
- Update to 0.0.11.
|
|
|
|
|
2009-12-17 00:56:10 +00:00
|
|
|
* Wed Dec 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.10-2
|
|
|
|
- Rebuild for new gupnp-igd.
|
|
|
|
|
2009-11-10 00:32:44 +00:00
|
|
|
* Mon Nov 9 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.10-1
|
|
|
|
- Update to 0.0.10.
|
|
|
|
|
2009-09-17 20:46:09 +00:00
|
|
|
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
|
|
|
|
- Rebuild for new gupnp
|
|
|
|
|
2009-08-02 22:32:16 +00:00
|
|
|
* Sun Aug 2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
|
|
|
|
- Update to 0.0.9.
|
|
|
|
- Drop sha1 patch. Fixed upstream.
|
|
|
|
|
2009-07-25 06:12:43 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-22 02:52:13 +00:00
|
|
|
* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
|
|
|
|
- stun sha1 patch from upstream to make it work at all
|
|
|
|
|
2009-06-22 00:04:41 +00:00
|
|
|
* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
|
|
|
|
- Update to 0.0.8.
|
|
|
|
|
2009-06-14 23:05:02 +00:00
|
|
|
* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
|
|
|
|
- Update to 0.0.7.
|
|
|
|
- Add BR on gupnp-igd-devel.
|
|
|
|
|
2009-04-14 00:20:15 +00:00
|
|
|
* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
|
|
|
|
- Update to 0.0.6.
|
|
|
|
|
2009-03-18 23:30:01 +00:00
|
|
|
* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
|
|
|
|
- Update to 0.0.5.
|
|
|
|
|
2009-02-25 16:38:27 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-04 22:18:05 +00:00
|
|
|
* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
|
|
|
|
- Initial Fedora spec.
|
|
|
|
|