]> git.pld-linux.org Git - packages/avfs.git/blame - avfs.spec
- added lost spec
[packages/avfs.git] / avfs.spec
CommitLineData
53c31a04
JB
1Summary: AFS - A Virtual Filesystem
2Name: avfs
3Version: 0.9.3
4Release: 1
5License: GPL
6Group: Libraries
7# Source0-md5: 1b8087516b1abc9965056d1f4595c4f0
8Source0: http://dl.sourceforge.net/avf/%{name}-%{version}.tar.gz
9URL: http://sourceforge.net/projects/avf/
10BuildRequires: neon-devel
11BuildRequires: openssl-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15AVFS is a system, which enables all programs to look inside archived
16or compressed files, or access remote files without recompiling the
17programs or changing the kernel.
18
19At the moment it supports floppies, tar and gzip files, zip, bzip2, ar
20and rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a
21few other handlers are implemented with the Midnight Commander's
22external FS.
23
24%prep
25%setup -q
26
27%build
28install %{_datadir}/automake/config.* .
29%configure2_13 \
30 --enable-preload \
31 --enable-xml \
32 --enable-dav \
33 --with-neon \
34 --with-ssl \
35 --with-kernel=%{_kernelsrcdir}
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%post -p /sbin/ldconfig
45%postun -p /sbin/ldconfig
46
47%files
48%defattr(644,root,root,755)
49%doc README CHANGES CREDITS
50%attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.066902 seconds and 4 git commands to generate.