mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
rpm: fixed build
This commit is contained in:
parent
1002929c77
commit
b3748ad6b3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user