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

Revision 6011, 11.8 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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