298686
Name:		libchamplain
298686
Version:	0.12.16
298686
Release:	2%{?dist}
298686
Summary:	Map view for Clutter
298686
298686
License:	LGPLv2+
298686
URL:		http://projects.gnome.org/libchamplain/
298686
Source0:	http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
298686
298686
BuildRequires:	chrpath
298686
BuildRequires:	clutter-devel
298686
BuildRequires:	clutter-gtk-devel
298686
BuildRequires:	gobject-introspection-devel
298686
BuildRequires:	libsoup-devel
298686
BuildRequires:	sqlite-devel
298686
BuildRequires:	gtk3-devel
298686
BuildRequires:	vala
298686
298686
%description
298686
Libchamplain is a C library aimed to provide a ClutterActor to display
298686
rasterized maps.
298686
298686
%package devel
298686
Summary:	Development files for %{name}
298686
Requires:	%{name}%{?_isa} = %{version}-%{release}
298686
Requires:	%{name}-gtk%{?_isa} = %{version}-%{release}
298686
Obsoletes:	%{name}-gtk-devel < 0.12.12
298686
Provides:	%{name}-gtk-devel = %{version}-%{release}
298686
Obsoletes:	%{name}-vala < 0.12.8-1
298686
298686
%description devel
298686
This package contains development files for %{name}.
298686
298686
%package gtk
298686
Summary:	Gtk+ widget wrapper for %{name}
298686
Requires:	%{name}%{?_isa} = %{version}-%{release}
298686
298686
%description gtk
298686
Libchamplain-gtk is a library providing a GtkWidget to embed %{name}
298686
into Gtk+ applications.
298686
298686
%package demos
298686
Summary:	Demo apps for %{name}
298686
Requires:	%{name} = %{version}-%{release}
298686
Requires:	%{name}-devel = %{version}-%{release}
298686
Requires:	%{name}-gtk-devel = %{version}-%{release}
298686
BuildArch:      noarch
298686
298686
%description demos
298686
This package contains demos for development using %{name}.
298686
298686
%prep
298686
%setup -q
298686
298686
%build
298686
%configure --disable-debug --disable-silent-rules --disable-static \
298686
  --enable-gtk --enable-introspection=yes --enable-vala \
298686
  --enable-vala-demos
