File psi+-plugins-psimediaplugin.spec of Package psi+-plugins-psimediaplugin
#
# spec file for package
#
# Copyright (c) 2013 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/
#
%define _name psimedia
Name: psi+-plugins-psimediaplugin
Version: 1.0.3
Release: 1
License: LGPL-2.1+
Summary: Audio/Video Plugin for psi-like im clients
Url: http://delta.affinix.com/psimedia/
Group: Productivity/Networking/Instant Messenger
Source: %{_name}-%{version}.tar.bz2
BuildRequires: libqt4-devel
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: speex-devel
Requires: psi+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
PsiMedia is a thick abstraction layer for providing audio and video RTP services to Psi-like IM clients. The implementation is based on GStreamer.
%prep
%setup -q -n %{_name}
%build
./configure
make %{?_smp_mflags}
%install
%{__install} -D -m0755 gstprovider/libgstprovider.so %{buildroot}/%{_libdir}/psi-plus/plugins/libgstprovider.so
%files
%defattr(-,root,root)
%doc README COPYING
%dir %{_libdir}/psi-plus
%dir %{_libdir}/psi-plus/plugins/
%{_libdir}/psi-plus/plugins/libgstprovider.so
%changelog