File opensuse-codecs-installer.spec of Package opensuse-codecs-installer
#
# spec file for package opensuse-codecs-installer
#
# Copyright (c) 2017 SUSE LINUX 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: opensuse-codecs-installer
Version: 10.3.1
Release: 0
Summary: Cross platform codec installation for openSUSE
License: MIT
Group: Documentation/HTML
Url: http://software.opensuse.org/codecs
Source: %{name}-%{version}.tar.bz2
Requires: curl
Requires: xdg-utils
BuildArch: noarch
%description
A cross platform component for multimedia frameworks to use to initiate
package installation for missing codecs, specific to openSUSE.
Supported by GStreamer and Xine.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-, root, root)
%doc AUTHORS README COPYING
%{_prefix}/lib/opensuse-codecs-installer
%dir %{_datadir}/opensuse-codecs-installer
%{_datadir}/opensuse-codecs-installer/offline.html
%{_datadir}/opensuse-codecs-installer/network-offline.png
%{_datadir}/opensuse-codecs-installer/prompt.en_US
%{_datadir}/opensuse-codecs-installer/prompt.de_DE
%changelog