rpms/rhythmbox/devel rhythmbox.spec,1.56,1.57

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 17 17:07:50 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/rhythmbox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21722

Modified Files:
	rhythmbox.spec 
Log Message:
fix file lists



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- rhythmbox.spec	17 Apr 2006 16:29:59 -0000	1.56
+++ rhythmbox.spec	17 Apr 2006 17:07:34 -0000	1.57
@@ -13,6 +13,7 @@
 Requires: libgnomeui >= 2.6.0
 Requires: eel2 >= 2.0.0
 Requires: libgpod 
+Requires: scrollkeeper
 BuildRequires: libgpod-devel
 BuildRequires: libgnomeui-devel >= 2.6.0
 BuildRequires: nautilus-cd-burner-devel
@@ -41,8 +42,13 @@
 
 %build
 
-%configure --with-bonobo --with-ipod --with-dbus --with-mdns=avahi
-%{__make} %{?_smp_mflags}
+%configure \
+	--with-bonobo \
+	--with-ipod \
+	--with-dbus \
+	--with-mdns=avahi \
+	--disable-scrollkeeper
+make
 
 %install
 rm -rf %{buildroot}
@@ -51,6 +57,7 @@
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 rm -f %{buildroot}%{_libdir}/bonobo/*.{a,la}
 rm -f %{buildroot}%{_libdir}/bonobo/librb-nautilus-context-menu.so
+rm -f %{buildroot}%{_libdir}/rhythmbox/plugins/*.{a,la}
 
 for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
     sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
@@ -76,10 +83,12 @@
   gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
 done
 update-desktop-database %{_datadir}/applications
+scrollkeeper-update
 
 %postun
 /sbin/ldconfig
 update-desktop-database %{_datadir}/applications
+scrollkeeper-update
 
 %files -f %{name}.lang
 %defattr(-, root, root)
@@ -97,6 +106,8 @@
 %{_libdir}/bonobo/servers/*.server
 %{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
 %{_libdir}/pkgconfig/rhythmbox.pc
+%{_libdir}/rhythmbox/plugins
+%{_libexecdir}/rhythmbox-metadata
 
 %changelog
 * Mon Apr 17 2006 Matthias Clasen <mclasen at redhat.com> - 0.9.4-2




More information about the fedora-cvs-commits mailing list