From 5aa730d175712b64725995c7d9eb111f1b9fb6720a5d5eef44ebc14052206f6e Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 27 Jun 2017 15:48:29 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/ffcall?expand=0&rev=20 --- ffcall.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ffcall.spec b/ffcall.spec index fcc78ce..9342e00 100644 --- a/ffcall.spec +++ b/ffcall.spec @@ -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