]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- patched to use shared openldap libraries
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Jan 2003 13:48:15 +0000 (13:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac/am/lt rebuilding fixes
- added missing BR: gnome-pilot-devel

Changed files:
    evolution.spec -> 1.73

evolution.spec

index 82758773b7bede9a74e46e51eea280f6cdbf8ce6..3d4e01d65c4263ece9cf59cf76e02e195d941cd0 100644 (file)
@@ -15,6 +15,7 @@ Patch0:               %{name}-nostaticdb3.patch
 Patch1:                %{name}-am.patch
 Patch2:                %{name}-omf.patch
 Patch3:                %{name}-libpisock.patch
+Patch4:                %{name}-no-static-ldap.patch
 URL:           http://www.ximian.com/products/ximian_evolution/
 BuildRequires: GConf-devel >= 1.0.7
 BuildRequires: ORBit-devel >= 0.5.8
@@ -30,6 +31,7 @@ BuildRequires:        gdk-pixbuf-gnome-devel >= 0.9.0
 BuildRequires: gdk-pixbuf-devel >= 0.18.0
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.2.9
+BuildRequires: gnome-pilot-devel
 BuildRequires: gnome-print-devel >= 0.35
 BuildRequires: gnome-vfs-devel >= 1.0.5
 BuildRequires: gtk+-devel > 1.2.0
@@ -43,8 +45,6 @@ BuildRequires:        nspr-devel
 BuildRequires: nss-devel
 BuildRequires: oaf-devel >= 0.6.10
 BuildRequires: openldap-devel >= 2.0.0
-#propably some m4 stuff is buggy so opeldap-static is required at now... :(
-BuildRequires: openldap-static >= 2.0.0
 BuildRequires: python
 BuildRequires: scrollkeeper >= 0.1.4
 BuildRequires: libxml >= 1.8.17
@@ -154,6 +154,7 @@ Palmem.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
@@ -162,11 +163,16 @@ rm -f missing
 xml-i18n-toolize --copy --force
 %{__libtoolize}
 %{__gettextize}
-%{__aclocal} -I %{_aclocaldir}/gnome
+%{__aclocal} -I %{_aclocaldir}/gnome -I macros
 %{__autoconf}
 %{__automake}
 cd libical
+# workaround for libtoolize to install ltmain.sh in . not ..
+touch install-sh
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
+%{__automake}
 cd ..
 CFLAGS="%{rpmcflags} -I/usr/include/orbit-1.0 -I/usr/include"
 %configure \
This page took 0.113792 seconds and 4 git commands to generate.