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
|
Name: fpc
|
||||||
Version: 3.0.4
|
Version: 3.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler
|
Summary: A Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -54,11 +54,13 @@ fi
|
|||||||
if [ ! -e %{_bindir}/fpc ]; then
|
if [ ! -e %{_bindir}/fpc ]; then
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
INSTALL_PREFIX=%{buildroot}%{_prefix} \
|
INSTALL_PREFIX=%{buildroot}%{_prefix} \
|
||||||
|
INSTALL_LIBDIR=%{buildroot}%{_libdir} \
|
||||||
INSTALL_MANDIR=%{buildroot}%{_mandir} \
|
INSTALL_MANDIR=%{buildroot}%{_mandir} \
|
||||||
NOGDB=1 FPCPROG=`pwd`/bootstrap/bin/fpc
|
NOGDB=1 FPCPROG=`pwd`/bootstrap/bin/fpc
|
||||||
else
|
else
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
INSTALL_PREFIX=%{buildroot}%{_prefix} \
|
INSTALL_PREFIX=%{buildroot}%{_prefix} \
|
||||||
|
INSTALL_LIBDIR=%{buildroot}%{_libdir} \
|
||||||
INSTALL_MANDIR=%{buildroot}%{_mandir} \
|
INSTALL_MANDIR=%{buildroot}%{_mandir} \
|
||||||
NOGDB=1
|
NOGDB=1
|
||||||
fi
|
fi
|
||||||
@ -91,21 +93,21 @@ _EOF
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
|
#-f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %{_sysconfdir}/fpc.cfg
|
%config %{_sysconfdir}/fpc.cfg
|
||||||
%config %{_sysconfdir}/fppkg.cfg
|
%config %{_sysconfdir}/fppkg.cfg
|
||||||
%dir %{_sysconfdir}/fppkg
|
%dir %{_sysconfdir}/fppkg
|
||||||
%config %{_sysconfdir}/fppkg/default
|
%config %{_sysconfdir}/fppkg/default
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_libdir}/libpas2jslib.so
|
||||||
|
%dir %{_libdir}/fpc
|
||||||
|
%{_libdir}/fpc/*
|
||||||
|
%ifarch x86_64
|
||||||
%dir %{_prefix}/lib/fpc
|
%dir %{_prefix}/lib/fpc
|
||||||
%{_prefix}/lib/fpc/*
|
%{_prefix}/lib/fpc/*
|
||||||
%dir %{_prefix}/lib/fpc/%{version}
|
%endif
|
||||||
%{_prefix}/lib/fpc/%{version}/*
|
|
||||||
%dir %{_prefix}/lib/fpc/%{version}
|
|
||||||
%{_prefix}/lib/fpc/%{version}/*
|
|
||||||
%dir %{_prefix}/lib/fpc/lexyacc
|
|
||||||
%{_prefix}/lib/fpc/lexyacc/*
|
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
%dir %{_docdir}/fpc-*
|
%dir %{_docdir}/fpc-*
|
||||||
@ -113,6 +115,9 @@ _EOF
|
|||||||
%doc fpcsrc/rtl/COPYING.FPC
|
%doc fpcsrc/rtl/COPYING.FPC
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 3.0.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user