SPECS: rhythmbox.spec - BR: lirc-devel - updated configure for ful...

czarny czarny at pld-linux.org
Fri Nov 3 23:07:24 CET 2006


Author: czarny                       Date: Fri Nov  3 22:07:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: lirc-devel
- updated configure for full feature build and removed obsolete options
- correctly done the ipod bcond (%files section should be moded too paladin!!!)

---- Files affected:
SPECS:
   rhythmbox.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: SPECS/rhythmbox.spec
diff -u SPECS/rhythmbox.spec:1.73 SPECS/rhythmbox.spec:1.74
--- SPECS/rhythmbox.spec:1.73	Tue Oct 10 12:31:02 2006
+++ SPECS/rhythmbox.spec	Fri Nov  3 23:07:19 2006
@@ -42,6 +42,7 @@
 BuildRequires:	libsexy-devel >= 0.1.10
 BuildRequires:	libsoup-devel >= 2.2.96
 BuildRequires:	libtool
+BuildRequires:	lirc-devel
 BuildRequires:	nautilus-cd-burner-devel >= 2.16.0
 BuildRequires:	pkgconfig
 BuildRequires:	python-pygtk-devel >= 2.10.1
@@ -99,12 +100,13 @@
 %configure \
 	--disable-schemas-install \
 	--disable-scrollkeeper \
-	--with-bonobo \
-	--with-cd-burner \
-	--with-dbus \
+	--enable-lirc \
+	--with-cd-burning \
+	--with-gnome-keyring \
 	%{!?with_ipod:--without-ipod} \
 	--with-mds=avahi \
-	--with-internal-libsexy=no
+	--with-internal-libsexy=no \
+	--with-x
 %{__make}
 
 %install
@@ -167,7 +169,7 @@
 %dir %{_libdir}/rhythmbox/plugins/audioscrobbler
 %dir %{_libdir}/rhythmbox/plugins/cd-recorder
 %dir %{_libdir}/rhythmbox/plugins/generic-player
-%dir %{_libdir}/rhythmbox/plugins/ipod
+%{?with_ipod:%dir %{_libdir}/rhythmbox/plugins/ipod}
 %dir %{_libdir}/rhythmbox/plugins/lirc
 %dir %{_libdir}/rhythmbox/plugins/lyrics
 %dir %{_libdir}/rhythmbox/plugins/python-console
@@ -176,7 +178,7 @@
 %attr(755,root,root) %{_libdir}/rhythmbox/plugins/audioscrobbler/*.so
 %attr(755,root,root) %{_libdir}/rhythmbox/plugins/cd-recorder/*.so
 %attr(755,root,root) %{_libdir}/rhythmbox/plugins/generic-player/*.so
-%attr(755,root,root) %{_libdir}/rhythmbox/plugins/ipod/*.so
+%{?with_ipod:%attr(755,root,root) %{_libdir}/rhythmbox/plugins/ipod/*.so}
 %attr(755,root,root) %{_libdir}/rhythmbox/plugins/lirc/*.so
 %{_libdir}/rhythmbox/plugins/*-plugin
 %{_libdir}/rhythmbox/plugins/artdisplay/*.py[co]
@@ -184,7 +186,7 @@
 %{_libdir}/rhythmbox/plugins/audioscrobbler/*-plugin
 %{_libdir}/rhythmbox/plugins/cd-recorder/*-plugin
 %{_libdir}/rhythmbox/plugins/generic-player/*-plugin
-%{_libdir}/rhythmbox/plugins/ipod/*-plugin
+%{?with_ipod:%{_libdir}/rhythmbox/plugins/ipod/*-plugin}
 %{_libdir}/rhythmbox/plugins/lirc/*-plugin
 %{_libdir}/rhythmbox/plugins/lyrics/*-plugin
 %{_libdir}/rhythmbox/plugins/lyrics/*.py[co]
@@ -205,6 +207,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2006/11/03 22:07:19  czarny
+- BR: lirc-devel
+- updated configure for full feature build and removed obsolete options
+- correctly done the ipod bcond (%files section should be moded too paladin!!!)
+
 Revision 1.73  2006/10/10 10:31:02  megabajt
 - use %update_icon_cache macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rhythmbox.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list