- Fix double free in hal volume monitor
- Ensure gconf module is built by adding build dep
This commit is contained in:
parent
e1414998a2
commit
cf0a49a9bf
11
gvfs.spec
11
gvfs.spec
@ -1,11 +1,12 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.1.7
|
Version: 0.1.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
|
||||||
|
Patch1: gvfs-double-free.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: glib2-devel >= 2.15.5
|
BuildRequires: glib2-devel >= 2.15.5
|
||||||
@ -19,6 +20,7 @@ BuildRequires: libsmbclient-devel
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl(XML::Parser)
|
||||||
|
BuildRequires: GConf2-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gvfs package provides backend implementations for the gio
|
The gvfs package provides backend implementations for the gio
|
||||||
@ -36,6 +38,8 @@ required to develop applications using gvfs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch1 -p0 -b .double-free
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -79,6 +83,7 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so.*
|
%{_libdir}/libgvfscommon.so.*
|
||||||
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
||||||
%{_libdir}/gio/modules/libgvfsdbus.so
|
%{_libdir}/gio/modules/libgvfsdbus.so
|
||||||
|
%{_libdir}/gio/modules/libgiogconf.so
|
||||||
%{_libexecdir}/gvfs-fuse-daemon
|
%{_libexecdir}/gvfs-fuse-daemon
|
||||||
%{_libexecdir}/gvfsd
|
%{_libexecdir}/gvfsd
|
||||||
%{_libexecdir}/gvfsd-ftp
|
%{_libexecdir}/gvfsd-ftp
|
||||||
@ -116,6 +121,10 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-2
|
||||||
|
- Fix double free in hal volume monitor
|
||||||
|
- Ensure gconf module is built by adding build dep
|
||||||
|
|
||||||
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
|
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
|
||||||
- Update to 0.1.7
|
- Update to 0.1.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user