]> git.pld-linux.org Git - packages/glusterfs.git/blame - glusterfs.spec
- new
[packages/glusterfs.git] / glusterfs.spec
CommitLineData
d6a0cdd1 1Summary: Clustered File Storage that can scale to peta bytes
dae7af53 2Summary(pl.UTF-8): Klastrowy system przechowywania plików skalujący się do petabajtów
d6a0cdd1 3Name: glusterfs
4Version: 1.2.3
5Release: 0.1
6License: GPL v2
dae7af53 7Group: Applications/System
d6a0cdd1 8Source0: http://ftp.zresearch.com/pub/gluster/glusterfs/1.2/%{name}-%{version}.tar.gz
9# Source0-md5: f0a545f10176a77d93472b64db061781
10Patch0: %{name}-DESTDIR.patch
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
39%patch0 -p1
40
41%build
42%configure
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)
56%doc AUTHORS ChangeLog NEWS README
57%attr(755,root,root) %{_libdir}/*.so
58%dir %{_libdir}/glusterfs/*
dae7af53 59# XXX: dup (%dir for some *.so)
d6a0cdd1 60%attr(755,root,root) %{_libdir}/glusterfs/*/*so
61%dir %{_libdir}/glusterfs/*/*
62%attr(755,root,root) %{_libdir}/glusterfs/*/*/*so
63%attr(755,root,root) %{_sbindir}/*
64%{_sysconfdir}/%{name}/%{name}*
65%attr(755,root,root) /sbin/mount.*
This page took 0.084495 seconds and 4 git commands to generate.