Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BuildRequires and run autogen.sh #434

Merged
merged 2 commits into from
Oct 25, 2016
Merged

Conversation

volvo850fahre
Copy link
Contributor

I added the autogen.sh at first the build step. Autogen.sh requires libtool (libtoolize) so i added the line: BuildRequires: libtool

I added the autogen.sh at first the build step. Autogen.sh requires libtool (libtoolize) so i added the line: BuildRequires: libtool
@@ -28,6 +28,7 @@ data with a wide range of selectable projection functions.
%configure

%build
%{_builddir}/%{name}-%{version}/autogen.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be done before configuration.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okey,
I will move the line just under the %prep tag, and try it out.

Thank you!

Run autogen.sh before %configure
@kbevers kbevers merged commit a772a18 into OSGeo:master Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants