]> git.pld-linux.org Git - packages/avfs.git/blob - avfs.spec
- reverted last commit
[packages/avfs.git] / avfs.spec
1 # TODO
2 # do --enable-dav switch
3
4 Summary:        AFS - A Virtual Filesystem
5 Summary(pl):    AFS - wirtualny system plików
6 Name:           avfs
7 Version:        0.9.6
8 Release:        0.1
9 License:        GPL
10 Group:          Libraries
11 Source0:        http://dl.sourceforge.net/avf/%{name}-%{version}.tar.gz
12 # Source0-md5:  59829701fb2d7593ed7c1de9e0a5ac63
13 URL:            http://sourceforge.net/projects/avf/
14 BuildRequires:  automake
15 BuildRequires:  expat-devel
16 BuildRequires:  neon-devel
17 BuildRequires:  openssl-devel >= 0.9.7d
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 AVFS is a system, which enables all programs to look inside archived
22 or compressed files, or access remote files without recompiling the
23 programs or changing the kernel.
24
25 At the moment it supports floppies, tar and gzip files, zip, bzip2, ar
26 and rar files, FTP sessions, http, webdav, rsh/rcp, ssh/scp. Quite a
27 few other handlers are implemented with the Midnight Commander's
28 external FS.
29
30 %description -l pl
31 AVFS to system, który umo¿liwia wszystkim programom zagl±danie do
32 zarchiwizowanych lub skompresowanych plików lub dostêp do zdanych
33 plików bez rekompilacji programów lub zmiany j±dra.
34
35 Aktualnie obs³uguje dyskietki, pliki tar, gzip, zip, bzip2, ar i rar,
36 sesje FTP, http, webdav, rsh/rcp, ssh/scp. Jest te¿ trochê innych
37 procedur obs³ugi zaimplementowanych z u¿yciem extfs (zewnêtrznych
38 systemów plików) Midnight Commandera.
39
40 %prep
41 %setup -q
42
43 %build
44 install /usr/share/automake/config.* .
45
46 %configure \
47         --enable-preload \
48         --enable-xml \
49         --with-neon \
50         --with-ssl \
51         --with-kernel=%{_kernelsrcdir}
52 #        --enable-dav 
53 # Comment:
54 # I've no idea how to build this package with dav option with expat-devel.
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post   -p /sbin/ldconfig
67 %postun -p /sbin/ldconfig
68
69 %files
70 %defattr(644,root,root,755)
71 %doc README
72 %attr(755,root,root) %{_libdir}/*.so.*.*
73 %attr(755,root,root) %{_bindir}/davpass
74 %attr(755,root,root) %{_bindir}/ftppass
75 %{_libdir}/%{name}
This page took 0.14182 seconds and 4 git commands to generate.