From a772a184e70368018c4ff3c2fbb164b5da6f8975 Mon Sep 17 00:00:00 2001 From: volvo850fahre Date: Tue, 25 Oct 2016 16:51:06 +0200 Subject: Add BuildRequires and run autogen.sh (PR #434) I added the autogen.sh at the setup step. Autogen.sh requires libtool (libtoolize) so I added the line: BuildRequires: libtool --- proj.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proj.spec b/proj.spec index 16706bfc..3d0714cb 100644 --- a/proj.spec +++ b/proj.spec @@ -15,7 +15,7 @@ Distribution: FreeGIS CD BuildRoot: %{_builddir}/%{name}-root Prefix: %{_prefix} - +BuildRequires: libtool Conflicts: PROJ.4 %description @@ -25,6 +25,7 @@ data with a wide range of selectable projection functions. %prep %setup -D -n proj-4.9.3 +%{_builddir}/%{name}-%{version}/autogen.sh %configure %build -- cgit v1.2.3