|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
Summary: The GNOME virtual file-system libraries
|
|
|
|
|
Name: gnome-vfs2
|
|
|
|
|
Version: 2.24.4
|
|
|
|
|
Release: 22%{?dist}
|
|
|
|
|
Release: 23%{?dist}
|
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
|
# the daemon and the library are LGPLv2+
|
|
|
|
|
# the modules are LGPLv2+ and GPLv2+
|
|
|
|
@ -100,6 +100,8 @@ http, ftp, and others. It provides a URI-based API, backend
|
|
|
|
|
supporting asynchronous file operations, a MIME type manipulation
|
|
|
|
|
library, and other features.
|
|
|
|
|
|
|
|
|
|
DEPRECATED in favor of gvfs.
|
|
|
|
|
|
|
|
|
|
%package common
|
|
|
|
|
Summary: Common files for %{name}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
@ -260,6 +262,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|
|
|
|
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 15 2017 Jon Ciesla <limburgher@gmail.com> - 2.24.4-23
|
|
|
|
|
- Note deprecation in description.
|
|
|
|
|
|
|
|
|
|
* Tue Feb 21 2017 Jon Ciesla <limburgher@gmail.com> - 2.24.4-22
|
|
|
|
|
- Use compat-openssl10.
|
|
|
|
|
|
|
|
|
|