mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:19:32 +02:00
fpc rpm: 2.6.1 does not create /usr/share/doc
git-svn-id: trunk@35014 -
This commit is contained in:
parent
5ff2060288
commit
f1341981ff
@ -42,6 +42,9 @@ if [ ! -d $FPCSrcDir/compiler ]; then
|
|||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# checking for needed tools
|
||||||
|
rpmbuild --version
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# patching
|
# patching
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
@ -145,7 +145,8 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/%{name}
|
%{_libdir}/%{name}
|
||||||
%dir %{_defaultdocdir}
|
# Note: 2.6.1 does not create /usr/share/doc the defaultdocdir
|
||||||
|
#%dir %{_defaultdocdir}
|
||||||
#%doc %{_defaultdocdir}/%{name}-${FPCVERSION}/NEWS
|
#%doc %{_defaultdocdir}/%{name}-${FPCVERSION}/NEWS
|
||||||
#%doc %{_defaultdocdir}/%{name}-${FPCVERSION}/README
|
#%doc %{_defaultdocdir}/%{name}-${FPCVERSION}/README
|
||||||
#%doc %{_defaultdocdir}/%{name}-${FPCVERSION}/readme.ide
|
#%doc %{_defaultdocdir}/%{name}-${FPCVERSION}/readme.ide
|
||||||
|
Loading…
Reference in New Issue
Block a user