]> git.pld-linux.org Git - packages/avfs.git/blob - avfs.spec
- added lost spec
[packages/avfs.git] / avfs.spec
1 Summary:        AFS - A Virtual Filesystem
2 Name:           avfs
3 Version:        0.9.3
4 Release:        1
5 License:        GPL
6 Group:          Libraries
7 # Source0-md5:  1b8087516b1abc9965056d1f4595c4f0
8 Source0:        http://dl.sourceforge.net/avf/%{name}-%{version}.tar.gz
9 URL:            http://sourceforge.net/projects/avf/
10 BuildRequires:  neon-devel
11 BuildRequires:  openssl-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 AVFS is a system, which enables all programs to look inside archived
16 or compressed files, or access remote files without recompiling the
17 programs or changing the kernel.
18
19 At the moment it supports floppies, tar and gzip files, zip, bzip2, ar
20 and rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a
21 few other handlers are implemented with the Midnight Commander's
22 external FS.
23
24 %prep
25 %setup -q
26
27 %build
28 install %{_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
39 rm -rf $RPM_BUILD_ROOT
40
41 %clean
42 rm -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.162925 seconds and 4 git commands to generate.