|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: lazarus
|
|
|
|
|
Version: 0.9.30.2
|
|
|
|
|
Version: 0.9.30.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
|
|
|
|
|
@ -58,8 +58,8 @@ ln -sf ../%{_lib}/%{name}/lazarus %{buildroot}%{_bindir}/lazarus-ide
|
|
|
|
|
ln -sf ../%{_lib}/%{name}/startlazarus %{buildroot}%{_bindir}/startlazarus
|
|
|
|
|
ln -sf ../%{_lib}/%{name}/lazbuild %{buildroot}%{_bindir}/lazbuild
|
|
|
|
|
|
|
|
|
|
install -D -p -m 0644 lazarus/tools/install/linux/editoroptions.xml %{buildroot}%{_sysconfdir}/lazarus/editoroptions.xml
|
|
|
|
|
sed 's#/usr/lib/lazarus/#%{_libdir}/%{name}#;s#/\$(FPCVER)##;s/%%LazarusVersion%%//' \
|
|
|
|
|
install -d %{buildroot}%{_sysconfdir}/lazarus
|
|
|
|
|
sed 's#__LAZARUSDIR__#%{_libdir}/%{name}#;s#__FPCSRCDIR__#%{_datadir}/fpcsrc#' \
|
|
|
|
|
lazarus/tools/install/linux/environmentoptions.xml \
|
|
|
|
|
> %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
|
|
|
|
|
|
|
|
|
@ -86,14 +86,13 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
|
|
|
%doc lazarus/COPYING*
|
|
|
|
|
%doc lazarus/README.txt
|
|
|
|
|
%dir %{_sysconfdir}/lazarus
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/lazarus/editoroptions.xml
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/lazarus/environmentoptions.xml
|
|
|
|
|
%{_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
|
|
|
|
|
* Tue Apr 18 2012 Joost van der Sluis <joost@cnoc.nl> - 0.9.30.4-1
|
|
|
|
|
- Updated to version 0.9.30.4
|
|
|
|
|
- Use default fonts, editoroptions.xml file removed
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|