File contact-lookup-applet.spec of Package contact-lookup-applet
#
# spec file for package contact-lookup-applet (Version 0.17)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: contact-lookup-applet
BuildRequires: evolution-data-server-devel fdupes gnome-panel-devel intltool libwnck-devel mozilla-nss-devel translation-update-upstream
Requires: gnome-utils
License: GPL v2 or later
Group: System/GUI/GNOME
AutoReqProv: on
Version: 0.17
Release: 2
Summary: Evolution Address Book Search Applet
Source: %{name}-%{version}.tar.bz2
Url: http://www.gnome.org
Requires: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This applet allows you to search for people in your Evolution 2 address
book.
To use, simply add it to your panel (Add to Panel -> Accessories ->
Address book Lookup), type a name into the field, and hit [Enter] or
Search.
Authors:
--------
Ross Burton <ross@burtonini.com>
%lang_package
%prep
%setup -q
translation-update-upstream
%build
intltoolize -f
autoreconf -f -i
# FIXME: e-contact-entry.c:348: warning: dereferencing type-punned pointer will break strict-aliasing rules
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure\
--libexecdir=%{_prefix}/lib/%{name}
make %{?jobs:-j%jobs}
%install
%makeinstall
# Change sr@Latn to sr@latin
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
%find_lang %{name}
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_datadir}/lookup-applet
%{_libdir}/bonobo/servers/*.server
%{_prefix}/lib/%{name}
%files lang -f %{name}.lang
%changelog
* Mon Feb 16 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
* Sat Jan 31 2009 vuntz@novell.com
- Use sr@latin instead of sr@Latn.
* Sat Dec 20 2008 mboman@suse.de
- Update to version 0.17:
+ Pass future maintainership to Bastien Nocera
+ Don't search unopened books
+ Automatically detect sources
+ Only error out if all the addressbooks failed to open
+ Show one menu item for each e-mail address, and select by default in the
contact details dialogue
* Thu Feb 28 2008 rodrigo@suse.de
- Update to version 0.16:
* Display more than one street address in a combo (bgo#375433)
* Support secondary phone numbers (bgo#359816)
* Remove ellipsis from the About menu item (bgo#340450)
- Removed unneeded patch
* Wed Aug 08 2007 maw@suse.de
- Use %%fdupes
- Split off a -lang subpackage.
* Mon Jan 29 2007 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Mon Sep 04 2006 ro@suse.de
- update to cvs to fix build with current e-d-s
* Thu Aug 31 2006 gekker@suse.de
- remove unneeded gal2-devel from BuildRequires
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Sep 16 2005 sbrabec@suse.cz
- Use kerberos-devel-packages in neededforbuild to build in PLUS.
* Wed Aug 10 2005 gekker@suse.de
- Remove -rpath and fix nfb (95673)
* Wed Aug 03 2005 gekker@suse.de
- Update to version 0.13
* Wed Mar 09 2005 gekker@suse.de
- Update to version 0.11 (GNOME 2.10).
* Mon Mar 07 2005 gekker@suse.de
- Add -rpath for mozilla libs
* Sun Feb 27 2005 ro@suse.de
- added mozilla to nfb
* Tue Jan 25 2005 gekker@suse.de
- Update to version 0.10
- Remove upstreamed patches
* Fri Jan 14 2005 ro@suse.de
- use gal-2.4 and ebook-1.2 as available
* Fri Aug 27 2004 shprasad@suse.de
- Fixes bug #62346 (Fix given by svasista@novell.com)
Disables go button if homepage not found.
- Fixes bug #63004 (Fix given by sdharmaveer@novell.com)
Increases the width a little to fix the name display problem.
- Fixes bug #63668 (Fix given by svasista@novell.com)
Entry widget gets focus on click, Popup menu closes.
* Mon Jul 26 2004 ro@suse.de
- comment out include for no longer existing header
* Fri Jun 18 2004 sragavan@suse.de
- Fixed the disabled, lookup applet textbox.
* Fri Jun 04 2004 mibarra@suse.de
- Patched to use the new addressbook api in e-d-s 0.0.94 release
* Mon May 24 2004 ro@suse.de
- added evolution-data-server to neededforbuild
* Tue May 18 2004 clahey@suse.de
- Initial Import.