10139N/A#
10139N/A# spec file for package SUNWevolution-webcal
10139N/A#
10139N/A# includes module(s): exchange-webcal
10139N/A#
16307N/A# Copyright 2009 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner jedy
10139N/A#
10139N/A%include Solaris.inc
10139N/A%use webcal = evolution-webcal.spec
10139N/A
10139N/AName: SUNWevolution-webcal
19096N/ALicense: GPL v2
18688N/AIPS_package_name: mail/evolution/connector/evolution-webcal
18688N/AMeta(info.classification): %{classification_prefix}:Applications/Internet
10139N/ASummary: Webcal support for Evolution
19013N/AVersion: %{webcal.version}
10139N/ASUNW_Category: EVO25,%{default_category}
12711N/ASUNW_Copyright: %{name}.copyright
10139N/ASUNW_BaseDir: %{_basedir}
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
13724N/ASource1: %{name}-manpages-0.1.tar.gz
10139N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
16401N/ARequires: SUNWgtk2
10139N/ARequires: SUNWevolution
10139N/ARequires: SUNWlibpopt
10139N/ARequires: SUNWevolution-data-server
10139N/ARequires: SUNWevolution-libs
10139N/ARequires: SUNWgnome-component
10139N/ARequires: SUNWgnome-config
10139N/ARequires: SUNWgnome-libs
16307N/ARequires: %{name}-root
16307N/ARequires: SUNWdesktop-cache
16401N/ABuildRequires: SUNWgtk2-devel
10139N/ABuildRequires: SUNWevolution-data-server-devel
10139N/ABuildRequires: SUNWevolution-libs-devel
10139N/ABuildRequires: SUNWgnome-component-devel
10139N/ABuildRequires: SUNWgnome-config-devel
10139N/ABuildRequires: SUNWgnome-libs-devel
10139N/ABuildRequires: SUNWlibpopt-devel
10139N/A
10139N/A%package root
10139N/ASummary: %{summary} - / filesystem
10139N/ASUNW_BaseDir: /
10139N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
10139N/A
10139N/A%package l10n
10139N/ASummary: %{summary} - l10n files
10139N/ARequires: %{name}
10139N/A
10139N/A%prep
10139N/Arm -rf %name-%version
10139N/Amkdir -p %name-%version
10139N/A%webcal.prep -d %name-%version
10139N/A
13724N/A# Expand manpages tarball
13724N/Acd %{_builddir}/%name-%version
13724N/Agzcat %SOURCE1 | tar xf -
13724N/A
10139N/A%build
10139N/Aexport LDFLAGS="%_ldflags -L%{_libdir} -R%{_libdir}"
10139N/Aexport CFLAGS="%optflags"
10139N/Aexport RPM_OPT_FLAGS="$CFLAGS"
10139N/Aexport PKG_CONFIG_PATH="%_pkg_config_path"
10139N/A%webcal.build -d %name-%version
10139N/A
10139N/A%install
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A%webcal.install -d %name-%version
10139N/A
15186N/Arm -rf $RPM_BUILD_ROOT%{_mandir}
15186N/Acd %{_builddir}/%name-%version/sun-manpages
15186N/Amake install DESTDIR=$RPM_BUILD_ROOT
15186N/A
10139N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):supported" $RPM_BUILD_ROOT}
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
16307N/A%post
16307N/A%restart_fmri gconf-cache
10139N/A
10139N/A%files
14339N/A%doc -d evolution-webcal-%{webcal.version} AUTHORS
14339N/A%doc(bzip2) -d evolution-webcal-%{webcal.version} ChangeLog
14339N/A%doc(bzip2) -d evolution-webcal-%{webcal.version} COPYING
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, bin) %{_libexecdir}
10139N/A%{_libexecdir}/*
14431N/A%dir %attr (0755, root, sys) %{_datadir}
14431N/A%dir %attr (0755, root, other) %{_datadir}/doc
15186N/A%dir %attr(0755, root, bin) %{_mandir}
15186N/A%dir %attr(0755, root, bin) %{_mandir}/*
15186N/A%{_mandir}/*/*
10139N/A
10139N/A%files root
10139N/A%defattr (-, root, sys)
10139N/A%attr (0755, root, sys) %dir %{_sysconfdir}
10139N/A%{_sysconfdir}/gconf/schemas/evolution-webcal.schemas
10139N/A
10139N/A%files l10n
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%attr (-, root, other) %{_datadir}/locale
10139N/A
10139N/A%changelog
16307N/A* Fri Apr 3 2009 - laca@sun.com
16307N/A- use desktop-cache instead of postrun
15186N/A* Fri Oct 10 2008 - jedy.wang@sun.com
15186N/A- Ship manpage.
14431N/A* Fri Sep 19 2008 - christian.kelly@sun.com
14431N/A- Set permissions on /usr/share and /usr/share/doc.
14339N/A* Tue Sep 16 2008 - jedy.wang@sun.com
14339N/A- Add copyright files.
13724N/A* Fri Aug 1 2008 - jedy.wang@sun.com
13724N/A- Add the manpage.
12112N/A* Thu Jan 3 2008 - laca@sun.com
12112N/A- use gconf-install.script instead of an inline script
10139N/A* Sat Aug 12 2006 - laca@sun.com
10139N/A- delete some unnecessary env variables
10139N/A* Fri Jul 14 2006 - laca@sun.com
10139N/A- update %post/%postun/etc scripts to support diskless client setup,
10139N/A part of 6448317
10139N/A* Thu Jun 29 2006 - laca@sun.com
10139N/A- update postrun scripts
10139N/A* Sun Jun 11 2006 - laca@sun.com
10139N/A- change group from other to bin/sys
10139N/A* Wed May 31 2006 - laca@sun.com
10139N/A- use post/preun scripts to install schemas into the merged gconf files
10139N/A* Thu May 11 2006 - halton.huo@sun.com
10139N/A- Change %defattr to (-, root, other).
10139N/A* Thu Apr 13 2006 - halton.huo@sun.com
10139N/A- Add install schema script, fix bug #6408031.
10139N/A* Thu Feb 23 2006 - damien.carbery@sun.com
10139N/A- Use default pkg version to match other pkgs; add EVO25 to default category.
10139N/A* Mon Feb 20 2006 - damien.carbery@sun.com
10139N/A- Complete update of Build/Requires after running check-deps.pl script.
10139N/A* Thu Feb 16 2006 - damien.carbery@sun.com
10139N/A- Update Build/Requires after running check-deps.pl script.
10139N/A* Tue Sep 20 2005 - glynn.foster@sun.com
10139N/A- Initial spec for SUNWevolution-webcal
16401N/A
19192N/A
19509N/A