source: projects/specs/trunk/lib/libc/libchamplain/libchamplain-vl.spec @ 6581

Revision 6581, 11.9 KB checked in by Takemikaduchi, 12 years ago (diff)

cogl: bug fix
others: new upstream release

Line 
1Summary:        Map view for Clutter
2Summary(ja):    Clutter用のマップビューア
3Name:           libchamplain
4Version:        0.12.3
5Release:        1%{?_dist_release}
6License:        LGPLv2+
7Group: System Environment/Libraries
8URL: http://projects.gnome.org/libchamplain/
9Source0: http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
10
11Requires: gobject-introspection
12
13BuildRequires: clutter-devel
14BuildRequires: clutter-gtk-devel
15BuildRequires: libsoup-devel
16BuildRequires: sqlite3-devel
17BuildRequires: gtk-doc >= 1.14
18BuildRequires: gobject-introspection-devel >= 0.6.8
19
20BuildRoot: %{_tmppath}/%{name}-%{version}-root
21
22Vendor: Project Vine
23Distribution: Vine Linux
24Packager: Takemikaduchi
25
26%description
27Libchamplain is a C library aimed to provide a ClutterActor to display
28rasterized maps.
29
30%description -l ja
31Libchamplain はラスタライズされたマップを表示するために ClutterActor を提供することを目的とした C ライブラリです。
32
33%package devel
34Summary:        Development files for %{name}
35Group:          Development/Libraries
36
37Requires:       gobject-introspection-devel
38Requires:       gtk-doc
39Requires:       clutter-devel
40Requires:       sqlite3-devel
41Requires:       libsoup-devel
42Requires:       %{name} = %{version}-%{release}
43
44%description devel
45This package contains development files for %{name}.
46
47%package gtk
48Summary:        Gtk+ widget wrapper for %{name}
49Group:          System Environment/Libraries
50
51Requires:       %{name} = %{version}-%{release}
52
53%description gtk
54Libchamplain-gtk is a library providing a GtkWidget to embed %{name}
55into Gtk+ applications.
56
57%package gtk-devel
58Summary:        Development files for %{name}-gtk
59Group:          Development/Libraries
60
61Requires:       gtk-doc
62Requires:       clutter-gtk-devel
63Requires:       gtk2-devel
64Requires:       %{name}-devel = %{version}-%{release}
65Requires:       %{name}-gtk = %{version}-%{release}
66
67%description gtk-devel
68This package contains development files for %{name}-gtk.
69
70%prep
71%setup -q
72
73%build
74%configure --disable-debug --disable-static --enable-gtk --enable-gtk-doc \
75  --enable-introspection=yes --enable-silent-rules
76
77# Omit unused direct shared library dependencies.
78sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
79
80make %{?_smp_mflags}
81
82%install
83rm -rf $RPM_BUILD_ROOT
84
85make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
86find $RPM_BUILD_ROOT -type f -name "*.la" -delete
87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
91%post -p /sbin/ldconfig
92
93%postun -p /sbin/ldconfig
94
95%post gtk -p /sbin/ldconfig
96
97%postun gtk -p /sbin/ldconfig
98
99%files
100%defattr(-,root,root,-)
101%doc AUTHORS
102%doc ChangeLog
103%doc COPYING
104%doc NEWS
105%{_libdir}/girepository-1.0/Champlain-0.12.typelib
106%{_libdir}/%{name}-0.12.so.*
107%{_datadir}/vala/vapi/*
108
109%files devel
110%defattr(-,root,root,-)
111%doc demos/animated-marker.c
112%doc demos/launcher.c
113%doc demos/markers.c
114%doc demos/markers.h
115%doc demos/polygons.c
116%doc demos/url-marker.c
117%{_datadir}/gir-1.0/Champlain-0.12.gir
118%{_libdir}/%{name}-0.12.so
119%{_libdir}/pkgconfig/champlain-0.12.pc
120
121%dir %{_datadir}/gtk-doc/html/libchamplain
122%doc %{_datadir}/gtk-doc/html/libchamplain/*
123
124%dir %{_includedir}/%{name}-0.12
125%{_includedir}/%{name}-0.12/champlain
126
127%files gtk
128%defattr(-,root,root,-)
129%{_libdir}/girepository-1.0/GtkChamplain-0.12.typelib
130%{_libdir}/%{name}-gtk-0.12.so.*
131
132%files gtk-devel
133%defattr(-,root,root,-)
134%doc demos/launcher-gtk.c
135%doc demos/markers.c
136%{_datadir}/gir-1.0/GtkChamplain-0.12.gir
137%{_libdir}/%{name}-gtk-0.12.so
138%{_libdir}/pkgconfig/champlain-gtk-0.12.pc
139
140%dir %{_datadir}/gtk-doc/html/libchamplain-gtk
141%doc %{_datadir}/gtk-doc/html/libchamplain-gtk/*
142
143%dir %{_includedir}/%{name}-gtk-0.12
144%{_includedir}/%{name}-gtk-0.12/champlain-gtk
145
146%changelog
147* Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-1
148- new upstream release
149
150* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-1
151- new upstream release
152
153* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-1
154- new upstream release
155
156* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
157- new upstream release
158
159* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
160- new upstream release
161- add Requires: sqlite3-devel, libsoup-devel (-devel package)
162
163* Tue Oct 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
164- add Requires: sqlite3-devel, libsoup-devel (-devel package)
165- add Requires: gtk2-devel (-gtk-devel package)
166
167* Mon Oct 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
168- new upstream release
169- remove BuildRequires: gir-repository-devel
170- fix %files (change version)
171
172* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.7-2
173- rebuild with rpm-4.8.1 for pkg-config file
174
175* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.7-1
176- new upstream release
177
178* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.6-1
179- new upstream release
180
181* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.5-1
182- new upstream release
183- fix BuildRequires: gtk-doc >= 1.14
184- add Requires: clutter-devel (devel package)
185- add Requires: clutter-gtk-devel (gtk-devel package)
186
187* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
188- Initial build for Vine Linux
189- add BuildRequires: sqlite3-devel, gtk-doc, gobject-introspection
190
191
192* Thu Oct 29 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.2-1
193- Version bump to 0.4.2.
194  * Fixed acceptable values of "decel-rate". (GNOME Bugzilla #595552)
195  * Fixed GObject Introspection build failure. (GNOME Bugzilla #598942)
196  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.news
197  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.changes
198
199* Mon Oct 19 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.1-1
200- Version bump to 0.4.1.
201  * Added champlain_view_remove_layer.
202  * ChamplainSelectionLayer now has a "changed" signal.
203  * Added champlain_marker_get_highlighted_text_color,
204    champlain_marker_set_highlighted_text_color and
205    Added champlain_marker_get_highlighted_color.
206  * Fixed slowdowns with big caches.
207  * Don't emit invalid latitude and longitude notifications.
208  * Ensure map is displayed in Eye of GNOME's champlain plugin. (GNOME
209    Bugzilla #598106)
210  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.news
211  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.changes
212
213- Enabled GObject Introspection, and added 'Requires: gobject-introspection'
214  and 'BuildRequires: gir-repository-devel'. Patched to fix build failure.
215  (GNOME Bugzilla #598942)
216- Explicitly disabled debug code.
217- RPaths fixed by upstream. Removed 'BuildRequires: chrpath'.
218
219* Mon Sep 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-1
220- Version bump to 0.4.0.
221  * ChamplainView now has keyboard shortcuts (but not when used with
222    GtkChamplainEmbed).
223  * Removed deprecated symbols introduced in 0.3.
224  * Fixed X error when using GtkChamplainEmbed. (GNOME Bugzilla #590692)
225  * Events were not being sent until the mouse moved. (GNOME Bugzilla #590727)
226  * Fixed memory leak in ChamplainLayer. (GNOME Bugzilla #593505)
227  * Initial center_on should not result on the map being in Antarctica.
228    (GNOME Bugzilla #594963)
229  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.news
230  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.changes
231
232* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
233- Version bump to 0.3.91.
234  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.91.news
235
236* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
237- Version bump to 0.3.90.
238  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.news
239  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.changes
240
241* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
242- Version bump to 0.3.6.
243  * New marker animation API.
244  * Ported to Clutter 1.0. (GNOME Bugzilla #576391)
245  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.news
246  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.changes
247
248* Sat Aug 02 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.5-1
249- Version bump to 0.3.5.
250  * Marker selection API. (GNOME Bugzilla #577909)
251  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.news
252  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.news
253  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.changes
254  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.changes
255
256* Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.3.3-2
257- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
258
259* Sat Jul 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.3-1
260- Version bump to 0.3.3.
261  * Support for custom map sources and listing available map sources.
262  * Smooth movement to a new position. (GNOME Bugzilla #557641)
263  * Keep the center of the map in the center after a resize. (GNOME Bugzilla
264    #557642)
265  * Double click to zoom and center. (GNOME Bugzilla #557644)
266  * Added a way to know the maximum and minimum zoom level. (GNOME Bugzilla
267    #557965)
268  * Fixed unwanted wrap effect when panning at zoom level >= 8. (GNOME
269    Bugzilla #558020)
270  * Fixed center on and zooming in behavior. (GNOME Bugzilla #558026)
271  * Lack of user feedback during loading of tiles. (GNOME Bugzilla #559522)
272  * Added missing zoom level to OpenStreetMap Mapnik. (GNOME Bugzilla
273    #559446)
274  * Fixed wrong elastic effect affecting Emapthy's map view. (GNOME Bugzilla
275    #561700)
276  * Added disk cache management. (GNOME Bugzillla #568931)
277  * Host application should be able to limit the maximum and minimum zoom
278    levels. (GNOME Bugzilla #571702)
279  * Allow host applications to draw lines/routes on the map. (GNOME Bugzilla
280    #572377)
281  * Support proxies. (GNOME Bugzilla #573937)
282  * Provide a way to make visible a bunch of markers. (GNOME Bugzilla #574809)
283  * Do not allow negative zoom levels. (GNOME Bugzilla #575138)
284  * Fixed corrupted map when double-clicking at maximum level. (GNOME Bugzilla
285    #575139)
286  * Prevent ChamplainNetworkMapSource from crashing when setting "proxy-uri".
287    (GNOME Bugzilla #575902).
288  * Implemented advanced markers. (GNOME Bugzilla #576055)
289  * Various memory management fixes for ChamplainTile. (GNOME Bugzilla
290    #576159)
291  * Any go_to should stop a previous and not yet finished go_to. (GNOME
292    Bugzilla #576832)
293  * Prevent segmentation fault on 32 bit platforms. (GNOME Bugzilla #576698)
294  * Introduced a new signal called ChamplainView::animation-completed. (GNOME
295    Bugzilla #577169)
296  * Set decel-rate correctly. (GNOME Bugzilla #580785)
297  * champlain_network_map_source_fill_tile should be private. (GNOME Bugzilla
298    #582786)
299  * Fixed champlain_view_center_on. (GNOME Bugzilla #583502)
300  * Fixed "longitude" and "latitude" properties, which were reversed. (GNOME
301    Bugzilla #584365)
302  * Make the cache work the first time. (GNOME Bugzilla #584390)
303  * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla
304    #585698)
305- Added 'BuildRequires: chrpath' for removing rpaths.
306
307* Wed Mar 18 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.9-1
308- Version bump to 0.2.9.
309  * Fixed elastic effect.
310  * Reduced exported symbols.
311
312* Wed Feb 25 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
313- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
314
315* Wed Jan 28 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-2
316- Removed 'Requires: clutter-devel >= 0.8 pkgconfig' from libchamplain-devel
317  for all distributions, except Fedora 10.
318- Fixed sample code to not use generic headers.
319
320* Wed Jan 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-1
321- Initial build. Imported SPEC from openSUSE.
322  * Added a new constructor for ChamplainMarkers made of an image.
323  * Double clicking on the map will now zoom and recenter.
324  * When resizing a ChamplainView, the centered content will still be
325    centered after the resizing. Can be disabled.
326  * The Map's license is displayed by default on the lower right corner.
327  * Fixed map centering on startup.
328  * Fixed missing zoom level in OpenStreetMap Mapnik.
329  * Fixed zooming and centering behaviour. (GNOME Bugzilla #558026)
Note: See TracBrowser for help on using the repository browser.