forked from pool/ffcall
.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/ffcall?expand=0&rev=20
This commit is contained in:
parent
0a4a5dd4eb
commit
5aa730d175
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user