diff --git a/kadu.spec b/kadu.spec index 18f9821..584218d 100644 --- a/kadu.spec +++ b/kadu.spec @@ -1,7 +1,7 @@ %define cvs_date 20060915 Name: kadu Version: 0.5.0 -Release: 0.12.%{cvs_date}svn%{?dist} +Release: 0.13.%{cvs_date}svn%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL @@ -283,15 +283,6 @@ for binary in `find $RPM_BUILD_ROOT -type f -name *.so`; do chmod a+x $binary done #+ - -%ifnarch ppc64 x86_64 s390 s390x ia64 -rm -rf $RPM_BUILD_ROOT%{_moddata}/amarok.desc -rm -rf $RPM_BUILD_ROOT%{_modlib}/amarok.so -rm -rf $RPM_BUILD_ROOT%{_modtrans}/amarok*.qm -rm -rf $RPM_BUILD_ROOT%{_moddata}/data/amarok -%endif - - desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ @@ -414,8 +405,13 @@ rm -rf $RPM_BUILD_ROOT %mod_files2 xmms + %ifnarch ppc64 x86_64 s390 s390x ia64 %mod_files2 amarok +%ghost %{_modlib}/amarok.so +%ghost %{_moddata}/amarok.desc +%ghost %{_moddata}/data/amarok +%ghost %{_modtrans}/amarok* %endif %mod_files2 filedesc @@ -458,6 +454,9 @@ rm -rf $RPM_BUILD_ROOT %{_moddata}/data/weather %changelog +* Sat Oct 07 2006 Michał Bentkowski - 0.5.0-0.13.20060915svn +- It should work now + * Fri Oct 06 2006 Michał Bentkowski - 0.5.0-0.12.20060915svn - Yet another fix...