SVN revision: 32307
This commit is contained in:
Sebastian Dransfeld 2007-11-02 12:48:57 +00:00
parent 9475aba531
commit 79c2034748
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%files -f %{module_name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
if "%{module_name}" == "emu"
%if "%{module_name}" == "emu"
%{_bindir}/%{module_name}*
endif
%endif
%{_libdir}/enlightenment/modules/%{module_name}*
%changelog