diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 5ee5790..87a8fe7 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -1,3 +1,6 @@ +### s390 is dead, temporary hack, do not checkin to CVS +ExcludeArch: s390 + %define soup_version 2.1.12 %define orbit2_version 2.9.8 @@ -6,7 +9,7 @@ Summary: Backend data server for evolution Name: evolution-data-server Version: 0.0.97 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/0.0/%{name}-%{version}.tar.bz2 @@ -26,7 +29,9 @@ It was originally developed for Evolution (hence the name), but is now used by o %package devel Summary: Development files for building against evolution-data-server Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} +Requires: libbonobo-devel +Requires: libgnome-devel %description devel Development files needed for building things which link against @@ -77,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 5 2004 Warren Togami - 0.0.97-2 +- pkgconfig -devel Requires libbonobo-devel, libgnome-devel + * Wed Aug 4 2004 David Malcolm - 0.0.97-1 - upgraded to 0.0.97; rewrote the package's description