2011-10-05 21:06:52 +02:00
|
|
|
#
|
|
|
|
# spec file for package glusterfs
|
|
|
|
#
|
2012-09-24 05:44:14 +02:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-10-05 21:06:52 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-09-24 05:44:14 +02:00
|
|
|
|
2011-12-02 17:08:48 +01:00
|
|
|
Name: glusterfs
|
2012-10-31 13:27:28 +01:00
|
|
|
%define lname_api libgfapi0
|
2011-10-05 21:06:52 +02:00
|
|
|
%define lname_rpc libgfrpc0
|
|
|
|
%define lname_xdr libgfxdr0
|
|
|
|
%define lname_gf libglusterfs0
|
2012-11-10 01:17:35 +01:00
|
|
|
Version: 3.4.0~qa2
|
2011-12-02 17:08:48 +01:00
|
|
|
Release: 0
|
2012-11-10 01:17:35 +01:00
|
|
|
%define rversion 3.4.0qa2
|
2012-09-24 05:44:14 +02:00
|
|
|
Summary: Aggregating distributed file system
|
2011-12-02 17:08:48 +01:00
|
|
|
License: GPL-2.0+ ; GPL-3.0
|
2012-09-24 05:44:14 +02:00
|
|
|
Group: System/Filesystems
|
2011-12-02 17:08:48 +01:00
|
|
|
Url: http://gluster.org/
|
|
|
|
|
2012-09-24 05:44:14 +02:00
|
|
|
#Git-Clone: git://github.com/gluster/glusterfs
|
2012-11-10 01:17:35 +01:00
|
|
|
Source: %name-%rversion.tar.xz
|
2012-10-31 13:27:28 +01:00
|
|
|
Patch1: glusterfs-date.diff
|
2011-12-02 17:08:48 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: python
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
BuildRequires: xz
|
2012-09-24 05:50:12 +02:00
|
|
|
%if 0%{?sles_version} == 11
|
|
|
|
BuildRequires: fuse-devel >= 2.6.5
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: pkgconfig(fuse) >= 2.6.5
|
|
|
|
BuildRequires: pkgconfig(libcrypto)
|
2012-09-24 05:44:14 +02:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(uuid)
|
2012-09-24 05:50:12 +02:00
|
|
|
%endif
|
2011-12-02 17:08:48 +01:00
|
|
|
Requires: python
|
2011-10-05 21:06:52 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
GlusterFS is a clustered file-system capable of scaling to several
|
|
|
|
petabytes. 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 systems 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
|
|
|
|
user space and easily manageable.
|
|
|
|
|
2012-10-31 13:27:28 +01:00
|
|
|
%package -n %lname_api
|
2012-11-10 01:17:35 +01:00
|
|
|
Summary: GlusterFS API library
|
2012-10-31 13:27:28 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n %lname_api
|
|
|
|
GlusterFS is a clustered file-system capable of scaling to several
|
|
|
|
petabytes.
|
|
|
|
|
2011-10-05 21:06:52 +02:00
|
|
|
%package -n %lname_rpc
|
2012-09-24 05:44:14 +02:00
|
|
|
Summary: GlusterFS Remote Procedure Call library
|
|
|
|
Group: System/Libraries
|
2011-10-05 21:06:52 +02:00
|
|
|
|
|
|
|
%description -n %lname_rpc
|
|
|
|
GlusterFS is a clustered file-system capable of scaling to several
|
|
|
|
petabytes.
|
|
|
|
|
|
|
|
%package -n %lname_xdr
|
2012-09-24 05:44:14 +02:00
|
|
|
Summary: GlusterFS's External Data Representation library
|
|
|
|
Group: System/Libraries
|
2011-10-05 21:06:52 +02:00
|
|
|
|
|
|
|
%description -n %lname_xdr
|
|
|
|
GlusterFS is a clustered file-system capable of scaling to several
|
|
|
|
petabytes.
|
|
|
|
|
|
|
|
%package -n %lname_gf
|
2012-09-24 05:44:14 +02:00
|
|
|
Summary: GlusterFS's core library
|
|
|
|
Group: System/Libraries
|
2011-10-05 21:06:52 +02:00
|
|
|
|
|
|
|
%description -n %lname_gf
|
|
|
|
GlusterFS is a clustered file-system capable of scaling to several
|
|
|
|
petabytes.
|
|
|
|
|
|
|
|
%package devel
|
2012-09-24 05:44:14 +02:00
|
|
|
Summary: Development files for glusterfs
|
|
|
|
Group: Development/Libraries/C and C++
|
2012-10-31 13:27:28 +01:00
|
|
|
Requires: %lname_api = %version
|
2011-12-02 17:08:48 +01:00
|
|
|
Requires: %lname_gf = %version
|
2012-09-24 05:44:14 +02:00
|
|
|
Requires: %lname_rpc = %version
|
|
|
|
Requires: %lname_xdr = %version
|
|
|
|
Requires: %name = %version
|
2011-10-05 21:06:52 +02:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
GlusterFS is a clustered file-system capable of scaling to several
|
|
|
|
petabytes.
|
|
|
|
|
|
|
|
This package provides development files such as headers and library
|
|
|
|
links.
|
|
|
|
|
|
|
|
%prep
|
2012-11-10 01:17:35 +01:00
|
|
|
%setup -qn %name-%rversion
|
|
|
|
%patch -P 1 -p1
|
2011-10-05 21:06:52 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh;
|
|
|
|
%configure --disable-static
|
|
|
|
# This section is not parallel safe or so due to bison/lex
|
|
|
|
make -C libglusterfs/src
|
|
|
|
make %{?_smp_mflags};
|
|
|
|
|
|
|
|
%install
|
|
|
|
b="%buildroot";
|
2012-10-31 13:27:28 +01:00
|
|
|
make install DESTDIR="$b" docdir="%_docdir/%name"
|
|
|
|
find "$b/%_libdir" -type f -name "*.la" -delete;
|
2011-10-05 21:06:52 +02:00
|
|
|
|
|
|
|
mkdir -p "$b/%_localstatedir/log"/{glusterd,glusterfs,glusterfsd};
|
|
|
|
|
|
|
|
# The things seemingly forgotten by make install.
|
|
|
|
# - Manually populate devel dirs
|
|
|
|
mkdir -p "$b/%_includedir/%name";
|
|
|
|
install -pm0644 libglusterfs/src/*.h "$b/%_includedir/%name/";
|
|
|
|
# - hekafs wants this:
|
|
|
|
mkdir -p "$b/%_includedir/%name"/{rpc,server};
|
|
|
|
install -pm0644 rpc/rpc-lib/src/*.h rpc/xdr/src/*.h \
|
|
|
|
"$b/%_includedir/%name/rpc/";
|
|
|
|
install -pm0644 xlators/protocol/server/src/*.h \
|
|
|
|
"$b/%_includedir/%name/server/";
|
|
|
|
# - init script; there is no SuSE-release in the build env
|
|
|
|
mkdir -p "$b/%_initrddir";
|
|
|
|
install -pm0755 extras/init.d/glusterd-SuSE "$b/%_initrddir/glusterd";
|
|
|
|
# - wrapper umount script?
|
|
|
|
# - logrotate entry
|
|
|
|
mkdir -p "$b/%_localstatedir/log/%name";
|
|
|
|
# - vim syntax
|
|
|
|
|
|
|
|
# - state
|
|
|
|
mkdir -p "$b/%_localstatedir/lib/glusterd";
|
|
|
|
perl -i -pe \
|
|
|
|
's{^(\s*option working-directory )\S+}{$1 %_localstatedir/lib/glusterd}g' \
|
|
|
|
"$b/%_sysconfdir/%name/glusterd.vol";
|
|
|
|
|
|
|
|
# Clean, but must NOT remove .la from dirs not searched by
|
|
|
|
# default, thus maxdepth.
|
|
|
|
find "$b/%_libdir" -maxdepth 1 -type f -name "*.la" -delete;
|
|
|
|
|
|
|
|
# W: wrong-file-end-of-line-encoding
|
|
|
|
perl -i -pe 's{\x0d\x0a}{\x0a}gs' %_docdir/%name/glusterfs-mode.el;
|
|
|
|
|
|
|
|
%fdupes %buildroot
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%insserv_cleanup
|
|
|
|
%restart_on_update glusterd
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%stop_on_removal glusterd
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
%insserv_cleanup
|
|
|
|
|
2012-10-31 13:27:28 +01:00
|
|
|
%post -n %lname_api -p /sbin/ldconfig
|
|
|
|
%postun -n %lname_api -p /sbin/ldconfig
|
|
|
|
%post -n %lname_rpc -p /sbin/ldconfig
|
2011-10-05 21:06:52 +02:00
|
|
|
%postun -n %lname_rpc -p /sbin/ldconfig
|
2012-10-31 13:27:28 +01:00
|
|
|
%post -n %lname_xdr -p /sbin/ldconfig
|
2011-10-05 21:06:52 +02:00
|
|
|
%postun -n %lname_xdr -p /sbin/ldconfig
|
2012-10-31 13:27:28 +01:00
|
|
|
%post -n %lname_gf -p /sbin/ldconfig
|
2011-10-05 21:06:52 +02:00
|
|
|
%postun -n %lname_gf -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_initrddir/glusterd
|
|
|
|
%dir %_sysconfdir/%name
|
|
|
|
%config(noreplace) %_sysconfdir/%name/glusterd.vol
|
2012-11-10 01:17:35 +01:00
|
|
|
%config(noreplace) %_sysconfdir/%name/glusterfs-logrotate
|
2012-09-24 19:42:39 +02:00
|
|
|
#%config %_sysconfdir/%name/*.sample
|
2011-10-05 21:06:52 +02:00
|
|
|
/sbin/mount.%name
|
|
|
|
%_libexecdir/%name
|
|
|
|
%_libdir/%name
|
|
|
|
%_sbindir/gluster*
|
2012-10-31 13:27:28 +01:00
|
|
|
%_mandir/man*/*
|
2011-10-05 21:06:52 +02:00
|
|
|
%_docdir/%name
|
|
|
|
%_localstatedir/lib/glusterd
|
|
|
|
%_localstatedir/log/%name
|
|
|
|
|
2012-10-31 13:27:28 +01:00
|
|
|
%files -n %lname_api
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libgfapi.so.0*
|
|
|
|
|
2011-10-05 21:06:52 +02:00
|
|
|
%files -n %lname_rpc
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libgfrpc.so.0*
|
|
|
|
|
|
|
|
%files -n %lname_xdr
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libgfxdr.so.0*
|
|
|
|
|
|
|
|
%files -n %lname_gf
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libglusterfs.so.0*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_includedir/%name
|
|
|
|
%_libdir/*.so
|
2012-10-31 13:27:28 +01:00
|
|
|
%_libdir/pkgconfig/*.pc
|
2011-12-02 17:08:48 +01:00
|
|
|
|
|
|
|
%changelog
|