Sat May 27 18:41:24 2006 Michael Jennings (mej)

The emu module kinda threw everything for a loop by having a separate
binary, so I had to add some spec-fu to make an exception for it.
----------------------------------------------------------------------


SVN revision: 22943
This commit is contained in:
Michael Jennings 2006-05-27 23:40:43 +00:00
parent 5cf333e857
commit 6485788d70
1 changed files with 4 additions and 1 deletions

View File

@ -42,6 +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
%{_libdir}/enlightenment/modules/%{module_name}
%if "%{module_name}" == "emu"
%{_bindir}/%{module_name}*
%endif
%{_libdir}/enlightenment/modules/%{module_name}*
%changelog