File gst-omapfb.spec of Package gst-omapfb
#
# spec file for package gst-omapfb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Guillaume GARDET <guillaume@opensuse.org>
#
# 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: gst-omapfb
Version: 1.0
Release: 0.0
Summary: GStreamer plug-in to use OMAP framebuffer
Group: Productivity/Multimedia/Video/Players
Url: http://code.google.com/p/gst-dsp/
Source: gst-omapfb-%{version}.tar.gz
License: LGPL-2.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gstreamer-0_10-devel
Requires: gstreamer-0_10
ExclusiveArch: %arm
%description
This package contains the GStreamer plug-in to use OMAP framebuffer.
%prep
%setup -q
%build
make CROSS_COMPILE=""
%install
%make_install CROSS_COMPILE=""
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/%{_libdir}/gstreamer-0.10/libgstomapfb.so
%changelog