|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: lazarus
|
|
|
|
|
Version: 0.9.30
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.9.30.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
@ -17,8 +17,8 @@ Requires: fpc-src, fpc, binutils, glibc-devel, gdb, gtk2-devel
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
A free and opensource RAD tool for Free Pascal using the Lazarus
|
|
|
|
|
component library - LCL, which is also included in this package.
|
|
|
|
|
A free and open-source RAD tool for Free Pascal using the Lazarus
|
|
|
|
|
Component Library - LCL, which is also included in this package.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -c -q
|
|
|
|
@ -32,6 +32,9 @@ rm -rf debian
|
|
|
|
|
cd tools
|
|
|
|
|
find install -depth -type d ! \( -path "install/linux/*" -o -path "install/linux" -o -path "install" \) -exec rm -rf '{}' \;
|
|
|
|
|
cd ..
|
|
|
|
|
# Remove patch-backup files
|
|
|
|
|
rm Makefile.fpc.orig
|
|
|
|
|
rm install/lazarus.desktop.orig
|
|
|
|
|
|
|
|
|
|
export FPCDIR=%{_datadir}/fpcsrc/
|
|
|
|
|
fpcmake -Tall
|
|
|
|
@ -88,6 +91,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 13 2012 Joost van der Sluis <joost@cnoc.nl> - 0.9.30.2-1
|
|
|
|
|
- Updated to version 0.9.30.2
|
|
|
|
|
- Rebuild with fpc 2.6.0
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.30-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|