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