18861N/A#
18861N/A# spec file for package SUNWcontact-lookup-applet
18861N/A#
18861N/A# includes module(s): contact-lookup-applet
18861N/A#
18861N/A%define owner jedy
18861N/A#
18861N/A# Copyright 2008 Sun Microsystems, Inc.
18861N/A# This file and all modifications and additions to the pristine
18861N/A# package are under the same license as the package itself.
18861N/A#
18861N/A
18861N/A%include Solaris.inc
18861N/A
18861N/A%define OSR 9206:0.x
18861N/A
18861N/AName: SUNWcontact-lookup-applet
18861N/AIPS_package_name: gnome/applet/contact-lookup-applet
18861N/AMeta(info.classification): %{classification_prefix}:Applications/Panels and Applets
18861N/ASummary: Contact lookup applet
19067N/AVersion: 0.17
18861N/AURL: http://burtonini.com
18861N/ALicense: GPL v2
18861N/ASource: http://burtonini.com/computing/contact-lookup-applet-%{version}.tar.gz
18861N/ASource1: l10n-configure.sh
18861N/A# date:2008-06-25 owner:jedy type:branding
18861N/APatch1: contact-lookup-applet-01-suncc.diff
18861N/ASUNW_BaseDir: %{_basedir}
18861N/ASUNW_Copyright: %{name}.copyright
18861N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
18861N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
18861N/ARequires: SUNWlibglade
18861N/ARequires: SUNWgnome-libs
18861N/ARequires: SUNWevolution-data-server
18861N/ARequires: SUNWgnome-panel
18861N/ABuildRequires: SUNWlibglade-devel
18861N/ABuildRequires: SUNWgnome-libs-devel
18861N/ABuildRequires: SUNWevolution-data-server-devel
18861N/ABuildRequires: SUNWgnome-panel-devel
18862N/ABuildRequires: SUNWgnome-common-devel
18993N/ABuildRequires: SUNWgnome-keyring
18993N/ABuildRequires: SUNWlibgnome-keyring
18862N/A
18861N/A%package l10n
18861N/ASummary: %{summary} - l10n files
18861N/ARequires: %{name}
18861N/A
18861N/A%prep
18861N/A%setup -q -n contact-lookup-applet-%version
18861N/A%patch1 -p1
18861N/A
18861N/A%build
18861N/ACPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
18861N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
18861N/A CPUS=1
18861N/Afi
18861N/A
18861N/Aexport CFLAGS="%optflags"
18861N/Aexport LDFLAGS="%_ldflags"
18861N/A
18861N/Alibtoolize --copy --force
18861N/Aintltoolize --force --copy --automake
18861N/A
18861N/Ash %SOURCE1 --enable-copyright
18861N/A
18861N/Aaclocal
18861N/Aautomake -a -f
18861N/Aautoconf -f
18861N/A
18861N/A./configure --prefix=%{_prefix} \
18861N/A --libexecdir=%{_libexecdir}
18861N/A
18861N/Amake -j$CPUS
18861N/A
18861N/A%install
18861N/Arm -rf $RPM_BUILD_ROOT
18861N/Amake install DESTDIR=$RPM_BUILD_ROOT
18861N/A
18861N/A%clean
18861N/Arm -rf $RPM_BUILD_ROOT
18861N/A
18861N/A%files
18861N/A%doc AUTHORS
18861N/A%doc(bzip2) ChangeLog COPYING
18861N/A%dir %attr (0755, root, other) %{_datadir}/doc
18861N/A%defattr (-, root, bin)
18861N/A%dir %attr (0755,root,bin) %{_libdir}
18861N/A%{_libdir}/*
18861N/A%dir %attr(0755, root, sys) %{_datadir}
18861N/A%{_datadir}/lookup-applet
18861N/A
18861N/A%files l10n
18861N/A%defattr (-, root, bin)
18861N/A%dir %attr (0755, root, sys) %{_datadir}
18861N/A%attr (-, root, other) %{_datadir}/locale
18861N/A
18861N/A%changelog
19067N/A* Wed Oct 27 2010 - brian.cameron@oracle.com
19067N/A- Bump to 0.17.
18861N/A* Wed Nov 05 2008 - Jedy Wang (jedy.wang@sun.com)
18861N/A- Update license.
18861N/A* Tue Sep 16 2008 - Jedy Wang (jedy.wang@sun.com)
18861N/A- Add copyright files.
18861N/A* Mon Jun 30 2008 - Jedy Wang (jedy.wang@sun.com)
18861N/A- Updated patch comment
18861N/A* Wed Jun 25 2008 - Jedy Wang (jedy.wang@sun.com)
18861N/A- Moved from spec-files-extra
18861N/A* Fri May 30 2008 - Jedy Wang (jedy.wang@sun.com)
18861N/A- Initial spec
18861N/A
19171N/A
19488N/A