1.6.5
This commit is contained in:
parent
0a44d66900
commit
f9caab56c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
gvfs-1.6.3.tar.bz2
|
gvfs-1.6.3.tar.bz2
|
||||||
/gvfs-1.6.4.tar.bz2
|
/gvfs-1.6.4.tar.bz2
|
||||||
|
/gvfs-1.6.5.tar.gz
|
||||||
|
12
gvfs.spec
12
gvfs.spec
@ -1,15 +1,15 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.6.4
|
Version: 1.6.5
|
||||||
Release: 1%{?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/1.6/gvfs-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gvfs/1.6/gvfs-%{version}.tar.gz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: glib2-devel >= 2.25.1-2
|
BuildRequires: glib2-devel >= 2.27.1
|
||||||
# for post-install update-gio-modules and overall functionality
|
# for post-install update-gio-modules and overall functionality
|
||||||
Requires: glib2 >= 2.25.1-2
|
Requires: glib2 >= 2.27.1
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
BuildRequires: /usr/bin/ssh
|
BuildRequires: /usr/bin/ssh
|
||||||
BuildRequires: libcdio-devel >= 0.78.2
|
BuildRequires: libcdio-devel >= 0.78.2
|
||||||
@ -218,7 +218,6 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_libdir}/libgvfscommon-dnssd.so.*
|
%{_libdir}/libgvfscommon-dnssd.so.*
|
||||||
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
|
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
|
||||||
%{_libdir}/gio/modules/libgvfsdbus.so
|
%{_libdir}/gio/modules/libgvfsdbus.so
|
||||||
%{_libdir}/gio/modules/libgiogconf.so
|
|
||||||
%{_libexecdir}/gvfsd
|
%{_libexecdir}/gvfsd
|
||||||
%{_libexecdir}/gvfsd-ftp
|
%{_libexecdir}/gvfsd-ftp
|
||||||
%{_libexecdir}/gvfsd-sftp
|
%{_libexecdir}/gvfsd-sftp
|
||||||
@ -306,6 +305,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.5-1
|
||||||
|
- Update to 1.6.5
|
||||||
|
|
||||||
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.4-1
|
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.4-1
|
||||||
- Update to 1.6.4
|
- Update to 1.6.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user