File swfdec-gnome.spec of Package swfdec-gnome
#
# spec file for package swfdec-gnome
#
# Copyright (c) 2011 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/
#
# norootforbuild
Name: swfdec-gnome
Summary: A decoder/renderer for Macromedia Flash animations
Version: 2.30.1
Release: 2
License: GPLv2+
Group: Productivity/Multimedia/Other
Url: http://swfdec.freedesktop.org
Source0: %{name}-%{version}.tar.bz2
BuildRequires: gconf2-devel
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: swfdec-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
Swfdec is a decoder/renderer for Macromedia Flash animations. The
decoding and rendering engine is provided in a library that can be used
by other applications.
This package contains programs to integrate Flash functionality into
the GNOME desktop. Its main application is swfdec-player, a
stand-alone viewer for Flash files. It also contains
swfdec-thumbnailer, a program that provides screenshots for files to
display in the Nautilus file manager.
%lang_package
%prep
%setup -q
translation-update-upstream
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
%suse_update_desktop_file -N "swfdec Player" -G "Shockwave Flash Player" swfdec-player
%find_gconf_schemas
%find_lang %{name} %{?no_lang_C}
%pre -f %{name}.schemas_pre
%post
%desktop_database_post
%icon_theme_cache_post
%preun -f %{name}.schemas_preun
%postun
%desktop_database_postun
%icon_theme_cache_postun
%posttrans -f %{name}.schemas_posttrans
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.schemas_list
%defattr(-, root, root)
%doc AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg
%{_datadir}/swfdec-gnome
%{_mandir}/man1/swfdec-*.1.gz
%files lang -f %{name}.lang
%changelog