forked from pool/glusterfs
Accepting request 95063 from home:coolo:removeautomake
- add automake as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/request/show/95063 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=6
This commit is contained in:
parent
dd4a7789f4
commit
43e3e72e4d
@ -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
|
||||||
|
|
||||||
|
@ -23,17 +23,26 @@ 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
|
||||||
|
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
|
Requires: python
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -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