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