[packages/onedrive] Invoke aclocal/autoconf directly

glen glen at pld-linux.org
Tue Sep 28 17:26:39 CEST 2021


commit 770859b76f058385c25f1e2d82e24ffab3cb152a
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Sep 28 18:25:27 2021 +0300

    Invoke aclocal/autoconf directly

 onedrive.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/onedrive.spec b/onedrive.spec
index 37cbf13..dff7aaf 100644
--- a/onedrive.spec
+++ b/onedrive.spec
@@ -6,6 +6,8 @@ License:	GPL v3
 Source0:	https://github.com/abraunegg/onedrive/archive/v%{version}/%{name}-v%{version}.tar.gz
 # Source0-md5:	18d5f1af56f7e3118e2dd00ad75bc8fa
 URL:		https://github.com/abraunegg/onedrive
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	curl-devel
 BuildRequires:	ldc
 BuildRequires:	libnotify-devel
@@ -26,7 +28,8 @@ sed -i "s|std\.c\.|core\.stdc\.|" src/sqlite.d
 echo %{version} > version
 
 %build
-autoreconf -vf
+%{__aclocal}
+%{__autoconf}
 bash %configure
 export DFLAGS="%{_d_optflags}"
 export PREFIX="%{_prefix}"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/onedrive.git/commitdiff/770859b76f058385c25f1e2d82e24ffab3cb152a



More information about the pld-cvs-commit mailing list