From caab38e77f9ed285166ac054dfc1fcf0caadbf3e Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Feb 09 2011 18:05:48 +0000 Subject: - Fix for nautilus 3.0. --- diff --git a/gtkhash.spec b/gtkhash.spec index 7defe7a..313e238 100644 --- a/gtkhash.spec +++ b/gtkhash.spec @@ -62,7 +62,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL='install -p' %find_lang %{name} -rm -f %{buildroot}%{_libdir}/nautilus/extensions-2.0/libgtkhash-properties.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' desktop-file-install \ --dir=%{buildroot}%{_datadir}/applications \ %{SOURCE1} @@ -98,13 +98,13 @@ rm -rf %{buildroot} %files nautilus %defattr(-,root,root,-) %{_sysconfdir}/gconf/schemas/gtkhash.schemas -%{_libdir}/nautilus/extensions-2.0/libgtkhash-properties.so +%{_libdir}/nautilus/extensions-*/libgtkhash-properties.so %endif %changelog -* Wed Feb 09 2011 Fedora Release Engineering - 0.3.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Wed Feb 09 2011 Christoph Wickert - 0.3.0-3 +- Fix for nautilus 3.0. * Mon Nov 23 2009 Christoph Wickert - 0.3.0-2 - Rework conditionals