]> git.pld-linux.org Git - packages/glusterfs.git/blob - glusterfs.spec
- Version 1.3.7-0.1.
[packages/glusterfs.git] / glusterfs.spec
1 # TODO: Package examples ?
2 Summary:        Clustered File Storage that can scale to peta bytes
3 Summary(pl.UTF-8):      Klastrowy system przechowywania plików skalujący się do petabajtów
4 Name:           glusterfs
5 Version:        1.3.7
6 Release:        0.1
7 License:        GPL v2
8 Group:          Applications/System
9 Source0:        http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/%{name}-%{version}.tar.gz
10 # Source0-md5:  ede5fe1e17e7c333536400e138a084f1
11 URL:            http://gluster.org/glusterfs.php
12 BuildRequires:  bison
13 BuildRequires:  flex
14 BuildRequires:  libfuse-devel
15 BuildRequires:  rpmbuild(macros) >= 1.228
16 Requires(post,preun):   /sbin/chkconfig
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 GlusterFS is a clustered file-system capable of scaling to several
21 peta-bytes. It aggregates various storage bricks over Infiniband RDMA
22 or TCP/IP interconnect into one large parallel network file system.
23 GlusterFS is one of the most sophisticated file system in terms of
24 features and extensibility. It borrows a powerful concept called
25 Translators from GNU Hurd kernel. Much of the code in GlusterFS is in
26 userspace and easily manageable.
27
28 %description -l pl.UTF-8
29 GlusterFS to klastrowy system plików skalujący się do petabajtów.
30 Scala różne kawałki miejsca po łączach Infiniband RDMA lub TCP/IP
31 w jeden duży, równoległy sieciowy system plików. GlusterFS to jeden z
32 najbardziej wyszukanych systemów plików jeśli chodzi o możliwości i
33 rozszerzalność. Zapożycza potężną ideę o nazwie Translators z jądra
34 GNU Hurd. Duża część kodu GlusterFS działa w przestrzeni użytkownika i
35 jest łatwo zarządzalna.
36
37 %prep
38 %setup -q
39
40 %build
41 %configure \
42         --disable-ibverbs
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README 
57 %attr(755,root,root) %{_libdir}/*.so.*
58 %dir %{_libdir}/glusterfs/*
59 %dir %{_libdir}/glusterfs/*/*
60 %attr(755,root,root) %{_libdir}/glusterfs/*/*/*so
61 %dir %{_libdir}/glusterfs/*/*/*
62 %attr(755,root,root) %{_libdir}/glusterfs/*/*/*/*so
63
64 %attr(755,root,root) %{_sbindir}/*
65 %{_sysconfdir}/%{name}/%{name}*
66 %attr(755,root,root) /sbin/mount.*
This page took 0.127532 seconds and 3 git commands to generate.