- rebuilt against pilot-link-0.12
- added versioning to the requirement on dbus (>=0.31)
This commit is contained in:
parent
bbfe2082ab
commit
6158542bbb
@ -11,6 +11,7 @@ ExcludeArch: ppc64
|
|||||||
%define orbit2_version 2.9.8
|
%define orbit2_version 2.9.8
|
||||||
%define gnome_icon_theme_version 1.3.6
|
%define gnome_icon_theme_version 1.3.6
|
||||||
%define libgnomeprint22_version 2.8.0
|
%define libgnomeprint22_version 2.8.0
|
||||||
|
%define dbus_version 0.31.0
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
# The Mozilla NSS API/ABI stabilised by version 1.7.3
|
# The Mozilla NSS API/ABI stabilised by version 1.7.3
|
||||||
@ -34,7 +35,7 @@ ExcludeArch: ppc64
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 5
|
Release: 6
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -87,7 +88,7 @@ Requires: spamassassin
|
|||||||
Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
|
Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
|
||||||
Requires: redhat-menus >= 1.13
|
Requires: redhat-menus >= 1.13
|
||||||
Requires: gnutls
|
Requires: gnutls
|
||||||
Requires: dbus
|
Requires: dbus >= %{dbus_version}
|
||||||
Requires: libgnomeprint22 >= %{libgnomeprint22_version}
|
Requires: libgnomeprint22 >= %{libgnomeprint22_version}
|
||||||
|
|
||||||
BuildRequires: gtkhtml3-devel >= %{gtkhtml_version}
|
BuildRequires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||||
@ -107,7 +108,7 @@ BuildRequires: atk-devel
|
|||||||
# kind of silly...
|
# kind of silly...
|
||||||
BuildRequires: flex bison byacc libtool gettext
|
BuildRequires: flex bison byacc libtool gettext
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
%if %{use_mozilla_nss}
|
%if %{use_mozilla_nss}
|
||||||
@ -339,6 +340,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*/*.a
|
%{_libdir}/evolution/%{evo_major}/*/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-6
|
||||||
|
- rebuilt against pilot-link-0.12
|
||||||
|
- added versioning to the requirement on dbus (>=0.31)
|
||||||
|
|
||||||
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-5
|
* Thu Mar 10 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.0-5
|
||||||
- Added patch for changes to DBus API in version 0.31 (#150671)
|
- Added patch for changes to DBus API in version 0.31 (#150671)
|
||||||
- Removed explicit run-time spec-file requirement on mozilla.
|
- Removed explicit run-time spec-file requirement on mozilla.
|
||||||
|
Loading…
Reference in New Issue
Block a user