mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 02:47:20 +01:00
rpm: use gzip
git-svn-id: trunk@41609 -
This commit is contained in:
parent
e6c03e1b84
commit
caa9c23b42
@ -11,6 +11,8 @@ BuildRoot: %{_tmppath}/fpc-src-build%{version}
|
||||
|
||||
%define fpcsrcdir %{_datadir}/fpcsrc
|
||||
%define destdir %{buildroot}%{fpcsrcdir}/%{version}
|
||||
%define _source_payload w9.bzdio
|
||||
%define _binary_payload w9.bzdio
|
||||
|
||||
# The normal redhat rpm scripts tests every installed file for requirements.
|
||||
# We install only sources, so we don't need the requirements.
|
||||
|
||||
@ -16,6 +16,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: glibc, binutils
|
||||
BuildRequires: binutils, glibc-devel
|
||||
|
||||
%define _source_payload w9.bzdio
|
||||
%define _binary_payload w9.bzdio
|
||||
|
||||
%description
|
||||
|
||||
Freepascal is a free 32/64bit Pascal Compiler. It comes with a run-time
|
||||
|
||||
@ -18,6 +18,8 @@ Requires(postun): desktop-file-utils
|
||||
|
||||
%define _source_filedigest_algorithm 0
|
||||
%define _binary_filedigest_algorithm 0
|
||||
%define _source_payload w9.bzdio
|
||||
%define _binary_payload w9.bzdio
|
||||
|
||||
%description
|
||||
Lazarus is a free and open source Rapid Application Development tool for
|
||||
|
||||
Loading…
Reference in New Issue
Block a user