SHA256
1
0
forked from pool/gvfs

Accepting request 523294 from home:jengelh:branches:GNOME:Factory

- Package description updates. Enable parallel build.

OBS-URL: https://build.opensuse.org/request/show/523294
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=277
This commit is contained in:
Dominique Leuenberger 2017-09-11 16:31:27 +00:00 committed by Git OBS Bridge
parent e9624e79c3
commit 76820b9db6
2 changed files with 27 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 15:50:41 UTC 2017 - jengelh@inai.de
- Package description updates. Enable parallel build.
-------------------------------------------------------------------
Wed Sep 6 08:40:47 UTC 2017 - dimstar@opensuse.org

View File

@ -21,7 +21,7 @@
Name: gvfs
Version: 1.33.92
Release: 0
Summary: VFS functionality for GLib
Summary: Virtual File System functionality for GLib
License: LGPL-2.0+ AND GPL-3.0
Group: Development/Libraries/C and C++
Url: http://www.gnome.org
@ -90,8 +90,11 @@ Obsoletes: libgvfscommon0 <= %{version}
%endif
%description
VFS functionality for GLib.
This package contains all the main files.
gvfs GNOME's userspace virtual filesystem designed to work with the
I/O abstraction of GIO, a library available with GLib. gvfs installs
several modules that are automatically used by applications using the
APIs of libgio. There is also FUSE support that allows applications
not using GIO to access the GVfs filesystems.
%package backend-afc
Summary: VFS functionality for GLib -- iPod / iPhone Support
@ -137,19 +140,28 @@ Requires: %{name} = %{version}
Requires: fuse
%description fuse
VFS functionality for GLib.
This package contains all necessary fuse files and libraries.
gvfs GNOME's userspace virtual filesystem designed to work with the
I/O abstraction of GIO, a library available with GLib. gvfs installs
several modules that are automatically used by applications using the
APIs of libgio.
This package contains FUSE support that allows applications
not using GIO to access the GVfs filesystems.
%package devel
Summary: VFS functionality for GLib
Summary: Development files for the GNOME Virtual file system
License: LGPL-2.0+
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
VFS functionality for GLib.
This package contains all necessary include files and libraries needed
to develop applications that require these.
gvfs GNOME's userspace virtual filesystem designed to work with the
I/O abstraction of GIO, a library available with GLib. gvfs installs
several modules that are automatically used by applications using the
APIs of libgio.
This subpackage contains libraries and header files for developing
gvfs plugins.
%lang_package
@ -176,7 +188,7 @@ autoreconf
--enable-gdu \
%endif
--disable-static
make
make %{?_smp_mflags}
%install
%make_install