[packages/fpart] explicit autotools invocations
atler
atler at pld-linux.org
Mon Feb 2 21:21:30 CET 2026
commit 5e8d3de84f7fbe176c3a5a160e41d36347c98d64
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Feb 2 21:18:44 2026 +0100
explicit autotools invocations
fpart.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/fpart.spec b/fpart.spec
index e59a6f5..e98ee8e 100644
--- a/fpart.spec
+++ b/fpart.spec
@@ -6,7 +6,7 @@ License: BSD
Source0: https://github.com/martymac/fpart/archive/%{name}-%{version}.tar.gz
# Source0-md5: 4a2a71f1d92feebf935808fed6dc493b
URL: http://contribs.martymac.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.63
BuildRequires: automake
Suggests: cpio
Suggests: rsync
@@ -27,7 +27,9 @@ files or a limited size.
%setup -q -n %{name}-%{name}-%{version}
%build
-autoreconf --install
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fpart.git/commitdiff/540d56cdf1b308148d3b6b7de5f5983f029534cc
More information about the pld-cvs-commit
mailing list