automake fixes
This commit is contained in:
parent
d1997066ff
commit
7fab4fe9f5
@ -26,6 +26,7 @@ BuildRequires: GConf2-devel
|
|||||||
BuildRequires: bluez-libs-devel >= 3.12
|
BuildRequires: bluez-libs-devel >= 3.12
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
|
|
||||||
Requires(post): desktop-file-utils
|
Requires(post): desktop-file-utils
|
||||||
@ -56,8 +57,11 @@ required to develop applications using gvfs.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
# Needed for gvfs-0.2.1-archive-integration.patch
|
# Needed for gvfs-0.2.1-archive-integration.patch
|
||||||
|
libtoolize --force || :
|
||||||
aclocal || :
|
aclocal || :
|
||||||
|
autoheader || :
|
||||||
automake || :
|
automake || :
|
||||||
|
autoconf || :
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
make # %{?_smp_mflags}
|
make # %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user