mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
fixed lazarus rpm create
git-svn-id: trunk@8611 -
This commit is contained in:
parent
8602006671
commit
cc04694b80
@ -10,7 +10,7 @@ Day=$(date +%d)
|
||||
|
||||
# get installed fpc version
|
||||
echo "getting installed fpc version ..."
|
||||
FPCRPM=$(rpm -qa | egrep '^fpc-')
|
||||
FPCRPM=$(rpm -qa | egrep '^fpc-[0-9]')
|
||||
if [ "x$FPCRPM" = "x" ]; then
|
||||
echo ERROR: fpc rpm not installed
|
||||
exit
|
||||
|
@ -10,7 +10,7 @@ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}-%{
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
#BuildRequires:
|
||||
Requires: fpcsrc = FPCVERSION, fpc = FPCVERSION, gdk-pixbuf-devel, gtk+, gtk+-devel, gdb, glibc-devel, gdk-pixbuf
|
||||
Requires: fpc-src = FPCVERSION, fpc = FPCVERSION, gdk-pixbuf-devel, gtk+, gtk+-devel, gdb, glibc-devel, gdk-pixbuf
|
||||
|
||||
Requires(post): desktop-file-utils
|
||||
Requires(postun): desktop-file-utils
|
||||
|
Loading…
Reference in New Issue
Block a user