diff options
author | Harshavardhana <harsha@gluster.com> | 2010-10-04 04:50:53 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-04 03:59:04 -0700 |
commit | e2438fdde0458b70b0cd201b4950b676188d0824 (patch) | |
tree | d278c93fc20eaccac63c8d8bc451a36ca44478f3 /glusterfs.spec.in | |
parent | 2420fd1f0cc5c357776d3766884b86859f3c3781 (diff) |
Some cleanup in rpm specification file
Thanks to Bernard Li <bernard@vanhpc.org> for rdma 'BuildRequires' fix
Signed-off-by: Harshavardhana <harsha@gluster.com>
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1770 (Cleanup rpmbuild)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1770
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 935859d8a..a81fd165e 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -19,12 +19,12 @@ Summary: Cluster File System Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: %{release} -License: GPLv3+ +License: AGPLv3+ Group: System Environment/Base Vendor: Gluster Inc Packager: @PACKAGE_BUGREPORT@ URL: http://www.gluster.org/docs/index.php/GlusterFS -Source0: ftp://ftp.gluster.com/pub/gluster/glusterfs/2.0/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz +Source0: ftp://ftp.gluster.com/pub/gluster/glusterfs/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig @@ -65,7 +65,7 @@ GlusterFS server and client framework. %package rdma Summary: GlusterFS rdma Group: Applications/File -Requires: libibverbs-devel +BuildRequires: libibverbs-devel %description rdma GlusterFS is a clustered file-system capable of scaling to several @@ -137,7 +137,7 @@ fi %files core %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING.GPL COPYING.AGPL INSTALL NEWS README +%doc AUTHORS ChangeLog COPYING.GPL COPYING.AGPL INSTALL NEWS README THANKS %doc /usr/share/doc/glusterfs %if 0%{?_with_fusermount:1} %{_bindir}/fusermount-glusterfs |