aboutsummaryrefslogtreecommitdiff
path: root/proj.spec
diff options
context:
space:
mode:
authorvolvo850fahre <jonas.tittmann@tik.uni-stuttgart.de>2016-10-25 16:51:06 +0200
committerKristian Evers <kristianevers@gmail.com>2016-10-25 16:51:06 +0200
commita772a184e70368018c4ff3c2fbb164b5da6f8975 (patch)
tree145335bd4488f86d2cc558ccd57efb50e176538d /proj.spec
parent6a9bec71f164a74d384f09718d23495f8200d6b1 (diff)
downloadPROJ-a772a184e70368018c4ff3c2fbb164b5da6f8975.tar.gz
PROJ-a772a184e70368018c4ff3c2fbb164b5da6f8975.zip
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
Diffstat (limited to 'proj.spec')
-rw-r--r--proj.spec3
1 files changed, 2 insertions, 1 deletions
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