automatic version update by autodist [release 3.2.0-1mamba;Sun Jul 05 2020]
This commit is contained in:
parent
b4fb0cb75a
commit
289b0ac154
21
fpc.spec
21
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 <autodist@mambasoft.it> 3.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 3.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user