Compare commits
75 commits
rawhide
...
private-mb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2deafab3c4 | ||
|
|
dc2c606bef | ||
|
|
d124712bf0 | ||
|
|
dc3ae341e5 | ||
|
|
e0d4b82c00 | ||
|
|
c09a9ab96c | ||
|
|
d0e4c6193e | ||
|
|
f363e43cd2 | ||
|
|
a046b20056 | ||
|
|
90878b181d | ||
|
|
0c1bef308a | ||
|
|
c339ba2706 | ||
|
|
ce1e20fcad | ||
|
|
20767cc05f | ||
|
|
1b41165ad9 | ||
|
|
2ddaa9ba89 | ||
|
|
6b2e727c96 | ||
|
|
29c31c1f7e | ||
|
|
185abf84fa | ||
|
|
c0b7453719 | ||
|
|
b41277b571 | ||
|
|
d48470ed8b | ||
|
|
f9a7c5a9ef | ||
|
|
3400457114 | ||
|
|
0d51514453 | ||
|
|
64cdfa5219 | ||
|
|
b3cfbdf08f | ||
|
|
becb2643ed | ||
|
|
b12b85b9dd | ||
|
|
6671174a00 | ||
|
|
fd4ed33b62 | ||
|
|
ea9b24efa7 | ||
|
|
039e23b5d6 | ||
|
|
183d762a4d | ||
|
|
4c71358295 | ||
|
|
46d9bf94a7 | ||
|
|
955e157d65 | ||
|
|
751b944790 | ||
|
|
0a4cc7d0db | ||
|
|
010f0eb395 | ||
|
|
e4998b53ac | ||
|
|
654f1a451a | ||
|
|
be71d5d541 | ||
|
|
b85705a779 | ||
|
|
73da6a163c | ||
|
|
60277c93e1 | ||
|
|
d926e7f5c0 | ||
|
|
d71c40bfbe | ||
|
|
f519be1cbc | ||
|
|
14c59c965f | ||
|
|
f77650fb0b | ||
|
|
35daee9fe5 | ||
|
|
c5c7498b2a | ||
|
|
a836ab7eb1 | ||
|
|
be6f9ddb2e | ||
|
|
2fb95f2653 | ||
|
|
e7c22f92ad | ||
|
|
2c327a9b81 | ||
|
|
7da5484a57 | ||
|
|
e0f22099bf | ||
|
|
60880c66bb | ||
|
|
c72a19e9d7 | ||
|
|
48744ece34 | ||
|
|
54a73d3b6c | ||
|
|
44840f6cd8 | ||
|
|
ec05eaf89c | ||
|
|
aa28dc1249 | ||
|
|
6318496ddd | ||
|
|
1a803c9548 | ||
|
|
09ff23b11f | ||
|
|
6e891998db | ||
|
|
82489f80a5 | ||
|
|
c653c6eb43 | ||
|
|
6ad477d982 | ||
|
|
d484136fe7 |
5 changed files with 184 additions and 83 deletions
|
|
@ -1 +1 @@
|
|||
evolution-2.27.3.tar.bz2
|
||||
evolution-2.29.2-kill-bonobo-adadf13.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
diff -up evolution-2.26.1/widgets/misc/e-attachment-bar.c.attachment-bar-crasher evolution-2.26.1/widgets/misc/e-attachment-bar.c
|
||||
--- evolution-2.26.1/widgets/misc/e-attachment-bar.c.attachment-bar-crasher 2009-04-14 12:49:45.000000000 -0400
|
||||
+++ evolution-2.26.1/widgets/misc/e-attachment-bar.c 2009-04-14 12:50:54.000000000 -0400
|
||||
@@ -450,6 +450,8 @@ update (EAttachmentBar *bar)
|
||||
if (desc)
|
||||
desc = g_strdup (desc);
|
||||
}
|
||||
+ } else {
|
||||
+ desc = g_strdup (desc);
|
||||
}
|
||||
|
||||
if (!desc)
|
||||
33
evolution-kb-override-version.patch
Normal file
33
evolution-kb-override-version.patch
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
diff -up evolution-2.29.2-kill-bonobo-0a47d87/configure.ac.override-version evolution-2.29.2-kill-bonobo-0a47d87/configure.ac
|
||||
--- evolution-2.29.2-kill-bonobo-0a47d87/configure.ac.override-version 2009-09-08 19:41:23.000000000 -0400
|
||||
+++ evolution-2.29.2-kill-bonobo-0a47d87/configure.ac 2009-09-08 22:53:53.636195371 -0400
|
||||
@@ -1,7 +1,7 @@
|
||||
dnl Evolution Versions
|
||||
m4_define([evo_major_version], [2])
|
||||
-m4_define([evo_minor_version], [29])
|
||||
-m4_define([evo_micro_version], [2])
|
||||
+m4_define([evo_minor_version], [27])
|
||||
+m4_define([evo_micro_version], [99])
|
||||
m4_define([evo_version],
|
||||
[evo_major_version.evo_minor_version.evo_micro_version])
|
||||
m4_define([evo_stable_version],
|
||||
@@ -13,8 +13,8 @@ dnl Base Version: This is for API/versio
|
||||
dnl Bonobo server files. This should always be the major/minor of
|
||||
dnl the stable version or stable version to be. Note, this is set
|
||||
dnl the way it is so that GETTEXT_PACKAGE will be parsed correctly.
|
||||
-BASE_VERSION=2.30
|
||||
-m4_define([base_version], [2.30])
|
||||
+BASE_VERSION=2.28
|
||||
+m4_define([base_version], [2.28])
|
||||
|
||||
dnl Upgrade Revision: This is for triggering migration calls between
|
||||
dnl varying versions. Reset to 0 whenever BASE_VERSION changes.
|
||||
@@ -49,7 +49,7 @@ GTKHTML_PACKAGE=3.14
|
||||
dnl Required Packages
|
||||
m4_define([glib_minimum_version], [2.20.0])
|
||||
m4_define([gtk_minimum_version], [2.16.0])
|
||||
-m4_define([eds_minimum_version], [evo_version])
|
||||
+m4_define([eds_minimum_version], [2.27.1])
|
||||
m4_define([gnome_icon_theme_minimum_version], [2.19.91])
|
||||
m4_define([gnome_desktop_minimum_version], [2.26.0])
|
||||
m4_define([libgtkhtml_minimum_version], [3.29.1])
|
||||
218
evolution.spec
218
evolution.spec
|
|
@ -1,6 +1,11 @@
|
|||
# This is an unofficial RPM for testing Evolution's kill-bonobo branch.
|
||||
%define hash adadf13
|
||||
|
||||
%define dbus_glib_version 0.70
|
||||
%define dbus_version 1.0
|
||||
%define eds_version 2.27.1
|
||||
%define glib2_version 2.16.0
|
||||
%define gnome_desktop_version 2.26.0
|
||||
%define gnome_doc_utils_version 0.8.0
|
||||
%define gnome_icon_theme_version 2.19.91
|
||||
%define gnome_pilot_version 2.0.15
|
||||
|
|
@ -8,8 +13,6 @@
|
|||
%define gtkhtml_version 3.25.3
|
||||
%define intltool_version 0.35.5
|
||||
%define last_libgal2_version 2:2.5.3-2
|
||||
%define libbonobo_version 2.20.3
|
||||
%define libbonoboui_version 2.4.2
|
||||
%define libgweather_version 2.25.4
|
||||
%define orbit2_version 2.9.8
|
||||
%define pilot_link_version 2:0.12.1
|
||||
|
|
@ -41,14 +44,14 @@
|
|||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 2.27.3
|
||||
Release: 1%{?dist}
|
||||
Version: 2.28.99
|
||||
Release: 1.kb.4%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
URL: http://projects.gnome.org/evolution/
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Source: http://download.gnome.org/sources/%{name}/2.25/%{name}-%{version}.tar.bz2
|
||||
Source: %{name}-2.29.2-kill-bonobo-%{hash}.tar.bz2
|
||||
|
||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||
|
||||
|
|
@ -65,6 +68,9 @@ Patch11: evolution-2.5.4-fix-conduit-dir.patch
|
|||
# RH bug #176400
|
||||
Patch12: evolution-2.9.1-im-context-reset.patch
|
||||
|
||||
# Override the version to 2.28.99 (and API_VERSION to 2.28).
|
||||
Patch13: evolution-kb-override-version.patch
|
||||
|
||||
## Dependencies ###
|
||||
|
||||
Requires(post): GConf2
|
||||
|
|
@ -72,12 +78,10 @@ Requires(post): scrollkeeper >= %{scrollkeeper_version}
|
|||
Requires(postun): scrollkeeper >= %{scrollkeeper_version}
|
||||
|
||||
# Don't trust evolution-data-server to maintain accurate sonames.
|
||||
Requires: evolution-data-server >= %{version}
|
||||
Requires: evolution-data-server >= %{eds_version}
|
||||
|
||||
# No devel package for libpst, despite the name.
|
||||
Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
|
||||
Requires: gnome-themes
|
||||
Requires: libpst
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
|
|
@ -91,11 +95,12 @@ BuildRequires: byacc
|
|||
BuildRequires: dbus-devel >= %{dbus_version}
|
||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: evolution-data-server-devel >= %{version}
|
||||
BuildRequires: evolution-data-server-devel >= %{eds_version}
|
||||
BuildRequires: flex
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
|
||||
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: gtk-doc
|
||||
|
|
@ -103,15 +108,15 @@ BuildRequires: gtk2-devel >= %{gtk2_version}
|
|||
BuildRequires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||
BuildRequires: gvfs
|
||||
BuildRequires: intltool >= %{intltool_version}
|
||||
BuildRequires: libbonobo-devel >= %{libbonobo_version}
|
||||
BuildRequires: libbonoboui-devel >= %{libbonoboui_version}
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgnomecanvas-devel >= 2.0
|
||||
BuildRequires: libgnomeui-devel >= 2.0
|
||||
BuildRequires: libgweather-devel >= %{libgweather_version}
|
||||
BuildRequires: libpst-devel
|
||||
BuildRequires: libsoup-devel >= %{soup_version}
|
||||
BuildRequires: libtool >= 1.5
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: unique-devel
|
||||
|
||||
%if %{use_mozilla_nss}
|
||||
BuildRequires: nspr-devel
|
||||
|
|
@ -158,10 +163,9 @@ personal information-management tool.
|
|||
Group: Development/Libraries
|
||||
Summary: Development files for building against %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: evolution-data-server-devel >= %{version}
|
||||
Requires: evolution-data-server-devel >= %{eds_version}
|
||||
Requires: gtk2-devel >= %{gtk2_version}
|
||||
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||
Requires: libbonobo-devel >= %{libbonobo_version}
|
||||
Requires: libgweather-devel >= %{libgweather_version}
|
||||
Requires: libsoup-devel >= %{soup_version}
|
||||
Requires: libxml2-devel
|
||||
|
|
@ -218,10 +222,11 @@ Requires: %{name} = %{version}-%{release}
|
|||
This package contains supplemental utilities for %{name} that require Perl.
|
||||
|
||||
%prep
|
||||
%setup -q -n evolution-%{version}
|
||||
%setup -q -n %{name}-2.29.2-kill-bonobo-%{hash}
|
||||
%patch10 -p1 -b .ldaphack
|
||||
%patch11 -p1 -b .fix-conduit-dir
|
||||
%patch12 -p1 -b .im-context-reset
|
||||
%patch13 -p1 -b .override-version
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
|
|
@ -303,11 +308,11 @@ make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DE
|
|||
# Strip unneeded translations from .mo files.
|
||||
# This reduces the RPM size by several megabytes.
|
||||
cd po
|
||||
grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
|
||||
grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
|
||||
mv POTFILES.keep POTFILES.in
|
||||
intltool-update --pot
|
||||
intltool-update --gettext-package=%{name}-%{evo_major} --pot
|
||||
for p in *.po; do
|
||||
msgmerge $p evolution-%{evo_major}.pot > $p.out
|
||||
msgmerge $p %{name}-%{evo_major}.pot > $p.out
|
||||
msgfmt -o `basename $p .po`.gmo $p.out
|
||||
done
|
||||
cd -
|
||||
|
|
@ -359,9 +364,6 @@ rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper
|
|||
rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/evolution.keys
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/mime-info/evolution.mime
|
||||
|
||||
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
|
||||
sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
|
||||
done
|
||||
%find_lang evolution-%{evo_major} --all-name --with-gnome
|
||||
|
||||
grep "/usr/share/locale" evolution-%{evo_major}.lang > translations.lang
|
||||
|
|
@ -414,8 +416,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
# The main executable
|
||||
%{_bindir}/evolution
|
||||
|
||||
# The alarm notify daemon
|
||||
%{_bindir}/evolution-alarm-notify
|
||||
|
||||
# Desktop files:
|
||||
%{_datadir}/applications/evolution.desktop
|
||||
%{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop
|
||||
|
||||
# Icons:
|
||||
%{_datadir}/icons/hicolor/16x16/apps/*
|
||||
|
|
@ -425,33 +431,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/icons/hicolor/48x48/apps/*
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*
|
||||
|
||||
# IDL files (should this be in devel subpackage?)
|
||||
%{_datadir}/idl/evolution-%{evo_major}
|
||||
|
||||
# The main data directory
|
||||
# (have not attempted to split this up into an explicit list)
|
||||
%dir %{_datadir}/evolution
|
||||
%{_datadir}/evolution/%{evo_major}
|
||||
|
||||
# Bonobo components:
|
||||
%{_libdir}/bonobo/servers/GNOME_Evolution_Addressbook.server
|
||||
%{_libdir}/bonobo/servers/GNOME_Evolution_Calendar.server
|
||||
%{_libdir}/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify.server
|
||||
%{_libdir}/bonobo/servers/GNOME_Evolution_Mail.server
|
||||
%{_libdir}/bonobo/servers/GNOME_Evolution_Shell.server
|
||||
# Modules:
|
||||
%dir %{_libdir}/evolution
|
||||
%dir %{_libdir}/evolution/%{evo_major}
|
||||
%dir %{_libdir}/evolution/%{evo_major}/components
|
||||
%{_libdir}/evolution/%{evo_major}/components/libevolution-addressbook.so
|
||||
%{_libdir}/evolution/%{evo_major}/components/libevolution-calendar.so
|
||||
%{_libdir}/evolution/%{evo_major}/components/libevolution-mail.so
|
||||
%{_libdir}/evolution/%{evo_major}/modules
|
||||
|
||||
# Shared libraries:
|
||||
%{_libdir}/evolution/%{evo_major}/libcomposer.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libeabutil.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libeconduit.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libecontacteditor.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libecontactlisteditor.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libefilterbar.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libemformat.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libemiscwidgets.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libeshell.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libessmime.so.*
|
||||
|
|
@ -460,14 +456,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/evolution/%{evo_major}/libetimezonedialog.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libeutil.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-a11y.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-addressbook-a11y.so.*
|
||||
#%{_libdir}/evolution/%{evo_major}/libevolution-addressbook-a11y.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-addressbook-importers.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-calendar-a11y.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-calendar.so.*
|
||||
#%{_libdir}/evolution/%{evo_major}/libevolution-calendar-a11y.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-calendar-importers.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-mail-importers.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-mail-shared.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-mail.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-smime.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-widgets-a11y.so.*
|
||||
#%{_libdir}/evolution/%{evo_major}/libevolution-widgets-a11y.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libfilter.so.*
|
||||
%{_libdir}/evolution/%{evo_major}/libmenus.so.*
|
||||
|
||||
|
|
@ -475,9 +472,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%dir %{_libexecdir}/evolution
|
||||
%dir %{_libexecdir}/evolution/%{evo_major}
|
||||
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-export
|
||||
%{_libexecdir}/evolution/%{evo_major}/evolution-alarm-notify
|
||||
%{_libexecdir}/evolution/%{evo_major}/evolution-backup
|
||||
%{_libexecdir}/evolution/%{evo_major}/killev
|
||||
|
||||
# The plugin directory:
|
||||
%dir %{evo_plugin_dir}
|
||||
|
|
@ -487,9 +482,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
# are built as part of specific plugins but which are currently packaged using
|
||||
# globs above; the purpose of the separation below is to be more explicit about
|
||||
# which plugins we ship)
|
||||
%{evo_plugin_dir}/org-gnome-mail-account-disable.eplug
|
||||
%{evo_plugin_dir}/libmail-account-disable.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-addressbook-file.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-addressbook-file.so
|
||||
|
||||
|
|
@ -503,7 +495,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-backup-restore.eplug
|
||||
%{evo_plugin_dir}/org-gnome-backup-restore.xml
|
||||
%{evo_plugin_dir}/liborg-gnome-backup-restore.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-evolution-caldav.eplug
|
||||
|
|
@ -518,9 +509,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{evo_plugin_dir}/org-gnome-calendar-weather.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-calendar-weather.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-copy-tool.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-copy-tool.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-default-mailer.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-default-mailer.so
|
||||
|
||||
|
|
@ -539,20 +527,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{evo_plugin_dir}/org-gnome-evolution-startup-wizard.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-evolution-startup-wizard.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-exchange-operations.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-exchange-operations.so
|
||||
%{evo_plugin_dir}/org-gnome-exchange-ab-subscription.xml
|
||||
%{evo_plugin_dir}/org-gnome-exchange-cal-subscription.xml
|
||||
%{evo_plugin_dir}/org-gnome-exchange-tasks-subscription.xml
|
||||
%{evo_plugin_dir}/org-gnome-folder-permissions.xml
|
||||
%{evo_plugin_dir}/org-gnome-folder-subscription.xml
|
||||
#%{evo_plugin_dir}/org-gnome-exchange-ab-subscription.xml
|
||||
#%{evo_plugin_dir}/org-gnome-exchange-cal-subscription.xml
|
||||
#%{evo_plugin_dir}/org-gnome-exchange-tasks-subscription.xml
|
||||
#%{evo_plugin_dir}/org-gnome-folder-permissions.xml
|
||||
#%{evo_plugin_dir}/org-gnome-folder-subscription.xml
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-groupwise-features.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-groupwise-features.so
|
||||
%{evo_plugin_dir}/org-gnome-compose-send-options.xml
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-gw-account-setup.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-gw-account-setup.so
|
||||
#%{evo_plugin_dir}/org-gnome-gw-account-setup.eplug
|
||||
#%{evo_plugin_dir}/liborg-gnome-gw-account-setup.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-imap-features.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-imap-features.so
|
||||
|
|
@ -562,35 +548,31 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%{evo_plugin_dir}/org-gnome-mailing-list-actions.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-mailing-list-actions.so
|
||||
%{evo_plugin_dir}/org-gnome-mailing-list-actions.xml
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-mail-notification.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-mail-notification.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-mail-to-task.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-mail-to-task.so
|
||||
%{evo_plugin_dir}/org-gnome-mail-to-task.xml
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-mark-all-read.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-mark-all-read.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-plugin-manager.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-plugin-manager.so
|
||||
%{evo_plugin_dir}/org-gnome-plugin-manager.xml
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-prefer-plain.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-prefer-plain.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-pst-import.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-pst-import.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-publish-calendar.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-publish-calendar.so
|
||||
%{evo_plugin_dir}/org-gnome-publish-calendar.xml
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-save-calendar.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-save-calendar.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-select-one-source.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-select-one-source.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-subject-thread.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-subject-thread.so
|
||||
|
||||
|
|
@ -606,14 +588,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_datadir}/gtk-doc/html/eshell
|
||||
%{_includedir}/evolution-%{evo_major}
|
||||
%{_libdir}/pkgconfig/evolution-calendar.pc
|
||||
%{_libdir}/pkgconfig/evolution-mail.pc
|
||||
%{_libdir}/pkgconfig/evolution-plugin.pc
|
||||
%{_libdir}/pkgconfig/evolution-shell.pc
|
||||
%{_libdir}/evolution/%{evo_major}/libcomposer.so
|
||||
#%{_libdir}/evolution/%{evo_major}/libefilterbar.so
|
||||
%{_libdir}/evolution/%{evo_major}/libeabutil.so
|
||||
%{_libdir}/evolution/%{evo_major}/libeconduit.so
|
||||
%{_libdir}/evolution/%{evo_major}/libecontacteditor.so
|
||||
%{_libdir}/evolution/%{evo_major}/libecontactlisteditor.so
|
||||
%{_libdir}/evolution/%{evo_major}/libefilterbar.so
|
||||
%{_libdir}/evolution/%{evo_major}/libemformat.so
|
||||
%{_libdir}/evolution/%{evo_major}/libemiscwidgets.so
|
||||
%{_libdir}/evolution/%{evo_major}/libeshell.so
|
||||
%{_libdir}/evolution/%{evo_major}/libessmime.so
|
||||
|
|
@ -622,14 +609,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/evolution/%{evo_major}/libetimezonedialog.so
|
||||
%{_libdir}/evolution/%{evo_major}/libeutil.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-a11y.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-addressbook-a11y.so
|
||||
#%{_libdir}/evolution/%{evo_major}/libevolution-addressbook-a11y.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-addressbook-importers.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-calendar-a11y.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-calendar.so
|
||||
#%{_libdir}/evolution/%{evo_major}/libevolution-calendar-a11y.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-calendar-importers.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-mail-importers.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-mail-shared.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-mail.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-smime.so
|
||||
%{_libdir}/evolution/%{evo_major}/libevolution-widgets-a11y.so
|
||||
#%{_libdir}/evolution/%{evo_major}/libevolution-widgets-a11y.so
|
||||
%{_libdir}/evolution/%{evo_major}/libfilter.so
|
||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||
|
||||
|
|
@ -669,6 +657,98 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
|
||||
|
||||
%changelog
|
||||
* Thu Oct 29 2009 Matthew Barnes <mbarnes@redhat.com> - 2.28.99-1.kb.4.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit adadf13.
|
||||
|
||||
* Tue Sep 29 2009 Matthew Barnes <mbarnes@redhat.com> - 2.28.99-1.kb.3.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 2fa61f4.
|
||||
|
||||
* Wed Sep 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.28.99-1.kb.2.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 0c1afa3.
|
||||
|
||||
* Mon Sep 21 2009 Matthew Barnes <mbarnes@redhat.com> - 2.28.99-1.kb.1.fc12
|
||||
- Bump version to 2.28.99 to stay ahead of Fedora 12.
|
||||
|
||||
* Sun Sep 20 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.10.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 41dbadc.
|
||||
|
||||
* Sat Sep 19 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.9.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 041daf6.
|
||||
|
||||
* Fri Sep 18 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.8.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 6ae7523.
|
||||
- Drop the libbonobo, libbonoboui and libgnomeui dependencies.
|
||||
|
||||
* Thu Sep 17 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.7.fc12
|
||||
- Fix evolution-data-server requirement for real this time.
|
||||
|
||||
* Sun Sep 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.6.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit f8a2538.
|
||||
|
||||
* Tue Sep 08 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.5.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 0a47d87.
|
||||
|
||||
* Mon Sep 07 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.4.fc12
|
||||
- Further lower the minimum evolution-data-server version.
|
||||
|
||||
* Fri Sep 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.3.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 35929a3.
|
||||
|
||||
* Wed Sep 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.2.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit 74457fd.
|
||||
|
||||
* Tue Sep 01 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.99-1.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" progress at commit f945e64.
|
||||
- Actual tarball is now 2.29.1, but keep the package at 2.27.99 for easier
|
||||
compatibility with Fedora 12.
|
||||
- Relax evolution-data-server requirement.
|
||||
|
||||
* Thu Aug 27 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.91-1.kb.2.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit 787ce81.
|
||||
|
||||
* Sun Aug 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.91-1.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit 94c361b.
|
||||
|
||||
* Tue Aug 18 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.90-3.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit 0cc0035.
|
||||
|
||||
* Tue Aug 11 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.90-2.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit 26072c8.
|
||||
|
||||
* Fri Jul 31 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.5-3.kb.1.fc12
|
||||
- Rebuild to keep N-V-R ahead of Rawhide.
|
||||
|
||||
* Tue Jul 28 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.5-1.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit 2c4510e.
|
||||
|
||||
* Fri Jul 17 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.kb.3.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit becd78e.
|
||||
|
||||
* Wed Jul 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.kb.2.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit 80f8519.
|
||||
|
||||
* Tue Jul 14 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit 6d9e836.
|
||||
|
||||
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-3.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit b2f2de3.
|
||||
|
||||
* Tue Jun 30 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-2.kb.4.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit bfc5ba2.
|
||||
|
||||
* Tue Jun 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-2.kb.3.fc12
|
||||
- Rebuild to keep N-V-R ahead of Rawhide.
|
||||
|
||||
* Sat Jun 20 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.kb.3.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit ce7537b.
|
||||
|
||||
* Fri Jun 19 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.kb.2.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit c6aabcc.
|
||||
- Adjust %%files for non-working plugins.
|
||||
|
||||
* Wed Jun 17 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.kb.1.fc12
|
||||
- Snapshot of "kill-bonobo" branch at commit b03af89.
|
||||
|
||||
* Mon Jun 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-1.fc12
|
||||
- Update to 2.27.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
31d95df4c3a8f078443ec22a57742aea evolution-2.27.3.tar.bz2
|
||||
a4e70c3dacff4169f9ae4fcc626b7a27 evolution-2.29.2-kill-bonobo-adadf13.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue