1 2 # spec file for package SUNWevolution 3 # 4 # includes module(s): evolution 5 # 6 # Copyright 2008 Sun Microsystems, Inc. 7 # This file and all modifications and additions to the pristine 8 # package are under the same license as the package itself. 9 # 10 # Owner: jefftsai 11 # 12 %include Solaris.inc 13 14 %define with_hal %(pkginfo -q SUNWhal && echo 1 || echo 0) 15 16 %use evolution = evolution.spec 17 %define with_pilot_link 1 18 19 Name: SUNWevolution 20 Summary: Evolution Email and Calendar 21 Version: %{default_pkg_version} 22 SUNW_Category: EVO25,%{default_category} 23 SUNW_BaseDir: %{_basedir} 24 SUNW_Copyright:%{name}.copyright 25 BuildRoot: %{_tmppath}/%{name}-%{version}-build 26 %include default-depend.inc 27 Source1: idnkit.pc 28 Source2: %{name}-manpages-0.1.tar.gz 29 Requires: SUNWevolution-root 30 Requires: SUNWevolution-libs 31 Requires: SUNWtls 32 Requires: SUNWidnl 33 Requires: SUNWevolution-data-server 34 Requires: SUNWperl584core 35 Requires: SUNWgnome-base-libs 36 Requires: SUNWgnome-component 37 Requires: SUNWgnome-config 38 Requires: SUNWgnome-libs 39 Requires: SUNWgnome-print 40 Requires: SUNWgnome-vfs 41 Requires: SUNWlibpopt 42 Requires: SUNWlxml 43 Requires: SUNWlibms 44 Requires: SUNWlibgcrypt 45 Requires: SUNWkrbu 46 Requires: SUNWgss 47 #FIXME: put this back when dbus ARC case done 48 #Requires: SUNWdbus 49 Requires: SUNWevolution-data-server 50 Requires: SUNWgnutls 51 Requires: SUNWlibgcrypt 52 Requires: SUNWlibgpg-error 53 Requires: SUNWmlib 54 Requires: SUNWzlib 55 Requires: SUNWpostrun 56 Requires: SUNWpr 57 Requires: SUNWgnome-media 58 %{?with_pilot_link:Requires: SUNWpilot-link} 59 %{?with_pilot_link:Requires: SUNWgnome-pilot} 60 BuildRequires: SUNWtlsd 61 BuildRequires: SUNWidnd 62 BuildRequires: SUNWdtbas 63 BuildRequires: SUNWevolution-data-server-devel 64 BuildRequires: SUNWgnome-base-libs-devel 65 BuildRequires: SUNWgnome-component-devel 66 BuildRequires: SUNWgnome-config-devel 67 BuildRequires: SUNWgnome-libs-devel 68 BuildRequires: SUNWgnome-print-devel 69 BuildRequires: SUNWgnome-vfs-devel 70 BuildRequires: SUNWlibpopt-devel 71 BuildRequires: SUNWlxml 72 BuildRequires: SUNWlibms 73 BuildRequires: SUNWlibgcrypt-devel 74 BuildRequires: SUNWgnome-media-devel 75 %if %with_hal 76 BuildRequires: SUNWhal 77 %endif 78 %{?with_pilot_link:BuildRequires: SUNWpilot-link-devel} 79 %{?with_pilot_link:BuildRequires: SUNWgnome-pilot} 80 %{?with_pilot_link:BuildRequires: SUNWgnome-pilot-devel} 81 82 %if %build_l10n 83 %package l10n 84 Summary: %{summary} - l10n files 85 SUNW_BaseDir: %{_basedir} 86 %include default-depend.inc 87 Requires: %{name} 88 %endif 89 90 %package root 91 Summary: %{summary} - / filesystem 92 SUNW_BaseDir: / 93 %include default-depend.inc 94 Requires: SUNWpostrun-root 95 Requires: SUNWgnome-config 96 97 %package devel 98 Summary: %{summary} - development files 99 SUNW_BaseDir: %{_basedir} 100 %include default-depend.inc 101 Requires: SUNWevolution 102 103 %prep 104 rm -rf %name-%version 105 mkdir -p %name-%version 106 %evolution.prep -d %name-%version 107 cd %{_builddir}/%name-%version 108 gzcat %SOURCE2 | tar xf - 109 cd %{_builddir}/%name-%version/evolution-%{evolution.version} 110 111 cd .. 112 cp %SOURCE1 %{_builddir}/%name-%version/evolution-%{evolution.version} 113 114 %build 115 export LD=/usr/ccs/bin/ld 116 export LDFLAGS="%_ldflags -L%{_libdir} -R%{_libdir}" 117 export CFLAGS="%optflags" 118 %if %option_with_gnu_iconv 119 export CFLAGS="$CFLAGS -I/usr/gnu/include -L/usr/gnu/lib -R/usr/gnu/lib" 120 %endif 121 export RPM_OPT_FLAGS="$CFLAGS" 122 export PERL=/usr/perl5/bin/perl 123 export PKG_CONFIG_PATH=%{_pkg_config_path}:%{_builddir}/%name-%version/evolution-%{evolution.version} 124 %evolution.build -d %name-%version 125 126 %install 127 rm -rf $RPM_BUILD_ROOT 128 %evolution.install -d %name-%version 129 130 rm -rf $RPM_BUILD_ROOT%{_mandir} 131 cd %{_builddir}/%name-%version/sun-manpages 132 make install DESTDIR=$RPM_BUILD_ROOT 133 134 # Remove bogofilter junk plugin since bogofilter is not available on Solaris. 135 rm -rf $RPM_BUILD_ROOT%{_libdir}/evolution/%{evolution.major_version}/plugins/*bogo* 136 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/bogo-junk-plugin.schemas 137 138 139 # Delete scrollkeeper files 140 rm -rf $RPM_BUILD_ROOT/var 141 142 %if %build_l10n 143 %else 144 # REMOVE l10n FILES 145 rm -r $RPM_BUILD_ROOT%{_datadir}/locale 146 rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/evolution/[a-z][a-z] 147 rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/evolution/[a-z][a-z]_[A-Z][A-Z] 148 rm $RPM_BUILD_ROOT%{_datadir}/omf/evolution/evolution-[a-z][a-z].omf 149 rm $RPM_BUILD_ROOT%{_datadir}/omf/evolution/evolution-[a-z][a-z]_[A-Z]*.omf 150 %endif 151 152 %{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT} 153 154 %clean 155 rm -rf $RPM_BUILD_ROOT 156 rm -rf ${RPM_BUILD_ROOT}DISABLE 157 158 # replace the old scripts with script files 159 %post 160 %include desktop-database-install.script 161 %include scrollkeeper-update.script 162 %include icon-cache.script 163 164 %postun 165 %include desktop-database-uninstall.script 166 %include scrollkeeper-update.script 167 168 %post root 169 %include gconf-install.script 170 171 %preun root 172 test -x $BASEDIR/var/lib/postrun/postrun || exit 0 173 ( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {'; 174 echo ' echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"'; 175 echo ' exit 0'; 176 echo '}'; 177 echo 'umask 0022'; 178 echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults'; 179 echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2'; 180 echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib'; 181 echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH'; 182 echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas'; 183 echo 'schemas="$SDIR/apps_evolution_addressbook.schemas'; 184 echo ' $SDIR/apps-evolution-attachment-reminder.schemas'; 185 echo ' $SDIR/apps_evolution_email_custom_header.schemas'; 186 echo ' $SDIR/apps-evolution-mail-notification.schemas'; 187 echo ' $SDIR/apps-evolution-mail-prompts-checkdefault.schemas'; 188 echo ' $SDIR/apps_evolution_calendar.schemas'; 189 echo ' $SDIR/apps_evolution_shell.schemas'; 190 echo ' $SDIR/evolution-mail.schemas'; 191 echo ' $SDIR/apps-evolution-template-placeholders.schemas"'; 192 echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas > /dev/null' 193 ) | $BASEDIR/var/lib/postrun/postrun -i -c JDS_wait -a 194 195 196 %files 197 198 %doc -d evolution-%{evolution.version} AUTHORS README 199 %doc(bzip2) -d evolution-%{evolution.version} ChangeLog ChangeLog.pre-1-4 200 %doc(bzip2) -d evolution-%{evolution.version} COPYING COPYING-DOCS 201 %doc(bzip2) -d evolution-%{evolution.version} NEWS NEWS-1.0 202 %dir %attr (0755, root, other) %{_datadir}/doc 203 204 %defattr (-, root, bin) 205 %dir %attr (0755, root, bin) %{_bindir} 206 %{_bindir}/* 207 %dir %attr (0755, root, bin) %{_libdir} 208 %{_libdir}/bonobo/servers/* 209 %{_libdir}/evolution/%{evolution.major_version}/*.so* 210 %{_libdir}/evolution/%{evolution.major_version}/components/*.so 211 %{?with_pilot_link:%{_libdir}/evolution/%{evolution.major_version}/conduits/*.so} 212 %{_libdir}/evolution/%{evolution.major_version}/plugins/* 213 %{_libexecdir}/evolution/%{evolution.major_version}/csv2vcard 214 %{_libexecdir}/evolution/%{evolution.major_version}/evolution-addressbook-clean 215 %{_libexecdir}/evolution/%{evolution.major_version}/evolution-addressbook-export 216 %{_libexecdir}/evolution/%{evolution.major_version}/evolution-alarm-notify 217 %{_libexecdir}/evolution/%{evolution.major_version}/evolution-backup 218 %{_libexecdir}/evolution/%{evolution.major_version}/killev 219 %dir %attr (0755, root, sys) %{_datadir} 220 %{_datadir}/evolution 221 %dir %attr (0755, root, other) %{_datadir}/applications 222 %{_datadir}/applications/* 223 %dir %attr (0755, root, other) %{_datadir}/mime-info 224 %{_datadir}/mime-info/* 225 %{?with_pilot_link:%attr (0755, root, bin) %{_datadir}/gnome-pilot} 226 %dir %attr (-, root, other) %{_datadir}/icons 227 %dir %attr (-, root, other) %{_datadir}/icons/hicolor 228 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16 229 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps 230 %{_datadir}/icons/hicolor/16x16/apps/evolution*.png 231 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22 232 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps 233 %{_datadir}/icons/hicolor/22x22/apps/evolution*.png 234 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24 235 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps 236 %{_datadir}/icons/hicolor/24x24/apps/evolution*.png 237 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32 238 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps 239 %{_datadir}/icons/hicolor/32x32/apps/evolution*.png 240 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48 241 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps 242 %{_datadir}/icons/hicolor/48x48/apps/*.png 243 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable 244 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps 245 %{_datadir}/icons/hicolor/scalable/apps/evolution.svg 246 247 248 %dir %attr (0755, root, other) %{_datadir}/gnome 249 %{_datadir}/gnome/help/evolution*/C 250 %{_datadir}/omf/evolution/evolution*C.omf 251 %dir %attr(0755, root, bin) %{_mandir} 252 %dir %attr(0755, root, bin) %{_mandir}/* 253 %{_mandir}/*/* 254 255 %if %build_l10n 256 %files l10n 257 %defattr (-, root, bin) 258 %dir %attr (0755, root, sys) %{_datadir} 259 %attr (-, root, other) %{_datadir}/locale 260 %{_datadir}/omf/evolution/evolution-[a-z][a-z].omf 261 %{_datadir}/omf/evolution/evolution-[a-z][a-z]_[A-Z][A-Z].omf 262 %dir %attr (0755, root, other) %{_datadir}/gnome 263 %{_datadir}/gnome/help/evolution/[a-z][a-z] 264 %{_datadir}/gnome/help/evolution/[a-z][a-z]_[A-Z][A-Z] 265 %endif 266 267 %files devel 268 %defattr (-, root, bin) 269 %dir %attr (0755, root, bin) %{_includedir} 270 %{_includedir}/* 271 %dir %attr (0755, root, bin) %{_libdir} 272 %dir %attr (0755, root, other) %{_libdir}/pkgconfig 273 %{_libdir}/pkgconfig/* 274 %dir %attr (0755, root, sys) %{_datadir} 275 %{_datadir}/idl/* 276 277 %files root 278 %defattr (-, root, sys) 279 %attr (0755, root, sys) %dir %{_sysconfdir} 280 %{_sysconfdir}/gconf/schemas/apps_evolution_email_custom_header.schemas 281 %{_sysconfdir}/gconf/schemas/apps-evolution-mail-prompts-checkdefault.schemas 282 %{_sysconfdir}/gconf/schemas/apps_evolution_addressbook.schemas 283 %{_sysconfdir}/gconf/schemas/apps-evolution-attachment-reminder.schemas 284 %{_sysconfdir}/gconf/schemas/apps-evolution-mail-notification.schemas 285 %{_sysconfdir}/gconf/schemas/apps_evolution_calendar.schemas 286 %{_sysconfdir}/gconf/schemas/apps_evolution_shell.schemas 287 %{_sysconfdir}/gconf/schemas/evolution-mail.schemas 288 %{_sysconfdir}/gconf/schemas/apps-evolution-template-placeholders.schemas 289 290 %changelog 291 * Tue Sep 16 2008 - jeff.cai@sun.com 292 - Add copyright. 293 * Fri Aug 29 2008 - jeff.cai@sun.com 294 - Remove bogofilter plugin. 295 * Wed Jul 23 2008 - jeff.cai@sun.com 296 - Add apps-evolution-template-placeholders.schemas to %files root and %preun root. 297 * Fri Jun 05 2008 - damien.carbery@sun.com 298 - Add apps_evolution_email_custom_header.schemas to %files root and %preun root. 299 * Wed Apr 02 2008 - jeff.cai@sun.com 300 - Add copyright file. 301 * Fri Jan 18 2008 - damien.carbery@sun.com 302 - Add evolution-backup to %files. 303 * Thu Jan 3 2008 - laca@sun.com 304 - use gconf-install.script instead of an inline script 305 * Mon Nov 5 2007 - jeff.cai@sun.com 306 - Use system ldflag to enable -Bdirect 307 * Wed Oct 31 2006 - damien.carbery@sun.com 308 - Put the /usr/gnu references inside '%if %option_with_gnu_iconv' test. 309 * Wed Oct 31 2006 - damien.carbery@sun.com 310 - Remove %{_libexecdir}/evolution/%{evolution.major_version}/evolution-backup 311 as it is not in the 2.21.1 tarball. 312 * Mon Oct 22 2006 - damien.carbery@sun.com 313 - Add %{_libexecdir}/evolution/%{evolution.major_version}/evolution-backup to 314 %files for evolution 2.12.1 tarball. 315 * Wed Oct 10 2006 - damien.carbery@sun.com 316 - Update Build/Requires after running check-deps.pl script. 317 * Thu Oct 4 2007 - laca@sun.com 318 - add %arch_ldadd to LDFLAGS so that the GNU libiconv flags are used 319 - delete -I %{_includedir} from CFLAGS -- breaks the indiana build because 320 the wrong iconv.h is picked up; otherwise it's useless; add /usr/gnu stuff 321 instead 322 * Tue Aug 28 2007 - damien.carbery (at] sun.com 323 - Add a new schemas files to %files and remove version number from another. 324 * Wed Jul 11 2007 - damien.carbery (at] sun.com 325 - Add a new schemas file to %files. 326 * Wed Jun 06 2007 - damien.carbery (at] sun.com 327 - Add new schema file and remove Evolution version number from muliple files. 328 * Tue May 15 2007 - damien.carbery (at] sun.com 329 - Add %{_datadir}/icons/hicolor/48x48 dir to %files for new tarball. 330 * Thu May 10 2007 - damien.carbery (at] sun.com 331 - Add bogo-junk-plugin-2.12.schemas to %files. 332 * Thu Apr 26 2007 - laca (at] sun.com 333 - set PERL to /usr/perl5/bin/perl 334 * Tue Apr 24 2007 - laca (at] sun.com 335 - s/0755/-/ in defattr so that files are not made all executable 336 * Fri Mar 16 2007 - damien.carbery (at] sun.com 337 - Correct code that removes l10n files. 338 * Wed Mar 14 2007 - damien.carbery (at] sun.com 339 - Add en_GB files to l10n package. 340 * Tue Feb 27 2007 - simon.zheng (at] sun.com 341 - Move evolution icons from /usr/share/pixmaps to /usr/share/icons/hicolor 342 * Thu Jan 04 2007 - jijun.yu (at] sun.com 343 - Its dependencies-gnome-pilot and pilot-link are upgraded to new version 344 * Tue Dec 12 2006 - damien.carbery (at] sun.com 345 - Fix %build_l10n section in %install to remove the files when necessary. 346 * Wed Dec 06 2006 - damien.carbery (at] sun.com 347 - Remove scrollkeeper files during %install. Add l10n files to l10n pkg. 348 * Wed Nov 29 2006 - damien.carbery (at] sun.com 349 - Revert version to %{default_pkg_version} as this module has been integrated 350 to Nevada with this version. Using the base module's version number (2.8.x) 351 is lower than 2.16.x and will cause an integration error. 352 * Mon Nov 27 2006 - jeff.cai@sun.com 353 - Use evolution's version information to replace default one. 354 * Mon Oct 23 2006 - irene.huang (at] sun.com 355 - Moved all patches to ../patches/ 356 * Fri Oct 20 2006 - damien.carbery (at] sun.com 357 - Remove SUNWhalh BuildRequires because header files are in SUNWhea in snv_51. 358 * Wed Oct 18 2006 - damien.carbery (at] sun.com 359 - Use %{evolution.major_version} instead of hard coded version number. 360 * Tue Oct 17 2006 - Jeff.Cai (at] sun.com 361 - Remove patch patches/evolution-03-mail-rlimit.diff 362 * Mon Sep 18 2006 - Brian.Cameron (at] sun.com 363 - Add SUNWhalh BuildRequires. 364 * Fri Sep 01 2006 - Matt.Keenan (at] sun.com 365 - New Manpage tarball 366 * Mon Aug 14 2006 - damien.carbery (at] sun.com 367 - Add Build/Requires SUNWhal after check-deps.pl run. 368 * Sat Aug 12 2006 - laca (at] sun.com 369 - delete some unnecessary env variables 370 * Tue Aug 07 2006 - jeff.cai (at] sun.com 371 - add patch evolution-03-mail-rlimit.diff to resolve stoping updating review 372 page. 373 * Tue Jul 25 2006 - jeff.cai (at] sun.com 374 - Reorder patches 375 * Fri Jul 21 2006 - jeff.cai (at] sun.com 376 - Bump to 2.7.4 377 Remove patch evolution-01-solaris-ldap.diff. 378 * Thu Jul 20 2006 - irene.huang (at] sun.com 379 - remove manpage evolution-addressbook-export.1 380 * Fri Jul 14 2006 - laca (at] sun.com 381 - update %post/%postun/etc scripts to support diskless client setup, 382 part of 6448317 383 * Thu Jun 29 2006 - laca (at] sun.com 384 - update postrun scripts 385 * Fri Jun 23 2006 - Christopher.Hanna (at] sun.com 386 - Added manpange for evolution-addressbook-export because it 387 is still in /usr/bin and so should still have a manpage. 388 * Sun Jun 11 2006 - laca (at] sun.com 389 - change group from other to bin/sys 390 * Sun May 28 2006 - irene.huang (at] sun.com 391 - Add patch evolution-03-kerberos.diff, add package requirement of 392 SUNWkrbu and SUNWgss. 393 * Fri May 26 2006 - irene.huang (at] sun.com 394 - Remove manpanges for evolution-addressbook-export and 395 evolution-addressbook-import. 396 * Thu May 25 2006 - laca (at] sun.com 397 - use post/preun scripts to install schemas into the merged gconf files 398 * Fri May 12 2006 - damien.carbery (at] sun.com 399 - Update dir perms for omf/evolution to correct WOS integration error. 400 * Fri May 12 2006 - damien.carbery (at] sun.com 401 - Small update to dependency list after check-deps.pl run. 402 * Thu May 11 2006 - halton.huo (at] sun.com 403 - Merge -share pkg(s) into the base pkg(s). 404 * Wed Apr 26 2006 - halton.huo (at] sun.com 405 - Use JES's NSS/NSPR(/usr/lib/mps) instead of that provided by 406 mozilla or firefox, to fix bug #6418049. 407 * Tue Apr 04 2006 - halton.huo@sun.com 408 - Alter remove .a/.la filepkginfo s part into linux spec. 409 * Thu Mar 30 2006 - halton.huo@sun.com 410 - Remove all *.a/*.la files. 411 * Thu Feb 23 2006 - damien.carbery@sun.com 412 - Use default pkg version to match other pkgs; add EVO25 to default category. 413 * Thu Feb 16 2006 - damien.carbery@sun.com 414 - Update Build/Requires after running check-deps.pl script. 415 * Mon Jan 23 2006 - Irene.Huang@sun.com 416 - Move patch evolution-caldav-startup-fail.diff 417 to ../../patches. 418 * Mon Jan 23 2006 - Irene.Huang@sun.com 419 - Add patch evolution-caldav-startup-fail.diff. 420 * Tue Jan 10 2006 - halton.huo@sun.com 421 - Enable pilot-conduits option. 422 * Wed Jan 04 2006 - halton.huo@sun.com 423 - Add all files under plugins. 424 * Wed Dec 21 2005 - halton.huo@sun.com 425 - Change major_verion from 2.4 to 2.6. 426 * Tue Dec 6 2005 - laca@sun.com 427 - disable -Bdirect as due to symbol clashes 428 * Sat Dec 3 2005 - laca@sun.com 429 - add %post script that runs update-desktop-database 430 * Tue Nov 29 2005 - laca@sun.com 431 - remove javahelp stuff 432 * Fri Oct 21 2005 - halton.huo@sun.com 433 - Disable gnome_pilot_link. 434 * Mon Oct 10 2005 - halton.huo@sun.com 435 - Change build require from mozilla to firefox. 436 - Move upstreamed patch evolution-02-solaris-kerberos.diff. 437 - Add patch evolution-02-solaris-sed.diff. 438 * Thu Sep 15 2005 - halton.huo@sun.com 439 - Remove define krb5_prefix and related. 440 - Add patch evolution-02-solaris-kerberos.diff to disable krb5. 441 - Change changelog more readable. 442 * Thu Sep 8 2005 - halton.huo@sun.com 443 - Add krb5_prefix define. 444 - Add "-L%{krb5_prefix}/lib -R%{krb5_prefix}/lib" to LDFLAGS. 445 - Add "-I%{krb5_prefix}/include" to CFLAGS. 446 * Tue Sep 7 2005 - halton.huo@sun.com 447 - Remove "-L/usr/sfw/lib -R/usr/sfw/lib" from LDFLAGS, remove 448 "-I/usr/sfw/include" from CFLAGS and remove LD_LIBRARY_PATH=/usr/sfw/lib, 449 because current gnome-pilot-link packages are deployed on /usr not /usr/sfw. 450 * Tue Sep 6 2005 - halton.huo@sun.com 451 - Change SUNWevolution package files defination. 452 - Add patch evolution-01-solaris-ldap.diff 453 * Wed Aug 31 2005 - halton.huo@sun.com 454 - Change SUNW_Category for open solaris. 455 - Remove DB3 since now is included in evolution-data-server. 456 - Remove obsoleted patch evolution-01-solaris-compile.diff 457 - Added "-L/usr/sfw/lib -R /usr/sfw/lib" to LDFLAGS to use pilot-link 458 - Added "-I/usr/sfw/include" to CFLAGS to use pilot-link 459 - Added "LD_LIBRARY_PATH=/usr/sfw/lib" to pass use pilot-link check 460 * Tue Jul 19 2005 - damien.carbery@sun.com 461 - Enable gnome-pilot-link. 462 * Sat Oct 02 2004 - laca@sun.com 463 - added %pkgbuild_postprocess 464 * Fri Oct 1 2004 - damien.carbery@sun.com 465 - Add option to enable/disable gnome-pilot-link. 466 * Fri Jul 23 2004 laca@sun.com 467 - use evolution-copyright.txt as copyright notice 468 * Tue Jul 20 2004 - brian.cameron@sun.com 469 - Added man pages. 470 * Tue Jun 29 2004 - shirley.woo@sun.com 471 - Added "-L%{moz_prefix}/lib/mozilla -R%{moz_prefix}/lib/mozilla" to LDFLAGS 472 so mozilla libraries can be found 473 * Mon Jun 28 2004 - shirley.woo@sun.com 474 - Changed install location to /usr/... so need to use moz-prefix for nss/nspr 475 since install location of mozilla is different for Linux and Solaris 476 * Sat Jun 26 2004 shirley.woo@sun.com 477 - Changed install location to /usr/... 478 * Wed Jun 2 2004 - takao.fujiwara@sun.com 479 - Added %{_datadir}/locale to install l10n messages 480 * Tue May 25 2004 - <laca@sun.com> 481 - add SUNWdtbas dep 482 * Fri May 14 2004 - <laca@sun.com> 483 - add idnkit dependencies 484 * Sun May 02 2004 - <laca@sun.com> 485 - add the source directory to the end of PKG_CONFIG_PATH so that idnkit.pc 486 is picked up from here on Solaris (bad, bad hack...) 487 * Tue Apr 20 2004 - <laca@sun.com> 488 - add SUNWgnome-pilot-link dependency 489 - fix libexec stuff 490 * Fri Apr 16 2004 - <laca@sun.com> 491 - remove static libs 492 * Thu Mar 11 2004 - <laca@sun.com> 493 - initial version created 494