my life

day to day

Archive for April 29th, 2007

rtld(GNU_HASH) is needed

Sunday, April 29th, 2007

Just upgrade to glibc >= 2.5.90

add to del.icio.us    add to technorati favs   email this

GlusterFS 1.3 SPEC File for Fedora

Sunday, April 29th, 2007

Summary:  Clustered File Storage that can scale to peta bytes Name:   glusterfs Version:  1.3.0 Release:  pre2.4 License:  GPL v2 Group:    Applications/System Source0:  http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/%{name}-%{version}-%{release}.tar.gz # Source0-md5:  5bf85e84e24220fee7579e89e9b002cc URL:    http://gluster.org/glusterfs.php BuildRequires:  bison BuildRequires:  flex BuildRequires:  fuse-devel BuildRequires:  glibc >= 2.5.90 Requires(post,preun): /sbin/chkconfig BuildRoot:  %{tmpdir}/%{name}-%{version}-%{release}-root-%(id -u -n)  %description GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable.

%prep %setup -q

%build %configure %{__make}

%install rm -rf $RPM_BUILD_ROOT

%{__make} install \   DESTDIR=$RPM_BUILD_ROOT

%clean rm -rf $RPM_BUILD_ROOT

%files %doc AUTHORS ChangeLog NEWS README COPYING %defattr(644,root,root,755) %attr(755,root,root) /sbin/mount.* %attr(755,root,root) /usr/sbin/%{name}* %dir %{_libdir}/%{name}/ %dir %{_datadir}/doc/%{name}/ %{_datadir}/doc/%{name}/examples/* %{_libdir}/%{name}/* %{_libdir}/lib%{name}* %{_sysconfdir}/%{name}/%{name}* %{_sbindir}/%{name}* /sbin/mount.* %define date  %(echo `LC_ALL=”C” date +”%a %b %d %Y”`) %changelog

add to del.icio.us    add to technorati favs   email this