libnice/libnice.spec

119 lines
3.0 KiB
RPMSpec

#
# spec file for package libnice
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libnice
Version: 0.1.2
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1030
BuildRequires: gstreamer-0_10-devel
%else
BuildRequires: gstreamer010-devel
%endif
BuildRequires: glib2-devel >= 2.13
BuildRequires: libgupnp-igd-devel
Url: http://nice.freedesktop.org/
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
Summary: Interactive Connectivity Establishment implementation
License: MPL-1.1 or LGPL-2.1
Group: System/Libraries
%description
libnice is an implementation of the IETF's draft Interactive
Connectivity Establishment standard (ICE).
%package -n libnice10
Summary: Interactive Connectivity Establishment implementation
Group: System/Libraries
Recommends: gstreamer-0_10-libnice
%description -n libnice10
libnice is an implementation of the IETF's draft Interactive
Connectivity Establishment standard (ICE).
%package -n gstreamer-0_10-libnice
Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in
Group: System/Libraries
%description -n gstreamer-0_10-libnice
libnice is an implementation of the IETF's draft Interactive
Connectivity Establishment standard (ICE).
%package devel
Summary: Interactive Connectivity Establishment implementation - development files
Group: Development/Libraries/C and C++
Requires: libnice10 = %{version}
Provides: libnice-doc = %{version}
Obsoletes: libnice-doc < %{version}
%description devel
libnice is an implementation of the IETF's draft Interactive
Connectivity Establishment standard (ICE).
%prep
%setup -q
%build
%configure --disable-static
%{__make}
%check
%{__make} check
%install
%makeinstall
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
%post -n libnice10 -p /sbin/ldconfig
%postun -n libnice10 -p /sbin/ldconfig
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/*
%files -n libnice10
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/nice
%{_includedir}/stun
%{_datadir}/gtk-doc
%files -n gstreamer-0_10-libnice
%defattr(-,root,root,-)
%{_libdir}/gstreamer-0.10/*.so
%changelog