35e256
Name:           libnice
35e256
Version:        0.1.3
35e256
Release:        4%{?dist}
35e256
Summary:        GLib ICE implementation
35e256
35e256
Group:          System Environment/Libraries
35e256
License:        LGPLv2 and MPLv1.1
35e256
URL:            http://nice.freedesktop.org/wiki/
35e256
Source0:        http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
35e256
35e256
BuildRequires:	glib2-devel
35e256
BuildRequires:  gstreamer-devel
35e256
BuildRequires:	gstreamer-plugins-base-devel
35e256
BuildRequires:  gstreamer1-devel >= 0.11.91
35e256
BuildRequires:	gstreamer1-plugins-base-devel >= 0.11.91
35e256
BuildRequires:	gupnp-igd-devel >= 0.1.2
35e256
35e256
35e256
%description
35e256
%{name} is an implementation of the IETF's draft Interactive Connectivity
35e256
Establishment standard (ICE). ICE is useful for applications that want to
35e256
establish peer-to-peer UDP data streams. It automates the process of traversing
35e256
NATs and provides security against some attacks. Existing standards that use
35e256
ICE include the Session Initiation Protocol (SIP) and Jingle, XMPP extension
35e256
for audio/video calls.
35e256
35e256
35e256
%package        devel
35e256
Summary:        Development files for %{name}
35e256
Group:          Development/Libraries
35e256
Requires:       %{name} = %{version}-%{release}
35e256
Requires:	glib2-devel
35e256
Requires:	pkgconfig
35e256
35e256
35e256
%description    devel
35e256
The %{name}-devel package contains libraries and header files for
35e256
developing applications that use %{name}.
35e256
35e256
35e256
%prep
35e256
%setup -q
35e256
35e256
35e256
%check
35e256
#make check
35e256
35e256
35e256
%build
35e256
%configure --disable-static
35e256
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
35e256
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
35e256
make %{?_smp_mflags}
35e256
35e256
35e256
%install
35e256
make install DESTDIR=$RPM_BUILD_ROOT
35e256
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
35e256
35e256
35e256
%post -p /sbin/ldconfig
35e256
35e256
35e256
%postun -p /sbin/ldconfig
35e256
35e256
35e256
%files
35e256
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
35e256
%{_bindir}/stunbdc
35e256
%{_bindir}/stund
35e256
%{_libdir}/gstreamer-0.10/libgstnice010.so
35e256
%{_libdir}/gstreamer-1.0/libgstnice.so
35e256
%{_libdir}/*.so.*
35e256
35e256
35e256
%files devel
35e256
%{_includedir}/*
35e256
%{_libdir}/*.so
35e256
%{_libdir}/pkgconfig/nice.pc
35e256
%{_datadir}/gtk-doc/html/%{name}/
35e256
35e256
35e256
%changelog
35e256
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.1.3-4
35e256
- Mass rebuild 2014-01-24
35e256
35e256
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.1.3-3
35e256
- Mass rebuild 2013-12-27
35e256
35e256
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
35e256
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
35e256
35e256
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
35e256
- Update to 0.1.3.
35e256
- Add BR on gstreamer1 packages.
35e256
35e256
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2
35e256
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
35e256
35e256
* Mon Apr 23 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.1.2-1
35e256
- Update to 0.1.2.
35e256
35e256
* Mon Jan 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-3
35e256
- Rebuild for new gupnp-idg.
35e256
35e256
* Sun Jan 08 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-2
35e256
- Rebuild for new gcc.
35e256
35e256
* Wed Dec  7 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.1.1-1
35e256
- Update to 0.1.1.
35e256
- Drop ppc64 patch. Fixed upstream.
35e256
35e256
* Tue Aug 16 2011 David Woodhouse <dwmw2@infradead.org> - 0.1.0-5
35e256
- Apply portability patch to nice/Makefile.in too. I hate autocrap.
35e256
35e256
* Tue Aug 16 2011 David Woodhouse <dwmw2@infradead.org> - 0.1.0-4
35e256
- Fix non-portable symbol checks in nice/Makefile.am
35e256
35e256
* Fri Jun 17 2011 Peter Robinson <pbrobinson@gmail.com> - 0.1.0-3
35e256
- rebuild for new gupnp/gssdp
35e256
35e256
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
35e256
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
35e256
35e256
* Wed Jan 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.1.0-1
35e256
- Update to 0.1.0.
35e256
- Enable make check.
35e256
- Drop buildroot and clean section. No longer needed.
35e256
35e256
* Wed Aug  4 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.0.13-1
35e256
- Update to 0.0.13.
35e256
35e256
* Wed May 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.0.12-1
35e256
- Update to 0.0.12.
35e256
35e256
* Fri Mar 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.0.11-1
35e256
- Update to 0.0.11.
35e256
35e256
* Wed Dec 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.10-2
35e256
- Rebuild for new gupnp-igd.
35e256
35e256
* Mon Nov  9 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.10-1
35e256
- Update to 0.0.10.
35e256
35e256
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.0.9-2
35e256
- Rebuild for new gupnp
35e256
35e256
* Sun Aug  2 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.9-1
35e256
- Update to 0.0.9.
35e256
- Drop sha1 patch. Fixed upstream.
35e256
35e256
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-3
35e256
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
35e256
35e256
* Tue Jul 21 2009 Warren Togami <wtogami@redhat.com> - 0.0.8-2
35e256
- stun sha1 patch from upstream to make it work at all
35e256
35e256
* Sun Jun 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.8-1
35e256
- Update to 0.0.8.
35e256
35e256
* Sun Jun 14 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.7-1
35e256
- Update to 0.0.7.
35e256
- Add BR on gupnp-igd-devel.
35e256
35e256
* Mon Apr 13 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.6-1
35e256
- Update to 0.0.6.
35e256
35e256
* Wed Mar 18 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.0.5-1
35e256
- Update to 0.0.5.
35e256
35e256
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-2
35e256
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
35e256
35e256
* Sat Dec 27 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.0.4-1
35e256
- Initial Fedora spec.
35e256