packages: glusterfs/glusterfs.spec - Version 3.0.5-1.
matkor
matkor at pld-linux.org
Thu Aug 19 17:19:23 CEST 2010
Author: matkor Date: Thu Aug 19 15:19:23 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- Version 3.0.5-1.
---- Files affected:
packages/glusterfs:
glusterfs.spec (1.36 -> 1.37)
---- Diffs:
================================================================
Index: packages/glusterfs/glusterfs.spec
diff -u packages/glusterfs/glusterfs.spec:1.36 packages/glusterfs/glusterfs.spec:1.37
--- packages/glusterfs/glusterfs.spec:1.36 Fri Dec 18 12:37:47 2009
+++ packages/glusterfs/glusterfs.spec Thu Aug 19 17:19:17 2010
@@ -7,19 +7,21 @@
# TODO: Conditional builds + packages for:
# Berkeley-DB : yes
# mod_glusterfs : yes (2.2)
+
+
%bcond_without ibverbs # ib-verbs transport
#
Summary: Clustered File Storage that can scale to peta bytes
Summary(pl.UTF-8): Klastrowy system przechowywania plików skalujący się do petabajtów
Name: glusterfs
-Version: 2.0.9
+Version: 3.0.5
#%%define _rc {rc2}
%define _version %{version}
Release: 1
License: GPL v3+
Group: Applications/System
-Source0: http://ftp.gluster.com/pub/gluster/glusterfs/2.0/LATEST/glusterfs-%{version}.tar.gz
-# Source0-md5: 0467740f423e32bdf2f66d2cf63467f3
+Source0: http://ftp.gluster.com/pub/gluster/glusterfs/3.0/LATEST/glusterfs-%{version}.tar.gz
+# Source0-md5: da6f9f4e21859f1115ec3853cb701868
Source1: glusterfsd.init
URL: http://www.gluster.org/
BuildRequires: autoconf >= 2.50
@@ -159,7 +161,8 @@
--disable-bdb \
--disable-mod_glusterfs \
%{!?with_ibverbs:--disable-ibverbs}
-%{__make}
+# -j8 breaks for 3.0.5
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
@@ -210,7 +213,6 @@
%dir %{_libdir}/glusterfs/%{_version}/xlator
%dir %{_libdir}/glusterfs/%{_version}/xlator/cluster
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/cluster/*.so
-
%dir %{_libdir}/glusterfs/%{_version}/xlator/debug
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/debug/*.so
%dir %{_libdir}/glusterfs/%{_version}/xlator/encryption
@@ -219,12 +221,23 @@
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/features/*.so
%dir %{_libdir}/glusterfs/%{_version}/xlator/mount
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/mount/fuse.so
+%dir %{_libdir}/glusterfs/%{_version}/xlator/legacy
+%dir %{_libdir}/glusterfs/%{_version}/xlator/legacy/cluster
+%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/legacy/cluster/*.so
%dir %{_libdir}/glusterfs/%{_version}/xlator/performance
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/performance/*.so
%dir %{_libdir}/glusterfs/%{_version}/xlator/protocol
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/protocol/*.so
%dir %{_libdir}/glusterfs/%{_version}/xlator/storage
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/storage/*.so
+%dir %{_libdir}/glusterfs/%{_version}/xlator/testing
+%dir %{_libdir}/glusterfs/%{_version}/xlator/testing/cluster
+%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/testing/cluster/*.so
+%dir %{_libdir}/glusterfs/%{_version}/xlator/testing/features
+%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/testing/features/*.so
+%dir %{_libdir}/glusterfs/%{_version}/xlator/testing/performance
+%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/xlator/testing/performance/*.so
+
%{_mandir}/man8/*.8*
@@ -267,6 +280,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37 2010/08/19 15:19:17 matkor
+- Version 3.0.5-1.
+
Revision 1.36 2009/12/18 11:37:47 matkor
- Version 2.0.9-1. Works for me. TODOs still pending.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glusterfs/glusterfs.spec?r1=1.36&r2=1.37&f=u
More information about the pld-cvs-commit
mailing list