From 289b0ac154adc3f76da5826eac3f383d6b7e8381 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:31:44 +0100 Subject: [PATCH] automatic version update by autodist [release 3.2.0-1mamba;Sun Jul 05 2020] --- fpc.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/fpc.spec b/fpc.spec index e33d3a1..138e36c 100644 --- a/fpc.spec +++ b/fpc.spec @@ -1,5 +1,5 @@ Name: fpc -Version: 3.0.4 +Version: 3.2.0 Release: 1mamba Summary: A Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler Group: Applications/Development @@ -54,11 +54,13 @@ fi if [ ! -e %{_bindir}/fpc ]; then %makeinstall \ INSTALL_PREFIX=%{buildroot}%{_prefix} \ + INSTALL_LIBDIR=%{buildroot}%{_libdir} \ INSTALL_MANDIR=%{buildroot}%{_mandir} \ NOGDB=1 FPCPROG=`pwd`/bootstrap/bin/fpc else %makeinstall \ INSTALL_PREFIX=%{buildroot}%{_prefix} \ + INSTALL_LIBDIR=%{buildroot}%{_libdir} \ INSTALL_MANDIR=%{buildroot}%{_mandir} \ NOGDB=1 fi @@ -91,21 +93,21 @@ _EOF %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -f %{name}.lang +%files +#-f %{name}.lang %defattr(-,root,root) %config %{_sysconfdir}/fpc.cfg %config %{_sysconfdir}/fppkg.cfg %dir %{_sysconfdir}/fppkg %config %{_sysconfdir}/fppkg/default %{_bindir}/* +%{_libdir}/libpas2jslib.so +%dir %{_libdir}/fpc +%{_libdir}/fpc/* +%ifarch x86_64 %dir %{_prefix}/lib/fpc %{_prefix}/lib/fpc/* -%dir %{_prefix}/lib/fpc/%{version} -%{_prefix}/lib/fpc/%{version}/* -%dir %{_prefix}/lib/fpc/%{version} -%{_prefix}/lib/fpc/%{version}/* -%dir %{_prefix}/lib/fpc/lexyacc -%{_prefix}/lib/fpc/lexyacc/* +%endif %{_mandir}/man1/*.1* %{_mandir}/man5/*.5* %dir %{_docdir}/fpc-* @@ -113,6 +115,9 @@ _EOF %doc fpcsrc/rtl/COPYING.FPC %changelog +* Sun Jul 05 2020 Automatic Build System 3.2.0-1mamba +- automatic version update by autodist + * Sun Dec 24 2017 Automatic Build System 3.0.4-1mamba - automatic version update by autodist