From 8c6cb954ca9494d0fe830671c470736b235622ca Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 20 Jun 2014 10:31:18 +0200 Subject: Fixed "File listed twice: /usr/share/devassistant/files/crt/c/openlmi" --- openlmi-providers.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openlmi-providers.spec b/openlmi-providers.spec index 4f3fc27..5bbd845 100644 --- a/openlmi-providers.spec +++ b/openlmi-providers.spec @@ -890,7 +890,9 @@ cp -pr tools/openlmitheme/* $RPM_BUILD_ROOT/%{python_sitelib}/sphinx/themes/open %files -n openlmi-devassistant %dir %{_datadir}/devassistant/files/crt/python/openlmi/ %dir %{_datadir}/devassistant/files/crt/c/openlmi/ -%{_datadir}/devassistant/ +%{_datadir}/devassistant/assistants/ +%{_datadir}/devassistant/files/crt/python/openlmi/* +%{_datadir}/devassistant/files/crt/c/openlmi/* %endif %if 0%{with_locale} -- cgit