SPECS: rhythmbox.spec - added bcond track_transfer - enable parall...
sls
sls at pld-linux.org
Wed Oct 31 03:14:35 CET 2007
Author: sls Date: Wed Oct 31 02:14:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added bcond track_transfer
- enable parallel build
---- Files affected:
SPECS:
rhythmbox.spec (1.98 -> 1.99)
---- Diffs:
================================================================
Index: SPECS/rhythmbox.spec
diff -u SPECS/rhythmbox.spec:1.98 SPECS/rhythmbox.spec:1.99
--- SPECS/rhythmbox.spec:1.98 Wed Oct 31 02:04:30 2007
+++ SPECS/rhythmbox.spec Wed Oct 31 03:14:30 2007
@@ -3,6 +3,7 @@
# Conditional build:
%bcond_without ipod # build without iPod support
%bcond_without mtp # build without MTP support
+%bcond_without track_transfer # build without track transfer support
#
Summary: Music Management Application
Summary(pl.UTF-8): Aplikacja do zarządzania muzyką
@@ -28,6 +29,7 @@
BuildRequires: gnome-common
BuildRequires: gnome-doc-utils
BuildRequires: gnome-keyring-devel >= 0.8
+%{?with_track_transfer:BuildRequires: gnome-media-devel}
BuildRequires: gnome-vfs2-devel >= 2.18.0.1
BuildRequires: gstreamer-GConf >= 0.10.4
BuildRequires: gstreamer-devel >= 0.10.10
@@ -116,8 +118,9 @@
%{!?with_ipod:--without-ipod} \
--with-mds=avahi \
--with-internal-libsexy=no \
+ %{?with_track_transfer:--enable-track-transfer} \
--with-x
-%{__make} -j1
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -262,6 +265,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.99 2007/10/31 02:14:30 sls
+- added bcond track_transfer
+- enable parallel build
+
Revision 1.98 2007/10/31 01:04:30 sls
- added 453156.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rhythmbox.spec?r1=1.98&r2=1.99&f=u
More information about the pld-cvs-commit
mailing list