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