Update to 3.3.90

This commit is contained in:
Milan Crha 2012-02-20 13:25:32 +01:00
parent 8bd8720857
commit d7ca694f50
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ evolution-data-server-2.31.5.tar.bz2
/evolution-data-server-3.3.3.tar.xz
/evolution-data-server-3.3.4.tar.xz
/evolution-data-server-3.3.5.tar.xz
/evolution-data-server-3.3.90.tar.xz

View File

@ -24,7 +24,7 @@
### Abstract ###
Name: evolution-data-server
Version: 3.3.5
Version: 3.3.90
Release: 1%{?dist}
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -232,7 +232,14 @@ rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%postun
/sbin/ldconfig
if [ $1 -eq 0 ] ; then
glib-compile-schemas %{_datadir}/glib-2.0/schemas
fi
%posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas
%files -f %{name}-%{eds_base_version}.lang
%defattr(-,root,root,-)
@ -255,6 +262,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/evolution-addressbook-factory
%{_libexecdir}/evolution-calendar-factory
# GSettings schemas:
%{_datadir}/GConf/gsettings/libedataserver.convert
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
%{_datadir}/evolution-data-server-%{eds_base_version}
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
@ -340,6 +352,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libedataserverui
%changelog
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
- Update to 3.3.90
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
- Update to 3.3.5

View File

@ -1 +1 @@
3d9b6ae70b064261d99a6e5dbd4a78ba evolution-data-server-3.3.5.tar.xz
766663e3b8258a872314a99defc12bab evolution-data-server-3.3.90.tar.xz