File libnice.spec of Package libnice

#
# spec file for package libnice (Version 0.0.4)
#
# Copyright (c) 2009 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/
#

# norootforbuild


Name:           libnice
Version:        0.0.4
Release:        2
License:        LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
Group:          System/Libraries
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1030
BuildRequires:  gstreamer-0_10-devel
%else
BuildRequires:  gstreamer010-devel
%endif
BuildRequires:  glib2-devel openssl-devel
Url:            http://nice.freedesktop.org/  
Source:         http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Summary:        Interactive Connectivity Establishment implementation

%description
libnice is an implementation of the IETF's draft Interactive
Connectivity Establishment standard (ICE).



%package -n libnice0
License:        LGPL v2.1 or later
Group:          System/Libraries
Requires:       libnice0 = %{version}
Summary:        Interactive Connectivity Establishment implementation

%description -n libnice0
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE).



%package doc
License:        LGPL v2.1 or later
Group:          System/Libraries
Requires:       libnice0 = %{version}
Summary:        Interactive Connectivity Establishment implementation

%description doc
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE).



%package devel
License:        LGPL v2.1 or later
Group:          System/Libraries
Requires:       libnice0 = %{version}
Summary:        Interactive Connectivity Establishment implementation

%description devel
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE).



%prep
%setup -n nice-%{version}

%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 libnice0 -p /sbin/ldconfig

%postun -n libnice0 -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/*

%files -n libnice0
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%{_libdir}/gstreamer-0.10/*.so

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/nice

%files doc
%defattr(-,root,root,-)
%{_datadir}/gtk-doc

%changelog
* Fri Jan 02 2009 hfiguiere@novell.com
- Initial packaging.
openSUSE Build Service is sponsored by