0.2.0.1
This commit is contained in:
parent
f3422282cc
commit
86e3c71d7a
@ -1 +1 @@
|
|||||||
gvfs-0.1.11.tar.bz2
|
gvfs-0.2.0.1.tar.bz2
|
||||||
|
13
gvfs.spec
13
gvfs.spec
@ -1,11 +1,11 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.1.11
|
Version: 0.2.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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.2/gvfs-%{version}.tar.bz2
|
||||||
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.6
|
BuildRequires: glib2-devel >= 2.15.6
|
||||||
@ -26,9 +26,6 @@ BuildRequires: GConf2-devel
|
|||||||
BuildRequires: bluez-libs-devel >= 3.12
|
BuildRequires: bluez-libs-devel >= 3.12
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
|
|
||||||
# Patches from head
|
|
||||||
Patch0: daemon_mount_deadlock.patch
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gvfs package provides backend implementations for the gio
|
The gvfs package provides backend implementations for the gio
|
||||||
@ -48,7 +45,6 @@ required to develop applications using gvfs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .deadlock
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -142,6 +138,9 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-1
|
||||||
|
- Update to 0.2.0.1
|
||||||
|
|
||||||
* Thu Mar 6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
|
* Thu Mar 6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
|
||||||
- Add patch that fixes a deadlock when foreign volume is removed
|
- Add patch that fixes a deadlock when foreign volume is removed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user