Skip to content

Commit

Permalink
GDAL spec refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 10, 2023
1 parent 40e83df commit 51407c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/gdal3.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Development Libraries for the GDAL file format library.

%build
%{cmake3} \
-DCMAKE_INSTALL_INCLUDEDIR=include/%{fullname} \
-DCMAKE_INSTALL_INCLUDEDIR=include/%{realname} \
-DGDAL_USE_JPEG12_INTERNAL=OFF \
-DBUILD_PYTHON_BINDINGS=OFF \
-DENABLE_DEFLATE64=OFF
Expand Down Expand Up @@ -142,7 +142,7 @@ rm -rf %{buildroot}
%files devel
%defattr(-,root,root)
%{_bindir}/%{realname}-config*
%{_includedir}/%{name}/
%{_includedir}/%{realname}/
%{_libdir}/lib%{realname}.so
%{_libdir}/cmake/%{realname}/
%{_libdir}/pkgconfig/%{realname}.pc
Expand Down

0 comments on commit 51407c6

Please sign in to comment.