298686
298686
# Omit unused direct shared library dependencies.
298686
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
298686
298686
make %{?_smp_mflags}
298686
298686
%install
298686
%make_install
298686
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
298686
298686
# Remove rpaths.
298686
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/%{name}-gtk-*.so.*
298686
298686
%post -p /sbin/ldconfig
298686
298686
%postun -p /sbin/ldconfig
298686
298686
%post gtk -p /sbin/ldconfig
298686
298686
%postun gtk -p /sbin/ldconfig
298686
298686
%files
298686
%license COPYING
298686
%doc AUTHORS README NEWS
298686
%dir %{_libdir}/girepository-1.0
298686
%{_libdir}/girepository-1.0/Champlain-0.12.typelib
298686
%{_libdir}/%{name}-0.12.so.*
298686
298686
%files devel
298686
%doc %{_datadir}/gtk-doc/html/libchamplain-0.12
298686
%doc %{_datadir}/gtk-doc/html/libchamplain-gtk-0.12
298686
%dir %{_datadir}/gir-1.0
298686
%{_datadir}/gir-1.0/Champlain-0.12.gir
298686
%{_datadir}/gir-1.0/GtkChamplain-0.12.gir
298686
%{_datadir}/vala/vapi/champlain-0.12.vapi
298686
%{_datadir}/vala/vapi/champlain-gtk-0.12.vapi
298686
%{_libdir}/%{name}-0.12.so
298686
%{_libdir}/%{name}-gtk-0.12.so
298686
%{_libdir}/pkgconfig/champlain-0.12.pc
298686
%{_libdir}/pkgconfig/champlain-gtk-0.12.pc
298686
%{_includedir}/%{name}-0.12
298686
%{_includedir}/%{name}-gtk-0.12
298686
298686
%files gtk
298686
%{_libdir}/girepository-1.0/GtkChamplain-0.12.typelib
298686
%{_libdir}/%{name}-gtk-0.12.so.*
298686
298686
%files demos
298686
%doc demos/*.c
298686
%doc demos/*.h
298686
%doc demos/*.vala
298686
%doc demos/*.js
298686
%doc demos/Makefile*
298686
%doc demos/*.py
298686
%doc demos/*.osm
298686
298686
%changelog
298686
* Mon Jun 04 2018 Richard Hughes <rhughes@redhat.com> - 0.12.16-2
298686
- Update to 0.12.16
298686
- Resolves: #1569989
298686
298686
* Wed Mar 08 2017 Kalev Lember <klember@redhat.com> - 0.12.15-1
298686
- Update to 0.12.15
298686
- Resolves: #1386998
298686
298686
* Wed Sep 07 2016 Kalev Lember <klember@redhat.com> - 0.12.14-1
298686
- Update to 0.12.14
298686
- Resolves: #1386998
298686
298686
* Mon Apr 27 2015 Dan Winship <danw@redhat.com> - 0.12.4-5
298686
- Rebuild against the new cogl
298686
- Resolves: #1174513
298686
298686
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.12.4-4
298686
- Mass rebuild 2014-01-24
298686
298686
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.12.4-3
298686
- Mass rebuild 2013-12-27
298686
298686
* Mon Jul 22 2013 Dan Winship <danw@redhat.com> - 0.12.4-2.2
298686
- Regen patch, don't override _default_patch_fuzz
298686
298686
* Mon Jul 22 2013 Dan Winship <danw@redhat.com> - 0.12.4-2.1
298686
- Don't rebuild the docs, so we don't get multilib conflicts
298686
298686
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 0.12.4-2
298686
- Don't ship ChangeLog (we need to save space on the live image)
298686
298686
* Fri May 17 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.4-1
298686
- Update to 0.12.4
298686
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.4.news
298686
298686
* Fri Jan 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 0.12.3-5
298686
- Rebuild for new libcogl.
298686
298686
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.3-4
298686
- Rebuild for new cogl
298686
298686
* Sun Aug 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.12.3-3
298686
- Rebuild for new libcogl.
298686
298686
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.3-2
298686
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
298686
298686
* Sun Jul 15 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.3-1
298686
- Update to 0.12.3
298686
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.3.news
298686
298686
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 0.12.2-1
298686
- Update to 0.12.2
298686
298686
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.12.1-5
298686
- Rebuild for new cogl
298686
298686
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 0.12.1-4
298686
- Rebuild for new cogl
298686
298686
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 0.12.1-3
298686
- Rebuild for new cogl
298686
298686
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-2
298686
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
298686
298686
* Tue Dec 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.1-1
298686
- Update to 0.12.1
298686
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.1.news
298686
298686
* Thu Nov 24 2011 Daniel Drake <dsd@laptop.org> - 0.12.0-3
298686
- Add upstream patches to fix build against glib-2.31
298686
298686
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 0.12.0-2
298686
- Rebuild against new clutter
298686
298686
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.0-1
298686
- Update to 0.12.0
298686
- http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.12/libchamplain-0.12.0.news
298686
298686
* Mon Sep  5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.0-1
298686
- Update to 0.11.0 devel release
298686
298686
* Sat Jun 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.0-4
298686
- Cleanup requires
298686
- Move demos to separate package
298686
298686
* Mon Apr 18 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.0-3
298686
- Drop gtk-doc dep from devel package (RHBZ # 604381)
298686
- Cleanup requires
298686
298686
* Fri Apr 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.0-2
298686
- Bump build
298686
298686
* Mon Apr  4 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.10.0-1
298686
- Update to 0.10.0
298686
298686
* Sun Apr  3 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.9.1-1
298686
- Version bump to 0.9.1.
298686
298686
* Tue Mar 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.9.0-2
298686
- Drop the reconfigure since it's no longer needed.
298686
298686
* Tue Feb 22 2011  Matthias Clasen <mclasen@redhat.com> - 0.9.0-1
298686
- Update to 0.9.0
298686
298686
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.1-3
298686
- Rebuild against newer gtk
298686
298686
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
298686
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
298686
298686
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 0.8.1-1
298686
- Update to 0.8.1
298686
298686
* Wed Sep 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.0-1
298686
- update to 0.8.0
298686
- patch configure* to look for clutter-gtk-1.0
298686
- conditionalize python bindings
298686
298686
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.1-5
298686
- Rebuild against newer gobject-introspection
298686
298686
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.1-4
298686
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
298686
298686
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.6.1-3
298686
- Rebuild with new gobject-introspection
298686
298686
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.6.1-2
298686
- Rebuild against new gobject-introspection
298686
298686
* Mon Jul  5 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.1-1
298686
- Version bump to 0.6.1. Enable python and vala bindings
298686
  http://ftp.gnome.org/pub/GNOME/sources/libchamplain/0.6/libchamplain-0.6.1.news
298686
298686
* Fri Apr 23 2010 Debarshi Ray <rishi@fedoraproject.org> - 0.4.5-1
298686
- Version bump to 0.4.5.
298686
  * Asynchronously load the tiles from the cache.
298686
  * GObject Introspection is in a working state.
298686
  * Limit the internal operations that happen when the user moves.
298686
  * Limit the number of times the scale is redrawn.
298686
  * Optimized the initialization process. Only the needed tiles are loaded.
298686
  * Properly get rid of marker's previous image properly.
298686
  * Removed the need to explicitly set the size of actors.
298686
  * Deprecated champlain_view_set_size in favor of clutter_actor_set_size.
298686
    (GNOME Bugzilla #580372)
298686
  * Load the tiles in spiral order. (GNOME Bugzilla #606393)
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.5.news
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.4.news
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.5.changes
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.4.changes
298686
- Added 'BuildRequires: chrpath' for removing rpaths.
298686
- Added README to %%doc.
298686
- Added demos/markers.h to %%doc of libchamplain-gtk-devel.
298686
298686
* Sun Jan 17 2010 Debarshi Ray <rishi@fedoraproject.org> - 0.4.3-1
298686
- Version bump to 0.4.3.
298686
  * A new scale.
298686
  * User configurable additional license text to view.
298686
  * An option to highlight points in polygons.
298686
  * Fixed segmentation fault in function cairo_set_generator.
298686
    (GNOME Bugzilla #604784)
298686
  * Fixed segmentation fault when polygon has been deleted before redraw.
298686
  * Made queue_redraw visible to subclasses.
298686
  * Some memory usage improvements by reusing images already loaded.
298686
  * Don't eat clicks on the map when using ChamplainSelectionLayer.
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.3.news
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.3.changes
298686
298686
* Thu Oct 29 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.2-1
298686
- Version bump to 0.4.2.
298686
  * Fixed acceptable values of "decel-rate". (GNOME Bugzilla #595552)
298686
  * Fixed GObject Introspection build failure. (GNOME Bugzilla #598942)
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.news
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.changes
298686
298686
* Mon Oct 19 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.1-1
298686
- Version bump to 0.4.1.
298686
  * Added champlain_view_remove_layer.
298686
  * ChamplainSelectionLayer now has a "changed" signal.
298686
  * Added champlain_marker_get_highlighted_text_color,
298686
    champlain_marker_set_highlighted_text_color and
298686
    Added champlain_marker_get_highlighted_color.
298686
  * Fixed slowdowns with big caches.
298686
  * Don't emit invalid latitude and longitude notifications.
298686
  * Ensure map is displayed in Eye of GNOME's champlain plugin. (GNOME
298686
    Bugzilla #598106)
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.news
298686
  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.changes
298686
298686
- Enabled GObject Introspection, and added 'Requires: gobject-introspection'
298686
  and 'BuildRequires: gir-repository-devel'. Patched to fix build failure.
298686
  (GNOME Bugzilla #598942)
298686
- Explicitly disabled debug code.
298686
- RPaths fixed by upstream. Removed 'BuildRequires: chrpath'.
298686
298686
* Mon Sep 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-1
298686
- Version bump to 0.4.0.
298686
  * ChamplainView now has keyboard shortcuts (but not when used with
298686
    GtkChamplainEmbed).
298686
  * Removed deprecated symbols introduced in 0.3.
298686
  * Fixed X error when using GtkChamplainEmbed. (GNOME Bugzilla #590692)
298686
  * Events were not being sent until the mouse moved. (GNOME Bugzilla #590727)
298686
  * Fixed memory leak in ChamplainLayer. (GNOME Bugzilla #593505)
298686
  * Initial center_on should not result on the map being in Antarctica.
298686
    (GNOME Bugzilla #594963)
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.news
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.changes
298686
298686
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
298686
- Version bump to 0.3.91.
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.91.news
298686
298686
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
298686
- Version bump to 0.3.90.
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.news
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.changes
298686
298686
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
298686
- Version bump to 0.3.6.
298686
  * New marker animation API.
298686
  * Ported to Clutter 1.0. (GNOME Bugzilla #576391)
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.news
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.changes
298686
298686
* Sun Aug 02 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.5-1
298686
- Version bump to 0.3.5.
298686
  * Marker selection API. (GNOME Bugzilla #577909)
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.news
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.news
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.changes
298686
  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.changes
298686
298686
* Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.3.3-2
298686
- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
298686
298686
* Sat Jul 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.3-1
298686
- Version bump to 0.3.3.
298686
  * Support for custom map sources and listing available map sources.
298686
  * Smooth movement to a new position. (GNOME Bugzilla #557641)
298686
  * Keep the center of the map in the center after a resize. (GNOME Bugzilla
298686
    #557642)
298686
  * Double click to zoom and center. (GNOME Bugzilla #557644)
298686
  * Added a way to know the maximum and minimum zoom level. (GNOME Bugzilla
298686
    #557965)
298686
  * Fixed unwanted wrap effect when panning at zoom level >= 8. (GNOME
298686
    Bugzilla #558020)
298686
  * Fixed center on and zooming in behavior. (GNOME Bugzilla #558026)
298686
  * Lack of user feedback during loading of tiles. (GNOME Bugzilla #559522)
298686
  * Added missing zoom level to OpenStreetMap Mapnik. (GNOME Bugzilla
298686
    #559446)
298686
  * Fixed wrong elastic effect affecting Emapthy's map view. (GNOME Bugzilla
298686
    #561700)
298686
  * Added disk cache management. (GNOME Bugzillla #568931)
298686
  * Host application should be able to limit the maximum and minimum zoom
298686
    levels. (GNOME Bugzilla #571702)
298686
  * Allow host applications to draw lines/routes on the map. (GNOME Bugzilla
298686
    #572377)
298686
  * Support proxies. (GNOME Bugzilla #573937)
298686
  * Provide a way to make visible a bunch of markers. (GNOME Bugzilla #574809)
298686
  * Do not allow negative zoom levels. (GNOME Bugzilla #575138)
298686
  * Fixed corrupted map when double-clicking at maximum level. (GNOME Bugzilla
298686
    #575139)
298686
  * Prevent ChamplainNetworkMapSource from crashing when setting "proxy-uri".
298686
    (GNOME Bugzilla #575902).
298686
  * Implemented advanced markers. (GNOME Bugzilla #576055)
298686
  * Various memory management fixes for ChamplainTile. (GNOME Bugzilla
298686
    #576159)
298686
  * Any go_to should stop a previous and not yet finished go_to. (GNOME
298686
    Bugzilla #576832)
298686
  * Prevent segmentation fault on 32 bit platforms. (GNOME Bugzilla #576698)
298686
  * Introduced a new signal called ChamplainView::animation-completed. (GNOME
298686
    Bugzilla #577169)
298686
  * Set decel-rate correctly. (GNOME Bugzilla #580785)
298686
  * champlain_network_map_source_fill_tile should be private. (GNOME Bugzilla
298686
    #582786)
298686
  * Fixed champlain_view_center_on. (GNOME Bugzilla #583502)
298686
  * Fixed "longitude" and "latitude" properties, which were reversed. (GNOME
298686
    Bugzilla #584365)
298686
  * Make the cache work the first time. (GNOME Bugzilla #584390)
298686
  * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla
298686
    #585698)
298686
- Added 'BuildRequires: chrpath' for removing rpaths.
298686
298686
* Wed Mar 18 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.9-1
298686
- Version bump to 0.2.9.
298686
  * Fixed elastic effect.
298686
  * Reduced exported symbols.
298686
298686
* Wed Feb 25 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
298686
- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
298686
298686
* Wed Jan 28 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-2
298686
- Removed 'Requires: clutter-devel >= 0.8 pkgconfig' from libchamplain-devel
298686
  for all distributions, except Fedora 10.
298686
- Fixed sample code to not use generic headers.
298686
298686
* Wed Jan 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-1
298686
- Initial build. Imported SPEC from openSUSE.
298686
  * Added a new constructor for ChamplainMarkers made of an image.
298686
  * Double clicking on the map will now zoom and recenter.
298686
  * When resizing a ChamplainView, the centered content will still be
298686
    centered after the resizing. Can be disabled.
298686
  * The Map's license is displayed by default on the lower right corner. 
298686
  * Fixed map centering on startup.
298686
  * Fixed missing zoom level in OpenStreetMap Mapnik.
298686
  * Fixed zooming and centering behaviour. (GNOME Bugzilla #558026)