base-specs/rhythmbox.spec
author sh162551
Tue, 11 Dec 2007 07:23:54 +0000
changeset 11310 b2bedd08666c
parent 11161 286c0ef27e12
child 11349 fcc038811614
permissions -rw-r--r--
2007-12-11 Irene Huang <[email protected]> * base-specs/rhythmbox.spec: add patch rhythmbox-03-empty-dialog.diff * patches/rhythmbox-03-empty-dialog.diff: New patch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package rhythmbox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner: yippi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Name:         rhythmbox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:        System/GUI/GNOME
11161
286c0ef27e12 2007-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 10561
diff changeset
    13
Version:      0.11.3
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Summary:      Rhythmbox Multimedia Player
9944
a531e847126f 2007-05-25 Damien Carbery <[email protected]>
dcarbery
parents: 9772
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.11/%{name}-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
#owner:yippi date:2006-06-22 type:branding
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Patch1:       rhythmbox-01-nocheck.diff
10313
d5ab419d1133 Add patch comments. I don't own these patches, but they seem like they
yippi
parents: 10147
diff changeset
    21
#owner:sh162551 date:2007-03-14 bugster:6532865 type:branding bugzilla:466752
9580
fbd0d22b8f5f 2007-03-15 Irene Huang <[email protected]>
sh162551
parents: 9531
diff changeset
    22
Patch2:       rhythmbox-02-null-title.diff
11310
b2bedd08666c 2007-12-11 Irene Huang <[email protected]>
sh162551
parents: 11161
diff changeset
    23
#owner:sh162551 date:2007-03-14 bugster:6638218 type:bug bugzilla:502265
b2bedd08666c 2007-12-11 Irene Huang <[email protected]>
sh162551
parents: 11161
diff changeset
    24
