Summary: AFS - A Virtual Filesystem Summary(pl): AFS - wirtualny system plików Name: avfs Version: 0.9.3 Release: 1 License: GPL Group: Libraries # Source0-md5: 1b8087516b1abc9965056d1f4595c4f0 Source0: http://dl.sourceforge.net/avf/%{name}-%{version}.tar.gz URL: http://sourceforge.net/projects/avf/ BuildRequires: automake BuildRequires: neon-devel BuildRequires: openssl-devel >= 0.9.7d BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description AVFS is a system, which enables all programs to look inside archived or compressed files, or access remote files without recompiling the programs or changing the kernel. At the moment it supports floppies, tar and gzip files, zip, bzip2, ar and rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a few other handlers are implemented with the Midnight Commander's external FS. %description -l pl AVFS to system, który umożliwia wszystkim programom zaglądanie do zarchiwizowanych lub skompresowanych plików lub dostęp do zdanych plików bez rekompilacji programów lub zmiany jądra. Aktualnie obsługuje dyskietki, pliki tar, gzip, zip, bzip2, ar i rar, sesje ftp, http, webdav, rsh/rcp, ssh/scp. Jest też trochę innych procedur obsługi zaimplementowanych z użyciem extfs (zewnętrznych systemów plików) Midnight Commandera. %prep %setup -q %build install %{_datadir}/automake/config.* . %configure2_13 \ --enable-preload \ --enable-xml \ --enable-dav \ --with-neon \ --with-ssl \ --with-kernel=%{_kernelsrcdir} %{__make} %install rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc README CHANGES CREDITS %attr(755,root,root) %{_libdir}/lib*.so.*.*