SHA256
1
0
forked from pool/ffcall
Dr. Werner Fink 2017-06-27 15:48:29 +00:00 committed by Git OBS Bridge
parent 0a4a5dd4eb
commit 5aa730d175

View File

@ -86,6 +86,9 @@ rm -fr %{buildroot}%{_datadir}/html
rm -f %{buildroot}%{_libdir}/*.la
if test %debug = yes ; then
install config.log %{buildroot}%{_defaultdocdir}/%{name}
echo %{_defaultdocdir}/%{name}/config.log > list
else
> list
fi
cd %{buildroot}%{_mandir}/man3
@ -101,7 +104,7 @@ for page in *; do
mv $page %{name}-$page
done
%files
%files -f list
%defattr(-,root,root,-)
%doc README NEWS COPYING
%doc avcall/avcall.html