Patch3:       rhythmbox-03-empty-dialog.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Docdir:       %{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define	libgnomeui_version			2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%define	gstreamer_version               	0.8.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define gstreamer_plugins_version       	0.8.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define gnome_desktop_version                   2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires:       libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires:       gstreamer >= %{gstreamer_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires:       gstreamer-plugins >= %{gstreamer_plugins_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires:       gnome-desktop >= %{gnome_desktop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires:       iso-codes
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires:  gstreamer-devel >= %{gstreamer_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires:  gstreamer-plugins-devel >= %{gstreamer_plugins_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
BuildRequires:  gnome-desktop-devel >= %{gnome_desktop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Rhythmbox is an integrated music management application
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%patch1 -p1
9580
fbd0d22b8f5f 2007-03-15 Irene Huang <[email protected]>
sh162551
parents: 9531
diff changeset
    51
%patch2 -p1
11310
b2bedd08666c 2007-12-11 Irene Huang <[email protected]>
sh162551
parents: 11161
diff changeset
    52
%patch3 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
if test "x$x_includes" = "x"; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
 x_includes="/usr/X11/include"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
if test "x$x_libraries" = "x"; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
 x_libraries="/usr/X11/lib"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
10561
2e7fecf0591b 2007-09-27 Brian Cameron <[email protected]>
yippi
parents: 10332
diff changeset
    74
intltoolize --copy --force --automake
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
## FIXME: Swap aclocal dir order to pick up gnome-doc-utils.m4 in 'macros'.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
##aclocal $ACLOCAL_FLAGS -I ./macros
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
aclocal -I ./macros $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
CFLAGS="$RPM_OPT_FLAGS"	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
# --with-ipod requires that gtkpod be installed or configure will fail.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
	--prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
	--sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
        --libdir=%{_libdir}         \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
        --bindir=%{_bindir}         \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
	--libexecdir=%{_libexecdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
	--mandir=%{_mandir}         \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
	--localstatedir=/var/lib    \
10065
0e0d4dc19542 2007-06-15 Damien Carbery <[email protected]>
dcarbery
parents: 9953
diff changeset
    94
	--disable-daap              \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
	--enable-gstreamer
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
#FIXME -j is breaking the build removing for now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
#make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
make -i install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
9531
76f32a040778 2007-03-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   104
rm $RPM_BUILD_ROOT%{_libdir}/rhythmbox/plugins/*/lib*a
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
SCHEMAS="totem.schemas totem-video-thumbnail.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_sysconfdir}/gconf/schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_libdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%{_libexecdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%{_datadir}/gnome/help/totem/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%{_datadir}/pixmaps/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%changelog
11310
b2bedd08666c 2007-12-11 Irene Huang <[email protected]>
sh162551
parents: 11161
diff changeset
   128
* Tue Dec 11 2007 - [email protected]
b2bedd08666c 2007-12-11 Irene Huang <[email protected]>
sh162551
parents: 11161
diff changeset
   129
- Added patch rhythmbox-03-empty-dialog.diff
11161
286c0ef27e12 2007-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 10561
diff changeset
   130
* Fri Nov 09 2007 - [email protected]
286c0ef27e12 2007-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 10561
diff changeset
   131
- Bump to 0.11.3.
10561
2e7fecf0591b 2007-09-27 Brian Cameron <[email protected]>
yippi
parents: 10332
diff changeset
   132
* Wed Sep 26 2007 - [email protected]
2e7fecf0591b 2007-09-27 Brian Cameron <[email protected]>
yippi
parents: 10332
diff changeset
   133
- Call intltoolize so that the desktop file gets built.
10332
052019187d43 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10313
diff changeset
   134
* Thu Aug 16 2007 - [email protected]
052019187d43 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10313
diff changeset
   135
- Bump to 0.11.2.
10147
a17a09dbaf1a 2007-07-02 Damien Carbery <[email protected]>
dcarbery
parents: 10065
diff changeset
   136
* Mon Jul 02 2007 - [email protected]
a17a09dbaf1a 2007-07-02 Damien Carbery <[email protected]>
dcarbery
parents: 10065
diff changeset
   137
- Bump to 0.11.1.
9953
37d844804f78 2007-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 9948
diff changeset
   138
* Mon May 28 2007 - [email protected]
37d844804f78 2007-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 9948
diff changeset
   139
- Bump to 0.11.0.
9948
b0ba0c507f1c 2007-05-27 Irene Huang <[email protected]>
sh162551
parents: 9944
diff changeset
   140
* Mon May 28 2007 - [email protected]	
b0ba0c507f1c 2007-05-27 Irene Huang <[email protected]>
sh162551
parents: 9944
diff changeset
   141
- change patch -02-null-title to be branding
9944
a531e847126f 2007-05-25 Damien Carbery <[email protected]>
dcarbery
parents: 9772
diff changeset
   142
* Fri May 25 2007 - [email protected]
a531e847126f 2007-05-25 Damien Carbery <[email protected]>
dcarbery
parents: 9772
diff changeset
   143
- Bump to 0.10.90.
9772
f5a0aea1e74d 2007-04-23 Irene Huang <[email protected]>
sh162551
parents: 9649
diff changeset
   144
* Tue Apr 24 2007 - [email protected]
f5a0aea1e74d 2007-04-23 Irene Huang <[email protected]>
sh162551
parents: 9649
diff changeset
   145
- Modify bug number for patch null-title.diff
9649
9270c8e5804e 2007-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 9607
diff changeset
   146
* Mon Apr 02 2007 - [email protected]
9270c8e5804e 2007-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 9607
diff changeset
   147
- Bump to 0.10.0. Remove upstream patch, 03-wronglocking.
9607
b2356fdef8ce 2007-03-22 Irene Huang <[email protected]>
sh162551
parents: 9580
diff changeset
   148
* Wed Mar 22 2007 - [email protected]
b2356fdef8ce 2007-03-22 Irene Huang <[email protected]>
sh162551
parents: 9580
diff changeset
   149
- add patch rhythmbox-03-wronglocking.diff
9580
fbd0d22b8f5f 2007-03-15 Irene Huang <[email protected]>
sh162551
parents: 9531
diff changeset
   150
* Wed Mar 14 2007 - [email protected]
fbd0d22b8f5f 2007-03-15 Irene Huang <[email protected]>
sh162551
parents: 9531
diff changeset
   151
- add patch rhythmbox-02-null-title.diff.
9531
76f32a040778 2007-03-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   152
* Mon Mar 12 2007 - [email protected]
76f32a040778 2007-03-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   153
- delete .la files
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Wed Feb 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- Remove patch 02-gnome-doc-utils since g-d-u is upgrade to 0.9.x.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Thu Feb 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- Add patch, 02-gnome-doc-utils, to create gnome-doc-utils.m4 in macros subdir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
  This is needed because g-d-u is too old (it's blocked waiting for docbook
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
  update). The dir order in the aclocal call is also reversed to pick up the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
  new gnome-doc-utils.m4 before the (older) system one. When g-d-u is updated
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
  the patch can be removed and aclocal call restored.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- Bump to 0.9.7. Remove upstream patch, rhythmbox-02-audiocd.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Remove code that deletes the .la/.a files as none are generated.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Wed Oct 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Add rhythmbox-02-audiocd.diff to fix linking of audiocd plugin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
  to include nautilus-burn library.  Without this, rhythmbox fails
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
  to start.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Remove 'rm' line from %install as the files listed are not installed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Mon Oct 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Bump to 0.9.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Remove '-f' from 'rm' calls to force failure when source changes need
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
  attention.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Fri Sep 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Remove patch 2, no longer needed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Wed Jun 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Bump to 0.9.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Mon May 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Add patch to fix compile issue that appears when building with HAL.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Wed Apr 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Removed upstream patch rhythmbox-01-fixcompile.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
* Tue Apr 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- Bump to 0.9.4.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Tue Apr 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Bump to 0.9.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Wed Apr  5 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Remove --with-ipod option as gtkpod is not in build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Mon Mar 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Created