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

Revision 2041, 11.1 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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