Author: megabajt                     Date: Sat Mar  7 15:06:27 2009 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- updated to 2.25.92

---- Files affected:
SPECS:
   evolution-data-server.spec (1.132 -> 1.132.2.1) 

---- Diffs:

================================================================
Index: SPECS/evolution-data-server.spec
diff -u SPECS/evolution-data-server.spec:1.132 
SPECS/evolution-data-server.spec:1.132.2.1
--- SPECS/evolution-data-server.spec:1.132      Sat Feb  7 16:44:57 2009
+++ SPECS/evolution-data-server.spec    Sat Mar  7 16:06:21 2009
@@ -1,26 +1,23 @@
 # $Revision$, $Date$
 #
-# todo:
-# - system libical
-#
 # Conditional build:
 %bcond_without kerberos5       # build without kerberos5 support
 %bcond_without ldap            # build without ldap support
 #
-%define                basever         2.24
+%define                basever         2.26
 %define                apiver          1.2
 Summary:       Evolution data server
 Summary(pl.UTF-8):     Serwer danych Evolution
 Name:          evolution-data-server
-Version:       2.24.4.1
+Version:       2.25.92
 Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/2.24/%{name}-%{version}.tar.bz2
-# Source0-md5: 3d6234ec417b2d9ab8dac6c45ec6ba97
+Source0:       
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/2.25/%{name}-%{version}.tar.bz2
+# Source0-md5: d3705271d44f657f3ff0735b055845c4
 Patch0:                %{name}-ntlm-ldap.patch
 URL:           http://www.gnome.org/projects/evolution/
-BuildRequires: GConf2-devel >= 2.24.0
+BuildRequires: GConf2-devel >= 2.25.0
 BuildRequires: ORBit2-devel >= 1:2.14.8
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -28,17 +25,19 @@
 BuildRequires: cyrus-sasl-devel
 BuildRequires: db-devel
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.18.0
+BuildRequires: glib2-devel >= 1:2.19.7
 BuildRequires: gnome-common >= 2.20.0
-BuildRequires: gnome-keyring-devel >= 2.24.0
-BuildRequires: gnome-vfs2-devel >= 2.24.0
-BuildRequires: gtk+2-devel >= 2:2.14.0
+BuildRequires: gnome-keyring-devel >= 2.25.90
+BuildRequires: gtk+2-devel >= 2:2.15.0
 BuildRequires: gtk-doc >= 1.9
-BuildRequires: intltool >= 0.37.0
+BuildRequires: intltool >= 0.40.0
 %{?with_kerberos5:BuildRequires:       krb5-devel}
+BuildRequires: libbonobo-devel >= 2.24.0
 BuildRequires: libglade2-devel >= 1:2.6.2
 BuildRequires: libgnomeui-devel >= 2.24.0
-BuildRequires: libsoup-devel >= 2.4.0
+BuildRequires: libgweather-devel >= 2.25.92
+BuildRequires: libical-devel >= 0.43
+BuildRequires: libsoup-devel >= 2.25.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 1:2.6.31
@@ -95,17 +94,17 @@
 Summary(pl.UTF-8):     Pliki programistyczne serwera danych evolution
 Group:         X11/Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-%{?with_kerberos5:Requires:    krb5-devel}
-# for all but libegroupwise
-Requires:      GConf2-devel >= 2.24.0
+Requires:      GConf2-devel >= 2.25.0
 Requires:      ORBit2-devel >= 1:2.14.8
-Requires:      glib2-devel >= 1:2.18.0
-Requires:      gtk+2-devel >= 2:2.14.0
+Requires:      glib2-devel >= 1:2.19.7
+Requires:      gtk+2-devel >= 2:2.15.0
+%{?with_kerberos5:Requires:    krb5-devel}
+Requires:      libbonobo-devel >= 2.24.0
 Requires:      libglade2-devel >= 1:2.6.2
-Requires:      libgnomeui-devel >= 2.24.0
+Requires:      libical-devel >= 0.43
+Requires:      libsoup-devel >= 2.25.0
 Requires:      libxml2-devel >= 1:2.6.31
-# for libegroupwise
-Requires:      libsoup-devel >= 2.4.0
+Requires:      sqlite3-devel
 
 %description devel
 This package contains the files necessary to develop applications
@@ -156,14 +155,6 @@
 %{__autoconf}
 %{__automake}
 
-cd calendar/libical
-%{__libtoolize}
-%{__aclocal}
-%{__autoheader}
-%{__autoconf}
-%{__automake}
-cd ../..
-
 # Set LIBS so that configure will be able to link with static LDAP libraries,
 # which depend on Cyrus SASL and OpenSSL.
 if pkg-config openssl ; then
@@ -186,26 +177,23 @@
        --with-nspr-libs=%{_libdir} \
        --with-nss-includes=%{_includedir}/nss \
        --with-nss-libs=%{_libdir} \
-       --with-libdb=%{_libdir}
+       --with-libdb=%{_libdir} \
+       --with-html-dir=%{_gtkdocdir}
 
-%{__make} \
-       HTML_DIR=%{_gtkdocdir} \
-       GTKHTML_DATADIR=%{_datadir}/idl
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{schemadir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       GTKHTML_DATADIR=%{_datadir}/idl \
-       HTML_DIR=%{_gtkdocdir} \
-       pkgconfigdir=%{_pkgconfigdir}
-
-rm 
$RPM_BUILD_ROOT%{_libdir}/%{name}-%{apiver}/{camel-providers,extensions}/*.{la,a}
+       HTML_DIR=%{_gtkdocdir}
 
-install -d $RPM_BUILD_ROOT%{schemadir}
 install addressbook/backends/ldap/evolutionperson.schema 
$RPM_BUILD_ROOT%{schemadir}
 
+rm 
$RPM_BUILD_ROOT%{_libdir}/%{name}-%{apiver}/{camel-providers,extensions}/*.{la,a}
+
 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/la
 
 %find_lang %{name} --all-name
@@ -360,6 +348,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.132.2.1  2009/03/07 15:06:21  megabajt
+- updated to 2.25.92
+
 Revision 1.132  2009/02/07 15:44:57  megabajt
 - updated to 2.24.4.1
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-data-server.spec?r1=1.132&r2=1.132.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to