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

Revision 7681, 12.2 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME 3.8.2

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