[meego-commits] 24507: Changes to MeeGo:1.2.0:CedarTrail:oss/gvfs
Ulf Hofemeier
no_reply at build.meego.com
Thu Nov 10 17:10:35 UTC 2011
Hi,
I have made the following changes to gvfs in project MeeGo:1.2.0:CedarTrail:oss. Please review and accept ASAP.
Thank You,
Ulf Hofemeier
[This message was auto-generated]
---
Request #24507:
submit: MeeGo:1.2.0:oss:Update:Testing/gvfs(r923d122b842151e3cc9a3141512a80cd) -> MeeGo:1.2.0:CedarTrail:oss/gvfs
Message:
* Mon Oct 31 2011 Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> - 1.7.2
- Added cdda support (BMC #3499)
- Remove two unneed Requires:
State: new 2011-11-10T08:55:34 ulf
Comment: None
changes files:
--------------
--- gvfs.changes
+++ gvfs.changes
@@ -0,0 +1,3 @@
+* Mon Oct 31 2011 Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> - 1.7.2
+- Added cdda support (BMC #3499)
+
@@ -5 +8 @@
-- Remove two unneed Requires:
+- Remove two unneed Requires:
spec files:
-----------
--- gvfs.spec
+++ gvfs.spec
@@ -8,7 +8,7 @@
Name: gvfs
Summary: Backends for the gio framework in GLib
Version: 1.7.2
-Release: 1
+Release: 2
Group: System/Libraries
License: LGPLv2+ and GPLv3
URL: http://www.gtk.org
@@ -45,6 +45,7 @@
BuildRequires: perl(XML::Parser)
BuildRequires: GConf2-devel
BuildRequires: expat-devel
+BuildRequires: libcdio-devel
%description
@@ -145,7 +146,7 @@
# << build pre
%reconfigure --disable-static \
- --disable-cdda \
+ --enable-cdda \
--enable-gphoto2
make %{?jobs:-j%jobs}
@@ -215,6 +216,7 @@
%{_datadir}/gvfs/mounts/network.mount
%{_datadir}/gvfs/mounts/ftp.mount
%{_datadir}/gvfs/mounts/dav+sd.mount
+%{_datadir}/gvfs/mounts/cdda.mount
%{_datadir}/dbus-1/services/gvfs-daemon.service
%{_datadir}/dbus-1/services/gvfs-metadata.service
%{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
@@ -237,6 +239,7 @@
%{_libexecdir}/gvfsd-dnssd
%{_libexecdir}/gvfsd-network
%{_libexecdir}/gvfsd-metadata
+%{_libexecdir}/gvfsd-cdda
%{_bindir}/gvfs-cat
%{_bindir}/gvfs-copy
%{_bindir}/gvfs-info
other changes:
--------------
++++++ gvfs.yaml
--- gvfs.yaml
+++ gvfs.yaml
@@ -1,7 +1,7 @@
Name: gvfs
Summary: Backends for the gio framework in GLib
Version: 1.7.2
-Release: 1
+Release: 2
Group: System/Libraries
License: LGPLv2+ and GPLv3
URL: http://www.gtk.org
@@ -29,6 +29,7 @@
- perl(XML::Parser)
- GConf2-devel
- expat-devel
+ - libcdio-devel
PkgConfigBR:
- dbus-glib-1
- libsoup-2.4
@@ -49,7 +50,7 @@
- libexif
Configure: reconfigure
ConfigOptions:
- - --disable-cdda
+ - --enable-cdda
- --enable-gphoto2
SubPackages:
- Name: archive
More information about the MeeGo-commits
mailing list