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

Revision 12446, 13.3 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

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