Accepting request 96745 from filesystems
OBS-URL: https://build.opensuse.org/request/show/96745 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glusterfs?expand=0&rev=3
This commit is contained in:
commit
ea60814420
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 15:43:43 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 5 22:17:35 UTC 2011 - jengelh@medozas.de
|
Wed Oct 5 22:17:35 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,26 +15,35 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
%define lname_rpc libgfrpc0
|
%define lname_rpc libgfrpc0
|
||||||
%define lname_xdr libgfxdr0
|
%define lname_xdr libgfxdr0
|
||||||
%define lname_gf libglusterfs0
|
%define lname_gf libglusterfs0
|
||||||
Version: 3.2.4
|
Version: 3.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Summary: Aggregating distributed file system
|
Summary: Aggregating distributed file system
|
||||||
License: GPL-3.0, GPL-2.0+
|
License: GPL-2.0+ ; GPL-3.0
|
||||||
URL: http://gluster.org/
|
Url: http://gluster.org/
|
||||||
|
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Patch1: glusterfs-init.diff
|
Patch1: glusterfs-init.diff
|
||||||
Patch2: glusterfs-date.diff
|
Patch2: glusterfs-date.diff
|
||||||
Patch3: glusterfs-system-uuid.diff
|
Patch3: glusterfs-system-uuid.diff
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison, fdupes, flex, fuse-devel >= 2.6.5, pkgconfig
|
BuildRequires: automake
|
||||||
BuildRequires: pkgconfig(libxml-2.0), pkgconfig(uuid)
|
BuildRequires: bison
|
||||||
BuildRequires: python, readline-devel, xz
|
BuildRequires: fdupes
|
||||||
Requires: python
|
BuildRequires: flex
|
||||||
|
BuildRequires: fuse-devel >= 2.6.5
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
BuildRequires: pkgconfig(uuid)
|
||||||
|
BuildRequires: python
|
||||||
|
BuildRequires: readline-devel
|
||||||
|
BuildRequires: xz
|
||||||
|
Requires: python
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GlusterFS is a clustered file-system capable of scaling to several
|
GlusterFS is a clustered file-system capable of scaling to several
|
||||||
@ -72,9 +81,9 @@ petabytes.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for glusterfs
|
Summary: Development files for glusterfs
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
Requires: %lname_rpc = %version, %lname_xdr = %version
|
Requires: %lname_rpc = %version, %lname_xdr = %version
|
||||||
Requires: %lname_gf = %version
|
Requires: %lname_gf = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GlusterFS is a clustered file-system capable of scaling to several
|
GlusterFS is a clustered file-system capable of scaling to several
|
||||||
@ -188,3 +197,5 @@ perl -i -pe 's{\x0d\x0a}{\x0a}gs' %_docdir/%name/glusterfs-mode.el;
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/%name
|
%_includedir/%name
|
||||||
%_libdir/*.so
|
%_libdir/*.so
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user