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

Revision 6890, 12.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1Summary:        Map view for Clutter
2Summary(ja):    Clutter用のマップビューア
3Name:           libchamplain
4Version:        0.12.3
5Release:        2%{?_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* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-2
148- rebuild with cogl-0.12.0
149
150* Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.3-1
151- new upstream release
152
153* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-1
154- new upstream release
155
156* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-1
157- new upstream release
158
159* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
160- new upstream release
161
162* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
163- new upstream release
164- add Requires: sqlite3-devel, libsoup-devel (-devel package)
165
166* Tue Oct 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
167- add Requires: sqlite3-devel, libsoup-devel (-devel package)
168- add Requires: gtk2-devel (-gtk-devel package)
169
170* Mon Oct 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
171- new upstream release
172- remove BuildRequires: gir-repository-devel
173- fix %files (change version)
174
175* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.7-2
176- rebuild with rpm-4.8.1 for pkg-config file
177
178* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.7-1
179- new upstream release
180
181* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.6-1
182- new upstream release
183
184* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.5-1
185- new upstream release
186- fix BuildRequires: gtk-doc >= 1.14
187- add Requires: clutter-devel (devel package)
188- add Requires: clutter-gtk-devel (gtk-devel package)
189
190* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
191- Initial build for Vine Linux
192- add BuildRequires: sqlite3-devel, gtk-doc, gobject-introspection
193
194
195* Thu Oct 29 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.2-1
196- Version bump to 0.4.2.
197  * Fixed acceptable values of "decel-rate". (GNOME Bugzilla #595552)
198  * Fixed GObject Introspection build failure. (GNOME Bugzilla #598942)
199  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.news
200  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.2.changes
201
202* Mon Oct 19 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.1-1
203- Version bump to 0.4.1.
204  * Added champlain_view_remove_layer.
205  * ChamplainSelectionLayer now has a "changed" signal.
206  * Added champlain_marker_get_highlighted_text_color,
207    champlain_marker_set_highlighted_text_color and
208    Added champlain_marker_get_highlighted_color.
209  * Fixed slowdowns with big caches.
210  * Don't emit invalid latitude and longitude notifications.
211  * Ensure map is displayed in Eye of GNOME's champlain plugin. (GNOME
212    Bugzilla #598106)
213  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.news
214  * http://download.gnome.org/sources/libchamplain/0.4/libchamplain-0.4.1.changes
215
216- Enabled GObject Introspection, and added 'Requires: gobject-introspection'
217  and 'BuildRequires: gir-repository-devel'. Patched to fix build failure.
218  (GNOME Bugzilla #598942)
219- Explicitly disabled debug code.
220- RPaths fixed by upstream. Removed 'BuildRequires: chrpath'.
221
222* Mon Sep 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.4.0-1
223- Version bump to 0.4.0.
224  * ChamplainView now has keyboard shortcuts (but not when used with
225    GtkChamplainEmbed).
226  * Removed deprecated symbols introduced in 0.3.
227  * Fixed X error when using GtkChamplainEmbed. (GNOME Bugzilla #590692)
228  * Events were not being sent until the mouse moved. (GNOME Bugzilla #590727)
229  * Fixed memory leak in ChamplainLayer. (GNOME Bugzilla #593505)
230  * Initial center_on should not result on the map being in Antarctica.
231    (GNOME Bugzilla #594963)
232  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.news
233  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.92.changes
234
235* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
236- Version bump to 0.3.91.
237  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.91.news
238
239* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
240- Version bump to 0.3.90.
241  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.news
242  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.90.changes
243
244* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
245- Version bump to 0.3.6.
246  * New marker animation API.
247  * Ported to Clutter 1.0. (GNOME Bugzilla #576391)
248  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.news
249  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.6.changes
250
251* Sat Aug 02 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.5-1
252- Version bump to 0.3.5.
253  * Marker selection API. (GNOME Bugzilla #577909)
254  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.news
255  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.news
256  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.5.changes
257  * http://download.gnome.org/sources/libchamplain/0.3/libchamplain-0.3.4.changes
258
259* Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.3.3-2
260- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
261
262* Sat Jul 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.3.3-1
263- Version bump to 0.3.3.
264  * Support for custom map sources and listing available map sources.
265  * Smooth movement to a new position. (GNOME Bugzilla #557641)
266  * Keep the center of the map in the center after a resize. (GNOME Bugzilla
267    #557642)
268  * Double click to zoom and center. (GNOME Bugzilla #557644)
269  * Added a way to know the maximum and minimum zoom level. (GNOME Bugzilla
270    #557965)
271  * Fixed unwanted wrap effect when panning at zoom level >= 8. (GNOME
272    Bugzilla #558020)
273  * Fixed center on and zooming in behavior. (GNOME Bugzilla #558026)
274  * Lack of user feedback during loading of tiles. (GNOME Bugzilla #559522)
275  * Added missing zoom level to OpenStreetMap Mapnik. (GNOME Bugzilla
276    #559446)
277  * Fixed wrong elastic effect affecting Emapthy's map view. (GNOME Bugzilla
278    #561700)
279  * Added disk cache management. (GNOME Bugzillla #568931)
280  * Host application should be able to limit the maximum and minimum zoom
281    levels. (GNOME Bugzilla #571702)
282  * Allow host applications to draw lines/routes on the map. (GNOME Bugzilla
283    #572377)
284  * Support proxies. (GNOME Bugzilla #573937)
285  * Provide a way to make visible a bunch of markers. (GNOME Bugzilla #574809)
286  * Do not allow negative zoom levels. (GNOME Bugzilla #575138)
287  * Fixed corrupted map when double-clicking at maximum level. (GNOME Bugzilla
288    #575139)
289  * Prevent ChamplainNetworkMapSource from crashing when setting "proxy-uri".
290    (GNOME Bugzilla #575902).
291  * Implemented advanced markers. (GNOME Bugzilla #576055)
292  * Various memory management fixes for ChamplainTile. (GNOME Bugzilla
293    #576159)
294  * Any go_to should stop a previous and not yet finished go_to. (GNOME
295    Bugzilla #576832)
296  * Prevent segmentation fault on 32 bit platforms. (GNOME Bugzilla #576698)
297  * Introduced a new signal called ChamplainView::animation-completed. (GNOME
298    Bugzilla #577169)
299  * Set decel-rate correctly. (GNOME Bugzilla #580785)
300  * champlain_network_map_source_fill_tile should be private. (GNOME Bugzilla
301    #582786)
302  * Fixed champlain_view_center_on. (GNOME Bugzilla #583502)
303  * Fixed "longitude" and "latitude" properties, which were reversed. (GNOME
304    Bugzilla #584365)
305  * Make the cache work the first time. (GNOME Bugzilla #584390)
306  * GNOME Goal: use accessor functions instead direct access. (GNOME Bugzilla
307    #585698)
308- Added 'BuildRequires: chrpath' for removing rpaths.
309
310* Wed Mar 18 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.9-1
311- Version bump to 0.2.9.
312  * Fixed elastic effect.
313  * Reduced exported symbols.
314
315* Wed Feb 25 2009 Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
316- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
317
318* Wed Jan 28 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-2
319- Removed 'Requires: clutter-devel >= 0.8 pkgconfig' from libchamplain-devel
320  for all distributions, except Fedora 10.
321- Fixed sample code to not use generic headers.
322
323* Wed Jan 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.2.8-1
324- Initial build. Imported SPEC from openSUSE.
325  * Added a new constructor for ChamplainMarkers made of an image.
326  * Double clicking on the map will now zoom and recenter.
327  * When resizing a ChamplainView, the centered content will still be
328    centered after the resizing. Can be disabled.
329  * The Map's license is displayed by default on the lower right corner.
330  * Fixed map centering on startup.
331  * Fixed missing zoom level in OpenStreetMap Mapnik.
332  * Fixed zooming and centering behaviour. (GNOME Bugzilla #558026)
Note: See TracBrowser for help on using the repository browser.