Blame SPECS/libnice.spec

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