Tue Mar 21 20:57:43 2006 Michael Jennings (mej)

Module fixes.  Quan and onefang have both been sacked.
----------------------------------------------------------------------


SVN revision: 21476
This commit is contained in:
Michael Jennings 2006-03-22 01:58:26 +00:00
parent 3c76b7c303
commit 7b11aa9c9b
1 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%install
%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
%{find_lang} %{module_name} || true > %{module_name}.lang
%clean
test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
@ -38,10 +39,9 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%postun
/sbin/ldconfig
%files
%files -f %{module_name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
%{_libdir}/enlightenment/modules/%{module_name}
%{_datadir}/locale/*
%changelog