diff --git a/mail-notification.spec b/mail-notification.spec index 92c0a74..b6f8fa0 100644 --- a/mail-notification.spec +++ b/mail-notification.spec @@ -4,7 +4,7 @@ Name: mail-notification Version: 5.4 -Release: 82.git.%{git_revision}%{?dist} +Release: 83.git.%{git_revision}%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -128,7 +128,7 @@ rm -rf $RPM_BUILD_ROOT%{_localstatedir} find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %if %{with evolution} -chmod +x $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/*.so +chmod +x $RPM_BUILD_ROOT%{_libdir}/evolution/plugins/*.so %endif desktop-file-install \ @@ -190,11 +190,14 @@ touch --no-create %{_datadir}/icons/hicolor || : %if %{with evolution} %files evolution-plugin -%{_libdir}/evolution/*/plugins/* +%{_libdir}/evolution/plugins/* %endif %changelog +* Mon Sep 22 2014 Milan Crha 5.4-83.git.eab5c13 +- Rebuild against newer evolution (changed folder structure) + * Sun Aug 17 2014 Fedora Release Engineering - 5.4-82.git.eab5c13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild