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

Revision 4616, 11.5 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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