Update to 1.13.7
This commit is contained in:
parent
33d1ce9dad
commit
c5f415204c
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ gvfs-1.6.3.tar.bz2
|
|||||||
/gvfs-1.13.2.tar.xz
|
/gvfs-1.13.2.tar.xz
|
||||||
/gvfs-1.13.3.tar.xz
|
/gvfs-1.13.3.tar.xz
|
||||||
/gvfs-1.13.4.tar.xz
|
/gvfs-1.13.4.tar.xz
|
||||||
|
/gvfs-1.13.7.tar.xz
|
||||||
|
22
gvfs.spec
22
gvfs.spec
@ -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.13.4
|
Version: 1.13.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -32,14 +32,6 @@ BuildRequires: docbook-style-xsl
|
|||||||
Requires(post): desktop-file-utils
|
Requires(post): desktop-file-utils
|
||||||
Requires(postun): desktop-file-utils
|
Requires(postun): desktop-file-utils
|
||||||
|
|
||||||
# The patch touches Makefile.am files:
|
|
||||||
BuildRequires: automake autoconf
|
|
||||||
BuildRequires: libtool
|
|
||||||
|
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=567235
|
|
||||||
Patch0: gvfs-archive-integration.patch
|
|
||||||
Patch1: gvfs-gphoto25.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
|
||||||
|
|
||||||
@ -152,18 +144,9 @@ to applications using gvfs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .archive-integration
|
|
||||||
%patch1 -p1 -b .gphoto25
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
# Needed for gvfs-0.2.1-archive-integration.patch
|
|
||||||
libtoolize --force || :
|
|
||||||
aclocal || :
|
|
||||||
autoheader || :
|
|
||||||
automake || :
|
|
||||||
autoconf || :
|
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-gdu \
|
--disable-gdu \
|
||||||
--enable-udisks2
|
--enable-udisks2
|
||||||
@ -328,6 +311,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/gvfs/mounts/afp-browse.mount
|
%{_datadir}/gvfs/mounts/afp-browse.mount
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.13.7-1
|
||||||
|
- Update to 1.13.7
|
||||||
|
|
||||||
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1.13.4-1
|
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1.13.4-1
|
||||||
- Update to 1.13.4
|
- Update to 1.13.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user