mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
Fixed RPM spec file and build script.
This commit is contained in:
@@ -75,7 +75,12 @@ elif which qmake-qt5; then
|
||||
fi
|
||||
|
||||
# TODO: remove -without-qtbinding
|
||||
%if "%{git_source}" != ""
|
||||
# build from git sources if possible
|
||||
cd %{git_source}
|
||||
%else
|
||||
cd %{_sourcedir}
|
||||
%endif
|
||||
./build.sh -rpath %{_libdir}/klayout \
|
||||
-bin %{_builddir}/bin.$TARGET \
|
||||
-build %{_builddir}/build.$TARGET \
|
||||
|
||||
Reference in New Issue
Block a user