Sun, 28 Apr 2024 20:30:54 UTC | login

Information for build apache-commons-vfs-2.1-13.fc29

ID53153
Package Nameapache-commons-vfs
Version2.1
Release13.fc29
Epoch
SummaryCommons Virtual File System
DescriptionCommons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive. Some of the features of Commons VFS are: * A single consistent API for accessing files of different types. * Support for numerous file system types. * Caching of file information. Caches information in-JVM, and optionally can cache remote file information on the local file system. * Event delivery. * Support for logical file systems made up of files from various different file systems. * Utilities for integrating Commons VFS into applications, such as a VFS-aware ClassLoader and URLStreamHandlerFactory. * A set of VFS-enabled Ant tasks.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 18 Jul 2018 23:56:22 UTC
CompletedWed, 18 Jul 2018 23:56:22 UTC
Tags
f29
f30
f31
RPMs
src
apache-commons-vfs-2.1-13.fc29.src.rpm (info) (download)
noarch
apache-commons-vfs-2.1-13.fc29.noarch.rpm (info) (download)
apache-commons-vfs-ant-2.1-13.fc29.noarch.rpm (info) (download)
apache-commons-vfs-examples-2.1-13.fc29.noarch.rpm (info) (download)
apache-commons-vfs-javadoc-2.1-13.fc29.noarch.rpm (info) (download)
apache-commons-vfs-project-2.1-13.fc29.noarch.rpm (info) (download)
Changelog * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 2.1-10 - Add conditionals for ftp and ssh * Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 2.1-9 - Remove rat-plugin * Sun Jan 29 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1-8 - Fix hadoop build conditionals * Fri Oct 28 2016 gil cattaneo <puntogil@libero.it> 2.1-7 - enable HDFS support (rhbz#1387108) * Mon Oct 03 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1-6 - Remove build-requires on perl * Thu Jul 21 2016 gil cattaneo <puntogil@libero.it> 2.1-5 - add missing BR