#
# spec file for package rhythmbox
#
# Copyright (c) 2009 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
Release: 1
%if %build_l10n
#owner:yippi date:2008-01-16 type:bug bugzilla:509846
#owner:yippi date:2010-04-22 type:branding
#owner:yippi date:2010-04-22 type:branding
%prep
%setup -q
fi
%else
CPUS=1
fi
if test "x$x_includes" = "x"; then
x_includes="/usr/X11/include"
fi
if test "x$x_libraries" = "x"; then
x_libraries="/usr/X11/lib"
fi
%if %build_l10n
## FIXME: Swap aclocal dir order to pick up gnome-doc-utils.m4 in 'macros'.
##aclocal $ACLOCAL_FLAGS -I ./macros
automake -a -c -f
export MOZILLA_PLUGINDIR="%{_libdir}/firefox/plugins"
# --with-ipod requires that gtkpod be installed or configure will fail.
CFLAGS="$RPM_OPT_FLAGS" \
./configure \
--sysconfdir=%{_sysconfdir} \
--libexecdir=%{_libexecdir} \
#FIXME -j is breaking the build removing for now.
#make -j $CPUS
%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
done
%{_bindir}/*
%{_libdir}/*
%{_libexecdir}/*
509846.
update). The dir order in the aclocal call is also reversed to pick up the
new gnome-doc-utils.m4 before the (older) system one. When g-d-u is updated
the patch can be removed and aclocal call restored.
* Tue Dec 19 2006 - damien.carbery@sun.com
- Bump to 0.9.7. Remove upstream patch, rhythmbox-02-audiocd.diff.
- Remove code that deletes the .la/.a files as none are generated.
* Wed Oct 18 2006 - brian.cameron@sun.com
- Add rhythmbox-02-audiocd.diff to fix linking of audiocd plugin
to include nautilus-burn library. Without this, rhythmbox fails
to start.
* Tue Oct 03 2006 - damien.carbery@sun.com
* Mon Oct 02 2006 - damien.carbery@sun.com
- Bump to 0.9.6.
attention.
* Fri Sep 15 2006 - brian.cameron@sun.com
- Remove patch 2, no longer needed.
* Wed Jun 21 2006 - brian.cameron@sun.com
- Bump to 0.9.5.
* Mon May 01 2006 - brian.cameron@sun.com
- Add patch to fix compile issue that appears when building with HAL.
* Wed Apr 26 2006 - damien.carbery@sun.com
- Removed upstream patch rhythmbox-01-fixcompile.diff.
* Tue Apr 25 2006 - damien.carbery@sun.com
- Bump to 0.9.4.1.
* Tue Apr 18 2006 - damien.carbery@sun.com
- Bump to 0.9.4.
* Wed Apr 5 2006 - damien.carbery@sun.com
- Remove --with-ipod option as gtkpod is not in build.
* Mon Mar 20 2006 - Brian.Cameron@sun.com
- Created