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

Revision 1897, 10.9 KB checked in by Takemikaduchi, 16 years ago (diff)

rebuild with rpm-4.8.1

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