File opensuse-codecs-installer.spec of Package opensuse-codecs-installer
#
# spec file for package opensuse-codecs-installer (Version 10.3.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: opensuse-codecs-installer
Version: 10.3.1
Release: 4
License: X11/MIT
URL: http://software.opensuse.org/codecs
Group: Productivity/Multimedia/Other
Autoreqprov: on
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Summary: Cross platform codec installation for openSUSE
Requires: xdg-utils curl
%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.
Authors:
--------
Aaron Bockover <abockover@novell.com>
%prep
%setup -q -n %{name}-%{version}
%build
%configure
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%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
* Thu Sep 06 2007 - abockover@suse.de
- Added prompt.de_DE to tarball
* Wed Sep 05 2007 - abockover@suse.de
- Version 10.3.1
- Add kernel version, openSUSE release, architecture, locale, and
GStreamer/Xine package information to the query string for the
web application to use (BNC #307801)
- Read the prompt messages from a file, the path of which is
based on LANG
- Fixes in the offline page (BNC #306048)
- Bundle the network-offline.png image instead of pulling from
Tango in case it is not installed
* Sat Aug 18 2007 - aj@suse.de
- Fix build on x86-64.
* Fri Aug 17 2007 - abockover@suse.de
- Added copyright header to COPYING inside tarball (BNC #301309)
* Fri Aug 17 2007 - abockover@suse.de
- Fixed bug when detecting network status via NetworkManager
- Use curl instead of ping as a network status detection fallback
- Support skipping the prompt via CODECS_INSTALLER_NO_PROMPT or --no-prompt
- Install the offline site to /usr/share, not /usr/share/docs
- Fall back on xmessage if neither zenity nor kdialog are available
- Require curl and xdg-utils
* Thu Aug 16 2007 - abockover@suse.de
- New package for the codec installation bridge for GStreamer/Xine