File pidgin-embeddedvideo.spec of Package pidgin-embeddedvideo
#
# spec file for package pidgin-embeddedvideo (Version 1.1)
#
# Copyright (c) 2010 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 _version 1.1-2
Name: pidgin-embeddedvideo
Version: 1.1
Release: 1
License: GPLv2+
Summary: Pidgin plugin to watch videos directly into your Pidgin conversation
Url: http://code.google.com/p/pidgin-embeddedvideo/
Group: Productivity/Networking/Instant Messenger
Source: %{name}-%{_version}.tar.bz2
BuildRequires: libcurl-devel
BuildRequires: libwebkit-devel
BuildRequires: pidgin-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Pidgin Embedded Video is a GTK plugin for the popular instant messaging
client Pidgin. The purpose of this plugin is to provide a faster way to
watch videos while chatting with your friends. No more additional
browser windows! It transforms a simple conversation into a much more
attractive and interesting experience.
%package -n pidgin-plugin-embeddedvideo
License: GPLv2+
Summary: Pidgin plugin to watch videos directly into your Pidgin conversation
Group: Productivity/Networking/Instant Messenger
Requires: pidgin
Recommends: pullin-flash-player
Provides: %{name} = %{version}
%description -n pidgin-plugin-embeddedvideo
Pidgin Embedded Video is a GTK plugin for the popular instant messaging
client Pidgin. The purpose of this plugin is to provide a faster way to
watch videos while chatting with your friends. No more additional browser
windows! It transforms a simple conversation into a much more attractive
and interesting experience.
%prep
%setup -q -n %{name}
%build
%configure
make
%install
%makeinstall
%clean
rm -rf %{buildroot}
%files -n pidgin-plugin-embeddedvideo
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/pidgin/embeddedvideo.so
%changelog