Make sure keyring integration is enabled
Also: - fix fuse executable renaming - remove obsolete mount-archive.desktop from the files section of the archive subpackage, we don't ship that patch anymore - correctly package new manual files Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
c5f415204c
commit
dad2be9e26
18
gvfs.spec
18
gvfs.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.13.7
|
Version: 1.13.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -17,7 +17,7 @@ BuildRequires: libcdio-devel >= 0.78.2
|
|||||||
BuildRequires: libgudev1-devel
|
BuildRequires: libgudev1-devel
|
||||||
BuildRequires: libsoup-devel >= 2.26.0
|
BuildRequires: libsoup-devel >= 2.26.0
|
||||||
BuildRequires: avahi-glib-devel >= 0.6
|
BuildRequires: avahi-glib-devel >= 0.6
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libsecret-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libudisks2-devel
|
BuildRequires: libudisks2-devel
|
||||||
@ -149,7 +149,8 @@ to applications using gvfs.
|
|||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-gdu \
|
--disable-gdu \
|
||||||
--enable-udisks2
|
--enable-udisks2 \
|
||||||
|
--enable-keyring
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -257,6 +258,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_bindir}/gvfs-tree
|
%{_bindir}/gvfs-tree
|
||||||
%{_bindir}/gvfs-set-attribute
|
%{_bindir}/gvfs-set-attribute
|
||||||
%doc %{_mandir}/man1/gvfs-*
|
%doc %{_mandir}/man1/gvfs-*
|
||||||
|
%doc %{_mandir}/man1/gvfsd.1.gz
|
||||||
|
%doc %{_mandir}/man1/gvfsd-metadata.1.gz
|
||||||
|
%doc %{_mandir}/man7/gvfs.7.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%dir %{_includedir}/gvfs-client
|
%dir %{_includedir}/gvfs-client
|
||||||
@ -268,8 +272,8 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%files fuse
|
%files fuse
|
||||||
%{_libexecdir}/gvfs-fuse-daemon
|
%{_libexecdir}/gvfsd-fuse
|
||||||
|
%doc %{_mandir}/man1/gvfsd-fuse.1.gz
|
||||||
|
|
||||||
%files smb
|
%files smb
|
||||||
%{_libexecdir}/gvfsd-smb
|
%{_libexecdir}/gvfsd-smb
|
||||||
@ -279,7 +283,6 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%files archive
|
%files archive
|
||||||
%{_datadir}/applications/mount-archive.desktop
|
|
||||||
%{_libexecdir}/gvfsd-archive
|
%{_libexecdir}/gvfsd-archive
|
||||||
%{_datadir}/gvfs/mounts/archive.mount
|
%{_datadir}/gvfs/mounts/archive.mount
|
||||||
|
|
||||||
@ -311,6 +314,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/gvfs/mounts/afp-browse.mount
|
%{_datadir}/gvfs/mounts/afp-browse.mount
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 27 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1.13.7-2
|
||||||
|
- Make sure keyring integration is enabled
|
||||||
|
|
||||||
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.13.7-1
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.13.7-1
|
||||||
- Update to 1.13.7
|
- Update to 1.13.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user