3.1.4
This commit is contained in:
parent
eb8425bdb9
commit
0bac143f98
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.1.1.tar.bz2
|
/evolution-3.1.1.tar.bz2
|
||||||
/evolution-3.1.2.tar.bz2
|
/evolution-3.1.2.tar.bz2
|
||||||
/evolution-3.1.3.tar.bz2
|
/evolution-3.1.3.tar.bz2
|
||||||
|
/evolution-3.1.4.tar.bz2
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.1.3
|
Version: 3.1.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
@ -611,9 +611,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files bogofilter
|
%files bogofilter
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{evo_plugin_dir}/org-gnome-bogo-junk-plugin.eplug
|
%{_libdir}/evolution/%{evo_base_version}/modules/libevolution-module-bogofilter.so
|
||||||
%{evo_plugin_dir}/liborg-gnome-bogo-junk-plugin.so
|
%{_sysconfdir}/gconf/schemas/evolution-bogofilter.schemas
|
||||||
%{_sysconfdir}/gconf/schemas/bogo-junk-plugin.schemas
|
|
||||||
|
|
||||||
%files NetworkManager
|
%files NetworkManager
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -621,8 +620,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files spamassassin
|
%files spamassassin
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{evo_plugin_dir}/org-gnome-sa-junk-plugin.eplug
|
%{_libdir}/evolution/%{evo_base_version}/modules/libevolution-module-spamassassin.so
|
||||||
%{evo_plugin_dir}/liborg-gnome-sa-junk-plugin.so
|
|
||||||
|
|
||||||
%files perl
|
%files perl
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -637,6 +635,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.4-1
|
||||||
|
- Update to 3.1.4
|
||||||
|
|
||||||
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
|
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
|
||||||
- Update to 3.1.3
|
- Update to 3.1.3
|
||||||
- Remove patch for building against libgdata-0.9.0 (fixed upstream).
|
- Remove patch for building against libgdata-0.9.0 (fixed upstream).
|
||||||
|
Loading…
Reference in New Issue
Block a user