File gnome-video-effects.spec of Package gnome-video-effects
#
# spec file for package gnome-video-effects
#
# Copyright (c) 2014 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: gnome-video-effects
Version: 0.4.1
Release: 0
Summary: Collection of GStreamer effects
License: GPL-2.0+
Group: Productivity/Multimedia/Other
Url: https://wiki.gnome.org/Projects/GnomeVideoEffects
Source0: http://download.gnome.org/sources/gnome-video-effects/0.4/%{name}-%{version}.tar.xz
BuildRequires: intltool
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A collection of GStreamer effects to be used in different GNOME Modules.
%package devel
Summary: Collection of GStreamer effects -- Development Files
Group: Development/Tools/Other
Requires: %{name} = %{version}
%description devel
A collection of GStreamer effects to be used in different GNOME Modules.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_datadir}/%{name}/
%files devel
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/%{name}.pc
%changelog