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 Wed Sep 6 08:40:47 UTC 2017 - dimstar@opensuse.org

View File

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