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