]>
Commit | Line | Data |
---|---|---|
afefc74c | 1 | %define _prefix /usr |
c05b000c | 2 | %define ver 2.9.4 |
7fd3acaf | 3 | %define ver2 2.9 |
df050bd9 | 4 | %define rel 1 |
e5ea3f7a | 5 | |
4eba1840 | 6 | # Configurable settings (use --with(out) {unicode,gtk2} on rpmbuild cmd line): |
fe770a60 | 7 | %define unicode 1 |
4eba1840 VS |
8 | %{?_with_unicode: %{expand: %%define unicode 1}} |
9 | %{?_without_unicode: %{expand: %%define unicode 0}} | |
10 | ||
2fbef279 | 11 | %define gtk2 1 |
4eba1840 VS |
12 | %{?_with_gtk2: %{expand: %%define gtk2 1}} |
13 | %{?_without_gtk2: %{expand: %%define gtk2 0}} | |
14 | ||
fe770a60 | 15 | # "buildname" needs to be e.g. gtk2ud for debug builds |
1cd555d2 VZ |
16 | %if %{gtk2} |
17 | %define gtkver 2 | |
fe770a60 RR |
18 | %define portname gtk2 |
19 | %if %{unicode} | |
20 | %define buildname gtk2u | |
21 | %else | |
22 | %define buildname gtk2 | |
23 | %endif | |
f5b3b37e | 24 | %else |
1cd555d2 | 25 | %define gtkver 1.2 |
fe770a60 RR |
26 | %define portname gtk |
27 | %define buildname gtk | |
28 | %endif | |
29 | ||
30 | %if %{unicode} | |
31 | %define name wx-%{portname}-unicode | |
bae3556d VZ |
32 | %define wxconfig %{portname}-unicode-%{ver2} |
33 | %define wxconfigstatic %{portname}-unicode-static-%{ver2} | |
fe770a60 RR |
34 | %define wxconfiglink wx%{portname}u-%{ver2}-config |
35 | %else | |
36 | %define name wx-%{portname}-ansi | |
bae3556d VZ |
37 | %define wxconfig %{portname}-ansi-%{ver2} |
38 | %define wxconfigstatic %{portname}-ansi-static-%{ver2} | |
fe770a60 | 39 | %define wxconfiglink wx%{portname}-%{ver2}-config |
4eba1840 VS |
40 | %endif |
41 | ||
42 | %if %{unicode} | |
fe770a60 | 43 | %define wxbasename wx-base-unicode |
bae3556d | 44 | %define wxbaseconfig base-unicode-%{ver2} |
fe770a60 | 45 | %define wxbaseconfiglink wxbaseu-%{ver2}-config |
4eba1840 | 46 | %else |
fe770a60 | 47 | %define wxbasename wx-base-ansi |
bae3556d | 48 | %define wxbaseconfig base-ansi-%{ver2} |
fe770a60 | 49 | %define wxbaseconfiglink wxbase-%{ver2}-config |
4eba1840 VS |
50 | %endif |
51 | ||
1cd555d2 VZ |
52 | Summary: The GTK+ %{gtkver} port of the wxWidgets library |
53 | Name: %{name} | |
e5ea3f7a RR |
54 | Version: %{ver} |
55 | Release: %{rel} | |
4eba1840 | 56 | License: wxWindows Licence |
f14a5b55 | 57 | Group: X11/Libraries |
b1641484 | 58 | Source: wxGTK-%{ver}.tar.bz2 |
1cd555d2 | 59 | URL: http://www.wxwidgets.org |
31fe72b6 | 60 | Packager: Vadim Zeitlin <vadim@wxwindows.org> |
fe770a60 | 61 | Prefix: %{_prefix} |
1cd555d2 VZ |
62 | BuildRoot: %{_tmppath}/%{name}-root |
63 | Requires: %{wxbasename} = %{ver} | |
bec8a09e | 64 | %if %{portname} == gtk2 |
1a9e575d | 65 | BuildRequires: gtk2-devel |
bec8a09e VZ |
66 | %else |
67 | BuildRequires: gtk+-devel >= 1.2.0 | |
68 | %endif | |
69 | ||
70 | BuildRequires: zlib-devel, libjpeg-devel, libpng-devel, libtiff-devel | |
f14a5b55 | 71 | |
1cd555d2 | 72 | # all packages providing an implementation of wxWidgets library (regardless of |
212d0bb3 | 73 | # the toolkit used) should provide the (virtual) wxwin package, this makes it |
6e711d5c | 74 | # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..." |
212d0bb3 | 75 | Provides: wxwin |
4eba1840 | 76 | Provides: wxGTK |
212d0bb3 | 77 | |
f14a5b55 | 78 | %description |
1cd555d2 VZ |
79 | wxWidgets is a free C++ library for cross-platform GUI development. |
80 | With wxWidgets, you can create applications for different GUIs (GTK+, | |
fe770a60 RR |
81 | Motif, MS Windows, MacOS X, Windows CE, GPE) from the same source code. |
82 | ||
18f208c3 | 83 | %package -n wx-i18n |
fe770a60 RR |
84 | Summary: The translations for the wxWidgets library. |
85 | Group: X11/Libraries | |
86 | ||
18f208c3 | 87 | %description -n wx-i18n |
fe770a60 | 88 | The translations files for the wxWidgets library. |
f14a5b55 | 89 | |
641d87d8 | 90 | %package devel |
1cd555d2 | 91 | Summary: The GTK+ %{gtkver} port of the wxWidgets library |
641d87d8 | 92 | Group: X11/Libraries |
4eba1840 VS |
93 | Requires: %{name} = %{ver} |
94 | Requires: %{wxbasename}-devel = %{ver} | |
95 | Provides: wxGTK-devel | |
641d87d8 RR |
96 | |
97 | %description devel | |
fe770a60 | 98 | The GTK+ %{gtkver} port of the wxWidgets library, header files. |
c661ecca RR |
99 | |
100 | %package gl | |
1cd555d2 | 101 | Summary: The GTK+ %{gtkver} port of the wxWidgets library, OpenGL add-on. |
c661ecca | 102 | Group: X11/Libraries |
4eba1840 | 103 | Requires: %{name} = %{ver} |
1cd555d2 | 104 | Provides: wxGTK-gl |
c661ecca RR |
105 | |
106 | %description gl | |
1cd555d2 | 107 | OpenGL add-on library for wxGTK, the GTK+ %{gtkver} port of the wxWidgets library. |
5dcf9614 | 108 | |
fe770a60 RR |
109 | %package -n %{wxbasename} |
110 | Summary: wxBase library - non-GUI support classes of the wxWidgets toolkit | |
5dcf9614 | 111 | Group: Development/Libraries |
fe770a60 RR |
112 | Provides: wxBase |
113 | ||
114 | %description -n %{wxbasename} | |
115 | wxBase is a collection of C++ classes providing basic data structures (strings, | |
116 | lists, arrays), portable wrappers around many OS-specific funstions (file | |
117 | operations, time/date manipulations, threads, processes, sockets, shared | |
118 | library loading) as well as other utility classes (streams, archive and | |
eead5291 | 119 | compression). wxBase currently supports Win32, most Unix variants (Linux, |
fe770a60 RR |
120 | FreeBSD, Solaris, HP-UX) and MacOS X (Carbon and Mach-0). |
121 | ||
122 | %package -n %{wxbasename}-devel | |
123 | Summary: wxBase library, header files. | |
124 | Group: Development/Libraries | |
125 | Provides: wxBase-devel | |
5dcf9614 | 126 | |
fe770a60 RR |
127 | %description -n %{wxbasename}-devel |
128 | wxBase library - non-GUI support classes of the wxWidgets toolkit, | |
129 | header files. | |
641d87d8 | 130 | |
f14a5b55 | 131 | %prep |
4eba1840 | 132 | %setup -q -n wxGTK-%{ver} |
f14a5b55 RR |
133 | |
134 | %build | |
103aab26 | 135 | if [ "$SMP" != "" ]; then |
1cd555d2 | 136 | export MAKE="make -j$SMP" |
103aab26 | 137 | else |
1cd555d2 | 138 | export MAKE="make" |
103aab26 | 139 | fi |
5dcf9614 | 140 | |
fe770a60 RR |
141 | mkdir obj-shared |
142 | cd obj-shared | |
a9df18b4 | 143 | ../configure --prefix=%{_prefix} --libdir=%{_libdir} \ |
2fbef279 | 144 | %if ! %{gtk2} |
fe770a60 RR |
145 | --with-gtk=1 \ |
146 | %else | |
147 | --with-gtk=2 \ | |
1cd555d2 | 148 | %endif |
fe770a60 RR |
149 | %if %{unicode} |
150 | --enable-unicode \ | |
151 | %else | |
152 | --disable-unicode \ | |
4eba1840 | 153 | %endif |
a2d2cb04 VZ |
154 | --with-opengl \ |
155 | --with-gnomeprint \ | |
156 | --enable-mediactrl | |
5dcf9614 | 157 | $MAKE |
1cd555d2 | 158 | |
eead5291 | 159 | cd .. |
5dcf9614 | 160 | |
fe770a60 RR |
161 | mkdir obj-static |
162 | cd obj-static | |
a9df18b4 | 163 | ../configure --prefix=%{_prefix} --libdir=%{_libdir} \ |
2fbef279 | 164 | %if ! %{gtk2} |
fe770a60 RR |
165 | --with-gtk=1 \ |
166 | %else | |
167 | --with-gtk=2 \ | |
1cd555d2 | 168 | %endif |
fe770a60 RR |
169 | --disable-shared \ |
170 | %if %{unicode} | |
f2c88494 | 171 | --enable-unicode \ |
fe770a60 | 172 | %else |
f2c88494 | 173 | --disable-unicode \ |
4eba1840 | 174 | %endif |
a2d2cb04 VZ |
175 | --with-opengl \ |
176 | --with-gnomeprint \ | |
177 | --enable-mediactrl | |
103aab26 | 178 | $MAKE |
fe770a60 | 179 | |
eead5291 | 180 | cd .. |
f14a5b55 | 181 | |
63ca914c VZ |
182 | make -C locale allmo |
183 | ||
f14a5b55 | 184 | %install |
31fe72b6 | 185 | rm -rf $RPM_BUILD_ROOT |
1096bf67 VZ |
186 | (cd obj-static; make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install) |
187 | (cd obj-shared; make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install) | |
d10382ab VS |
188 | |
189 | # --- wxBase headers list begins here --- | |
97ddaeee | 190 | cat <<EOF >wxbase-headers.files |
d10382ab | 191 | wx/afterstd.h |
178c7760 | 192 | wx/any.h |
254696bb | 193 | wx/anystr.h |
d10382ab VS |
194 | wx/app.h |
195 | wx/apptrait.h | |
8329fea8 | 196 | wx/archive.h |
d10382ab VS |
197 | wx/arrimpl.cpp |
198 | wx/arrstr.h | |
a8098f86 VZ |
199 | wx/atomic.h |
200 | wx/base64.h | |
d10382ab VS |
201 | wx/beforestd.h |
202 | wx/buffer.h | |
203 | wx/build.h | |
eecc043f | 204 | wx/chartype.h |
664e1314 | 205 | wx/checkeddelete.h |
d10382ab | 206 | wx/chkconf.h |
82b0b7f6 | 207 | wx/clntdata.h |
541ea80f | 208 | wx/cmdargs.h |
d10382ab VS |
209 | wx/cmdline.h |
210 | wx/confbase.h | |
211 | wx/config.h | |
a1999705 | 212 | wx/convauto.h |
d10382ab | 213 | wx/containr.h |
c4ad618c | 214 | wx/cpp.h |
abde3283 | 215 | wx/crt.h |
d10382ab | 216 | wx/datetime.h |
d10382ab VS |
217 | wx/datstrm.h |
218 | wx/dde.h | |
219 | wx/debug.h | |
220 | wx/defs.h | |
221 | wx/dir.h | |
20b35a69 | 222 | wx/dlimpexp.h |
16edb7b5 | 223 | wx/dlist.h |
d10382ab VS |
224 | wx/dynarray.h |
225 | wx/dynlib.h | |
226 | wx/dynload.h | |
227 | wx/encconv.h | |
228 | wx/event.h | |
58cc1587 | 229 | wx/eventfilter.h |
00237407 | 230 | wx/evtloop.h |
671a85ea | 231 | wx/except.h |
d10382ab | 232 | wx/features.h |
620c9408 | 233 | wx/flags.h |
d10382ab VS |
234 | wx/ffile.h |
235 | wx/file.h | |
236 | wx/fileconf.h | |
237 | wx/filefn.h | |
238 | wx/filename.h | |
239 | wx/filesys.h | |
240 | wx/fontenc.h | |
241 | wx/fontmap.h | |
f068697b | 242 | wx/fs_arc.h |
37671b82 | 243 | wx/fs_filter.h |
d10382ab VS |
244 | wx/fs_mem.h |
245 | wx/fs_zip.h | |
246 | wx/hash.h | |
247 | wx/hashmap.h | |
248 | wx/hashset.h | |
54e80d76 | 249 | wx/html/forcelnk.h |
d10382ab VS |
250 | wx/iconloc.h |
251 | wx/init.h | |
252 | wx/intl.h | |
253 | wx/iosfwrap.h | |
254 | wx/ioswrap.h | |
255 | wx/ipc.h | |
256 | wx/ipcbase.h | |
8ece421c | 257 | wx/kbdstate.h |
ea144923 | 258 | wx/language.h |
4cbcfb73 | 259 | wx/link.h |
d10382ab VS |
260 | wx/list.h |
261 | wx/listimpl.cpp | |
262 | wx/log.h | |
263 | wx/longlong.h | |
264 | wx/math.h | |
265 | wx/memconf.h | |
266 | wx/memory.h | |
267 | wx/memtext.h | |
268 | wx/mimetype.h | |
269 | wx/module.h | |
8ece421c | 270 | wx/mousestate.h |
d10382ab | 271 | wx/msgout.h |
b589082a | 272 | wx/msgqueue.h |
d10382ab | 273 | wx/mstream.h |
6686fbad | 274 | wx/numformatter.h |
d10382ab VS |
275 | wx/object.h |
276 | wx/platform.h | |
fc1dea3d | 277 | wx/platinfo.h |
355debca | 278 | wx/power.h |
d10382ab VS |
279 | wx/process.h |
280 | wx/ptr_scpd.h | |
6490a288 | 281 | wx/ptr_shrd.h |
460354e9 | 282 | wx/recguard.h |
d10382ab | 283 | wx/regex.h |
232e8075 | 284 | wx/rtti.h |
664e1314 VZ |
285 | wx/scopedarray.h |
286 | wx/scopedptr.h | |
d10382ab | 287 | wx/scopeguard.h |
664e1314 | 288 | wx/sharedptr.h |
d10382ab | 289 | wx/snglinst.h |
c33fae85 | 290 | wx/sstream.h |
b71531ad | 291 | wx/stack.h |
107d0fd4 | 292 | wx/stackwalk.h |
dd65d8c8 | 293 | wx/stdpaths.h |
72a7c559 | 294 | wx/stdstream.h |
ef335a4f | 295 | wx/stockitem.h |
d10382ab VS |
296 | wx/stopwatch.h |
297 | wx/strconv.h | |
298 | wx/stream.h | |
299 | wx/string.h | |
eecc043f | 300 | wx/stringimpl.h |
467175ab | 301 | wx/stringops.h |
c9f78968 | 302 | wx/strvararg.h |
d10382ab | 303 | wx/sysopt.h |
56d5b4b8 | 304 | wx/tarstrm.h |
d10382ab VS |
305 | wx/textbuf.h |
306 | wx/textfile.h | |
307 | wx/thread.h | |
308 | wx/thrimpl.cpp | |
59068d79 | 309 | wx/time.h |
d10382ab | 310 | wx/timer.h |
2f4c5d00 | 311 | wx/tls.h |
d10382ab | 312 | wx/tokenzr.h |
6490a288 | 313 | wx/tracker.h |
ea144923 | 314 | wx/translation.h |
d10382ab | 315 | wx/txtstrm.h |
7db064f6 | 316 | wx/typeinfo.h |
d10382ab | 317 | wx/types.h |
eecc043f | 318 | wx/unichar.h |
dd65d8c8 | 319 | wx/uri.h |
aaa03125 | 320 | wx/ustring.h |
d10382ab VS |
321 | wx/utils.h |
322 | wx/variant.h | |
323 | wx/vector.h | |
324 | wx/version.h | |
ccec9093 | 325 | wx/versioninfo.h |
d10382ab | 326 | wx/volume.h |
6490a288 | 327 | wx/weakref.h |
d10382ab VS |
328 | wx/wfstream.h |
329 | wx/wx.h | |
330 | wx/wxchar.h | |
eecc043f | 331 | wx/wxcrt.h |
52de37c7 | 332 | wx/wxcrtbase.h |
e7308074 | 333 | wx/wxcrtvararg.h |
d10382ab | 334 | wx/wxprec.h |
6e4ae332 | 335 | wx/xlocale.h |
d10382ab | 336 | wx/xti.h |
12354f46 | 337 | wx/xti2.h |
d10382ab | 338 | wx/xtistrm.h |
232e8075 SC |
339 | wx/xtictor.h |
340 | wx/xtihandler.h | |
341 | wx/xtiprop.h | |
342 | wx/xtitypes.h | |
d10382ab VS |
343 | wx/zipstrm.h |
344 | wx/zstream.h | |
6490a288 | 345 | wx/meta/convertible.h |
6e0fbb3d | 346 | wx/meta/if.h |
7ec75d3e | 347 | wx/meta/implicitconversion.h |
6490a288 | 348 | wx/meta/int2type.h |
6e0fbb3d | 349 | wx/meta/movable.h |
109e2ca4 | 350 | wx/meta/pod.h |
6b8ef0b3 VZ |
351 | wx/fswatcher.h |
352 | wx/generic/fswatcher.h | |
b46b1d59 | 353 | wx/unix/app.h |
fb5ab396 WS |
354 | wx/unix/apptbase.h |
355 | wx/unix/apptrait.h | |
a1873279 | 356 | wx/unix/chkconf.h |
b46b1d59 | 357 | wx/unix/evtloop.h |
78808897 | 358 | wx/unix/evtloopsrc.h |
fb5ab396 | 359 | wx/unix/pipe.h |
cf2810aa | 360 | wx/unix/stdpaths.h |
6e4ae332 | 361 | wx/unix/stackwalk.h |
509f339a | 362 | wx/unix/tls.h |
6b8ef0b3 | 363 | wx/unix/fswatcher_kqueue.h |
cf2810aa VZ |
364 | wx/unix/execute.h |
365 | wx/unix/mimetype.h | |
6b8ef0b3 | 366 | wx/unix/fswatcher_inotify.h |
d10382ab | 367 | wx/fs_inet.h |
d10382ab VS |
368 | wx/protocol/file.h |
369 | wx/protocol/ftp.h | |
370 | wx/protocol/http.h | |
0576cd9e | 371 | wx/protocol/log.h |
d10382ab VS |
372 | wx/protocol/protocol.h |
373 | wx/sckaddr.h | |
374 | wx/sckipc.h | |
375 | wx/sckstrm.h | |
376 | wx/socket.h | |
377 | wx/url.h | |
d10382ab VS |
378 | wx/xml/xml.h |
379 | wx/xtixml.h | |
d10382ab VS |
380 | EOF |
381 | # --- wxBase headers list ends here --- | |
7a2c0dd9 VZ |
382 | |
383 | # --- wxBase headers list with paths --- | |
384 | sed -e 's@^@%{_includedir}/wx-%{ver2}/@' wxbase-headers.files > wxbase-headers.paths | |
385 | ||
fe770a60 RR |
386 | |
387 | # temporarily remove base headers | |
388 | mkdir $RPM_BUILD_ROOT/_save_dir | |
389 | cp -r $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} $RPM_BUILD_ROOT/_save_dir | |
390 | for f in `cat wxbase-headers.files` ; do | |
1cd555d2 | 391 | rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f |
4eba1840 | 392 | done |
4eba1840 | 393 | # list of all core headers: |
1cd555d2 | 394 | find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files |
fe770a60 RR |
395 | # move base headers (actually all headers) back again |
396 | cp -f -r $RPM_BUILD_ROOT/_save_dir/* $RPM_BUILD_ROOT%{_includedir} | |
397 | rm -rf $RPM_BUILD_ROOT/_save_dir | |
4eba1840 | 398 | |
3a0e61d6 VZ |
399 | # utils: |
400 | (cd obj-shared/utils/wxrc; make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install) | |
88e3652f | 401 | |
6001a0ee VZ |
402 | # wx-config link is created during package installation, remove it for now |
403 | rm -f $RPM_BUILD_ROOT%{_bindir}/wx-config | |
404 | ||
c16d2763 VS |
405 | %clean |
406 | rm -rf $RPM_BUILD_ROOT | |
407 | ||
f14a5b55 RR |
408 | %post |
409 | /sbin/ldconfig | |
410 | ||
411 | %postun | |
412 | /sbin/ldconfig | |
413 | ||
2fbef279 VZ |
414 | %post devel |
415 | # link wx-config when you install RPM. | |
fe770a60 RR |
416 | %if %{unicode} |
417 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config | |
418 | %endif | |
2fbef279 | 419 | # link wx-config with explicit name. |
1cd555d2 VZ |
420 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink} |
421 | /sbin/ldconfig | |
422 | ||
423 | %postun devel | |
424 | /sbin/ldconfig | |
f5b3b37e | 425 | |
2fbef279 | 426 | %preun devel |
fe770a60 RR |
427 | %if %{unicode} |
428 | rm -f %{_bindir}/wx-config | |
429 | %endif | |
1cd555d2 | 430 | rm -f %{_bindir}/%{wxconfiglink} |
f5b3b37e | 431 | |
fe770a60 RR |
432 | %post -n %{wxbasename} |
433 | /sbin/ldconfig | |
434 | ||
435 | %postun -n %{wxbasename} | |
436 | /sbin/ldconfig | |
437 | ||
438 | %post -n %{wxbasename}-devel | |
439 | # link wx-config with explicit name. | |
440 | ln -sf %{_libdir}/wx/config/%{wxbaseconfig} %{_bindir}/%{wxbaseconfiglink} | |
441 | /sbin/ldconfig | |
442 | ||
443 | %postun -n %{wxbasename}-devel | |
444 | /sbin/ldconfig | |
445 | ||
446 | %preun -n %{wxbasename}-devel | |
447 | rm -f %{_bindir}/%{wxbaseconfiglink} | |
448 | ||
1cd555d2 VZ |
449 | %post gl |
450 | /sbin/ldconfig | |
451 | ||
452 | %postun gl | |
453 | /sbin/ldconfig | |
454 | ||
4eba1840 | 455 | %files |
81edbb3f VS |
456 | %defattr(-,root,root) |
457 | %doc COPYING.LIB *.txt | |
fe770a60 | 458 | %{_libdir}/libwx_%{buildname}_adv-%{ver2}.so.* |
66a9bd09 | 459 | %{_libdir}/libwx_%{buildname}_aui-%{ver2}.so.* |
fe770a60 | 460 | %{_libdir}/libwx_%{buildname}_core-%{ver2}.so.* |
fe770a60 | 461 | %{_libdir}/libwx_%{buildname}_html-%{ver2}.so.* |
2f22b9c2 VZ |
462 | %{_libdir}/libwx_%{buildname}_media-%{ver2}.so.* |
463 | %{_libdir}/libwx_%{buildname}_propgrid-%{ver2}.so.* | |
fe770a60 | 464 | %{_libdir}/libwx_%{buildname}_qa-%{ver2}.so.* |
2f22b9c2 | 465 | %{_libdir}/libwx_%{buildname}_ribbon-%{ver2}.so.* |
66a9bd09 | 466 | %{_libdir}/libwx_%{buildname}_richtext-%{ver2}.so.* |
2f22b9c2 | 467 | %{_libdir}/libwx_%{buildname}_stc-%{ver2}.so.* |
fe770a60 | 468 | %{_libdir}/libwx_%{buildname}_xrc-%{ver2}.so.* |
1cd555d2 | 469 | |
18f208c3 | 470 | %files -n wx-i18n |
fe770a60 | 471 | %defattr(-,root,root) |
63ca914c | 472 | %{_datadir}/locale/*/LC_MESSAGES/*.mo |
641d87d8 | 473 | |
4eba1840 | 474 | %files devel -f core-headers.files |
0f7deca9 | 475 | %defattr(-,root,root) |
fe770a60 RR |
476 | # shared libs |
477 | %{_libdir}/libwx_%{buildname}_adv-%{ver2}.so | |
66a9bd09 | 478 | %{_libdir}/libwx_%{buildname}_aui-%{ver2}.so |
fe770a60 | 479 | %{_libdir}/libwx_%{buildname}_core-%{ver2}.so |
fe770a60 RR |
480 | %{_libdir}/libwx_%{buildname}_gl-%{ver2}.so |
481 | %{_libdir}/libwx_%{buildname}_html-%{ver2}.so | |
2f22b9c2 VZ |
482 | %{_libdir}/libwx_%{buildname}_media-%{ver2}.so |
483 | %{_libdir}/libwx_%{buildname}_propgrid-%{ver2}.so | |
fe770a60 | 484 | %{_libdir}/libwx_%{buildname}_qa-%{ver2}.so |
2f22b9c2 | 485 | %{_libdir}/libwx_%{buildname}_ribbon-%{ver2}.so |
66a9bd09 | 486 | %{_libdir}/libwx_%{buildname}_richtext-%{ver2}.so |
2f22b9c2 | 487 | %{_libdir}/libwx_%{buildname}_stc-%{ver2}.so |
fe770a60 RR |
488 | %{_libdir}/libwx_%{buildname}_xrc-%{ver2}.so |
489 | # static libs | |
490 | %{_libdir}/libwx_%{buildname}_adv-%{ver2}.a | |
66a9bd09 | 491 | %{_libdir}/libwx_%{buildname}_aui-%{ver2}.a |
fe770a60 | 492 | %{_libdir}/libwx_%{buildname}_core-%{ver2}.a |
fe770a60 RR |
493 | %{_libdir}/libwx_%{buildname}_gl-%{ver2}.a |
494 | %{_libdir}/libwx_%{buildname}_html-%{ver2}.a | |
2f22b9c2 VZ |
495 | %{_libdir}/libwx_%{buildname}_media-%{ver2}.a |
496 | %{_libdir}/libwx_%{buildname}_propgrid-%{ver2}.a | |
fe770a60 | 497 | %{_libdir}/libwx_%{buildname}_qa-%{ver2}.a |
2f22b9c2 | 498 | %{_libdir}/libwx_%{buildname}_ribbon-%{ver2}.a |
66a9bd09 | 499 | %{_libdir}/libwx_%{buildname}_richtext-%{ver2}.a |
2f22b9c2 | 500 | %{_libdir}/libwx_%{buildname}_stc-%{ver2}.a |
fe770a60 | 501 | %{_libdir}/libwx_%{buildname}_xrc-%{ver2}.a |
81edbb3f | 502 | %dir %{_libdir}/wx |
fe770a60 RR |
503 | %{_libdir}/wx/config/%{wxconfig} |
504 | %{_libdir}/wx/include/%{wxconfig}/wx/setup.h | |
505 | %{_libdir}/wx/config/%{wxconfigstatic} | |
506 | %{_libdir}/wx/include/%{wxconfigstatic}/wx/setup.h | |
1cd555d2 | 507 | %{_bindir}/wxrc* |
2a29700e | 508 | |
fe770a60 | 509 | %files -n %{wxbasename} |
81edbb3f | 510 | %defattr(-,root,root) |
fe770a60 | 511 | %{_libdir}/libwx_base*-%{ver2}.so.* |
0f7deca9 | 512 | |
fe770a60 | 513 | %files -n %{wxbasename}-devel -f wxbase-headers.paths |
5dcf9614 | 514 | %defattr (-,root,root) |
fe770a60 RR |
515 | %dir %{_includedir}/wx-%{ver2} |
516 | %{_libdir}/libwx_base*-%{ver2}.so | |
517 | %{_libdir}/libwx_base*-%{ver2}.a | |
518 | %if %{unicode} | |
519 | %{_libdir}/libwxregexu-%{ver2}.a | |
520 | %endif | |
f5ee20cc | 521 | %{_libdir}/libwxscintilla-%{ver2}.a |
fe770a60 | 522 | %dir %{_libdir}/wx |
fe770a60 | 523 | %{_datadir}/aclocal/*.m4 |
63ca914c | 524 | %{_datadir}/bakefile/presets/* |
fe770a60 RR |
525 | |
526 | %files gl | |
527 | %defattr(-,root,root) | |
528 | %{_libdir}/libwx_%{buildname}_gl-%{ver2}.so.* |