This commit is contained in:
Matthias Clasen 2011-08-16 18:51:52 -04:00
parent 535a3425bb
commit 9662d8e984
3 changed files with 8 additions and 16 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ gvfs-1.6.3.tar.bz2
/gvfs-1.9.0.tar.bz2 /gvfs-1.9.0.tar.bz2
/gvfs-1.9.1.tar.xz /gvfs-1.9.1.tar.xz
/gvfs-1.9.2.tar.xz /gvfs-1.9.2.tar.xz
/gvfs-1.9.3.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Backends for the gio framework in GLib Summary: Backends for the gio framework in GLib
Name: gvfs Name: gvfs
Version: 1.9.2 Version: 1.9.3
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -34,8 +34,6 @@ BuildRequires: libtool
# http://bugzilla.gnome.org/show_bug.cgi?id=567235 # http://bugzilla.gnome.org/show_bug.cgi?id=567235
Patch0: gvfs-archive-integration.patch Patch0: gvfs-archive-integration.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=655401
Patch1: gvfs-1.9.2-fuse-statfs.patch
Obsoletes: gnome-mount <= 0.8 Obsoletes: gnome-mount <= 0.8
Obsoletes: gnome-mount-nautilus-properties <= 0.8 Obsoletes: gnome-mount-nautilus-properties <= 0.8
@ -133,7 +131,6 @@ including phones and music players to applications using gvfs.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .archive-integration %patch0 -p1 -b .archive-integration
%patch1 -p1 -b .fuse-statfs
%build %build
@ -156,9 +153,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
%find_lang gvfs %find_lang gvfs
%clean
rm -rf $RPM_BUILD_ROOT
%post %post
/sbin/ldconfig /sbin/ldconfig
# Reload .mount files: # Reload .mount files:
@ -196,7 +190,6 @@ killall -USR1 gvfsd >&/dev/null || :
%endif %endif
%files -f gvfs.lang %files -f gvfs.lang
%defattr(-, root, root, -)
%doc AUTHORS COPYING NEWS README %doc AUTHORS COPYING NEWS README
%dir %{_datadir}/gvfs %dir %{_datadir}/gvfs
%dir %{_datadir}/gvfs/mounts %dir %{_datadir}/gvfs/mounts
@ -256,7 +249,6 @@ killall -USR1 gvfsd >&/dev/null || :
%{_bindir}/gvfs-set-attribute %{_bindir}/gvfs-set-attribute
%files devel %files devel
%defattr(-, root, root, -)
%dir %{_includedir}/gvfs-client %dir %{_includedir}/gvfs-client
%dir %{_includedir}/gvfs-client/gvfs %dir %{_includedir}/gvfs-client/gvfs
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h %{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
@ -266,12 +258,10 @@ killall -USR1 gvfsd >&/dev/null || :
%files fuse %files fuse
%defattr(-, root, root, -)
%{_libexecdir}/gvfs-fuse-daemon %{_libexecdir}/gvfs-fuse-daemon
%files smb %files smb
%defattr(-, root, root, -)
%{_libexecdir}/gvfsd-smb %{_libexecdir}/gvfsd-smb
%{_libexecdir}/gvfsd-smb-browse %{_libexecdir}/gvfsd-smb-browse
%{_datadir}/gvfs/mounts/smb-browse.mount %{_datadir}/gvfs/mounts/smb-browse.mount
@ -279,20 +269,17 @@ killall -USR1 gvfsd >&/dev/null || :
%files archive %files archive
%defattr(-, root, root, -)
%{_datadir}/applications/mount-archive.desktop %{_datadir}/applications/mount-archive.desktop
%{_libexecdir}/gvfsd-archive %{_libexecdir}/gvfsd-archive
%{_datadir}/gvfs/mounts/archive.mount %{_datadir}/gvfs/mounts/archive.mount
%files obexftp %files obexftp
%defattr(-, root, root, -)
%{_libexecdir}/gvfsd-obexftp %{_libexecdir}/gvfsd-obexftp
%{_datadir}/gvfs/mounts/obexftp.mount %{_datadir}/gvfs/mounts/obexftp.mount
%files gphoto2 %files gphoto2
%defattr(-, root, root, -)
%{_libexecdir}/gvfsd-gphoto2 %{_libexecdir}/gvfsd-gphoto2
%{_datadir}/gvfs/mounts/gphoto2.mount %{_datadir}/gvfs/mounts/gphoto2.mount
%{_libexecdir}/gvfs-gphoto2-volume-monitor %{_libexecdir}/gvfs-gphoto2-volume-monitor
@ -301,7 +288,6 @@ killall -USR1 gvfsd >&/dev/null || :
%ifnarch s390 s390x %ifnarch s390 s390x
%files afc %files afc
%defattr(-, root, root, -)
%{_libexecdir}/gvfsd-afc %{_libexecdir}/gvfsd-afc
%{_datadir}/gvfs/mounts/afc.mount %{_datadir}/gvfs/mounts/afc.mount
%{_libexecdir}/gvfs-afc-volume-monitor %{_libexecdir}/gvfs-afc-volume-monitor
@ -310,6 +296,11 @@ killall -USR1 gvfsd >&/dev/null || :
%endif %endif
%changelog %changelog
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1.9.3-1
- Update to 1.9.3
- Drop obsolete patches
- Clean up spec a bit
* Wed Jul 27 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1 * Wed Jul 27 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1
- Update to 1.9.2 - Update to 1.9.2
- Enable real statfs calls in the fuse daemon - Enable real statfs calls in the fuse daemon

View File

@ -1 +1 @@
047ad1950c36a0cb8c8821b8f038a05d gvfs-1.9.2.tar.xz 2d78cba81a7d4f8a0e076dfaffa090f8 gvfs-1.9.3.tar.xz