From a3a25cc63d350d9c632e56d1b07414032530c896 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 9 Apr 2013 12:34:13 +0200 Subject: [PATCH] use more specific patterns in file list --- conky.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conky.spec b/conky.spec index b58b265..c505f95 100644 --- a/conky.spec +++ b/conky.spec @@ -96,11 +96,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/conky/*.{la,a} %doc AUTHORS ChangeLog COPYING TODO README NEWS extras/* doc/docs.html %dir %{_sysconfdir}/conky %config %{_sysconfdir}/conky/conky.conf -%{_bindir}/* +%{_bindir}/conky %if %{with lua_cairo} || %{with lua_imlib} %{_libdir}/conky %endif -%{_mandir}/man1/* +%{_mandir}/man1/conky.1* %changelog