]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- added no-static-in-shared patch (don't link static variants of shared libs auto/ac/evolution-1_4_5-4
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Nov 2003 16:38:39 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  into other shared libs - use shared versions instead
- removed bogus gcc options from db3 build
- release 4

Changed files:
    evolution.spec -> 1.106

evolution.spec

index 30d8d3b455923aaa1b00f94ce12f607b87e8ca3d..e0462e71e413911c8d77f28837a831e9f65630aa 100644 (file)
@@ -12,7 +12,7 @@ Summary(pt_BR):       Cliente de email integrado com calend
 Summary(zh_CN):        Evolution - GNOME2¸öÈ˺͹¤×÷×éÐÅÏ¢¹ÜÀí¹¤¾ß(°üÀ¨µç×ÓÓʼþ£¬ÈÕÀúºÍµØÖ·±¡)
 Name:          evolution
 Version:       %{mver}.%{subver}
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/%{mver}/%{name}-%{version}.tar.bz2
@@ -31,6 +31,7 @@ Patch8:               %{name}-timezone_offsets.patch
 Patch9:                %{name}-gethostbyaddr.patch
 Patch10:       %{name}-addrconfig.patch
 Patch11:       %{name}-libpcs_libpas.patch
+Patch12:       %{name}-no-static-in-shared.patch
 URL:           http://www.ximian.com/products/ximian_evolution/
 BuildRequires: GConf2-devel
 BuildRequires: ORBit2-devel >= 2.8.0
@@ -170,12 +171,12 @@ Palmem.
 %patch9 -p1
 %patch10 -p0
 %patch11 -p1
+%patch12 -p1
 
 %build
-# first build db3
+# first build db3 (only static, C interface)
 cd %{_dbdir}/build_unix
-CFLAGS="%{rpmcflags} -fno-rtti -fno-implicit-templates" \
-CXXFLAGS="%{rpmcflags} -fno-rtti -fno-implicit-templates" \
+CFLAGS="%{rpmcflags}" \
 ../dist/configure \
        --prefix=%{_prefix} \
        --enable-static
@@ -183,7 +184,6 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-implicit-templates" \
 cd $RPM_BUILD_DIR/%{name}-%{version}
 
 # build evolution
-rm -f missing
 glib-gettextize --copy --force
 intltoolize --copy --force
 %{__libtoolize}
This page took 0.161847 seconds and 4 git commands to generate.