rpm: fixed build

This commit is contained in:
mattias 2023-06-25 19:57:33 +02:00
parent 1002929c77
commit b3748ad6b3
2 changed files with 6 additions and 1 deletions

View File

@ -97,7 +97,7 @@ cat rpm/lazarus.spec.template | \
sed -e "s/LAZVERSION/$LazVersion/g" \
-e "s/LAZRELEASE/$LazRelease/g" \
-e "s/LAZSOURCE/$Src/g" \
-e "s/FPCBUILDVERSION/2.6.1/g" \
-e "s/FPCBUILDVERSION/$FPCRPMVersion/g" \
-e "s/FPCVERSION/$FPCRPMVersion/g" \
-e "s/FPCSRCVERSION/$FPCSRCRPMVersion/g" \
> $SpecFile

View File

@ -22,6 +22,11 @@ Requires(postun): desktop-file-utils
%define _source_payload w9.bzdio
%define _binary_payload w9.bzdio
AutoProv: no
%undefine __find_provides
AutoReq: no
%undefine __find_requires
%description
Lazarus is a free and open source Rapid Application Development tool for
the FreePascal compiler using the Lazarus component library - LCL. The LCL