- 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
|
||||
Name: gvfs
|
||||
Version: 0.1.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
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)
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: glib2-devel >= 2.15.5
|
||||
@ -19,6 +20,7 @@ BuildRequires: libsmbclient-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: GConf2-devel
|
||||
|
||||
%description
|
||||
The gvfs package provides backend implementations for the gio
|
||||
@ -36,6 +38,8 @@ required to develop applications using gvfs.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch1 -p0 -b .double-free
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
@ -79,6 +83,7 @@ killall -USR1 gvfsd > /dev/null || :
|
||||
%{_libdir}/libgvfscommon.so.*
|
||||
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
||||
%{_libdir}/gio/modules/libgvfsdbus.so
|
||||
%{_libdir}/gio/modules/libgiogconf.so
|
||||
%{_libexecdir}/gvfs-fuse-daemon
|
||||
%{_libexecdir}/gvfsd
|
||||
%{_libexecdir}/gvfsd-ftp
|
||||
@ -116,6 +121,10 @@ killall -USR1 gvfsd > /dev/null || :
|
||||
%{_libdir}/libgvfscommon.so
|
||||
|
||||
%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
|
||||
- Update to 0.1.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user