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