Accepting request 122296 from GNOME:Factory
Disable cdda backend for now, needed for beta (forwarded request 122041 from dimstar) OBS-URL: https://build.opensuse.org/request/show/122296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=83
This commit is contained in:
commit
968dc6e4e0
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 24 09:48:58 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Disable the build of cdda backend with a with_cdda %define (set
|
||||||
|
to 0 for now), as libcdio-paranoia got split from libcdio. If
|
||||||
|
%with_cdda is set to 0, just don't use the libcdio-devel
|
||||||
|
BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 16 06:11:51 UTC 2012 - vuntz@opensuse.org
|
Wed May 16 06:11:51 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define with_udisks2 1
|
%define with_udisks2 1
|
||||||
|
%define with_cdda 0
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.12.3
|
Version: 1.12.3
|
||||||
@ -38,7 +39,9 @@ BuildRequires: glib2-devel >= 2.31.0
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: libavahi-glib-devel
|
BuildRequires: libavahi-glib-devel
|
||||||
|
%if %{with_cdda}
|
||||||
BuildRequires: libcdio-devel
|
BuildRequires: libcdio-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
%if !%{with_udisks2}
|
%if !%{with_udisks2}
|
||||||
@ -219,8 +222,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/%{name}/mounts/archive.mount
|
%{_datadir}/%{name}/mounts/archive.mount
|
||||||
%{_libexecdir}/%{name}/gvfsd-burn
|
%{_libexecdir}/%{name}/gvfsd-burn
|
||||||
%{_datadir}/%{name}/mounts/burn.mount
|
%{_datadir}/%{name}/mounts/burn.mount
|
||||||
|
%if %{with_cdda}
|
||||||
%{_libexecdir}/%{name}/gvfsd-cdda
|
%{_libexecdir}/%{name}/gvfsd-cdda
|
||||||
%{_datadir}/%{name}/mounts/cdda.mount
|
%{_datadir}/%{name}/mounts/cdda.mount
|
||||||
|
%endif
|
||||||
%{_libexecdir}/%{name}/gvfsd-computer
|
%{_libexecdir}/%{name}/gvfsd-computer
|
||||||
%{_datadir}/%{name}/mounts/computer.mount
|
%{_datadir}/%{name}/mounts/computer.mount
|
||||||
%{_libexecdir}/%{name}/gvfsd-dav
|
%{_libexecdir}/%{name}/gvfsd-dav
|
||||||
|
Loading…
Reference in New Issue
Block a user