]> git.saurik.com Git - wxWidgets.git/blame - wxMotif.spec
Allow wxAutomationObject::GetInstance() create new instance if needed.
[wxWidgets.git] / wxMotif.spec
CommitLineData
a622c152 1%define pref /usr
f203de0c 2%define ver 2.9.2
7fd3acaf 3%define ver2 2.9
df050bd9 4%define rel 1
a622c152 5
1cd555d2
VZ
6%define portname motif
7%define name wx-%{portname}
8%define wxbasename wx-base
4eba1840 9
bae3556d 10%define wxconfig %{portname}-ansi-%{ver2}
1cd555d2
VZ
11%define wxconfiglink wx%{portname}-%{ver2}-config
12
13Summary: The Motif/Lesstif port of the wxWidgets library
4eba1840 14Name: %{name}
a622c152
RR
15Version: %{ver}
16Release: %{rel}
4eba1840 17License: wxWindows Licence
a622c152 18Group: X11/Libraries
1cd555d2 19Source: wxMotif-%{ver}.tar.bz2
0fdc1ca1 20URL: http://www.wxwidgets.org
1cd555d2
VZ
21Packager: wxWidgets developers <wx-dev@lists.wxwidgets.org>
22BuildRoot: %{_tmppath}/%{name}-root
23Requires: %{wxbasename} = %{ver}
a622c152 24
1cd555d2 25# all packages providing an implementation of wxWidgets library (regardless of
a622c152 26# the toolkit used) should provide the (virtual) wxwin package, this makes it
6e711d5c 27# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..."
a622c152 28Provides: wxwin
4eba1840
VS
29Provides: wxMotif
30
a622c152 31%description
1cd555d2
VZ
32wxWidgets is a free C++ library for cross-platform GUI development.
33With wxWidgets, you can create applications for different GUIs (GTK+,
a622c152
RR
34Motif/LessTif, MS Windows, Mac) from the same source code.
35
f6bcfd97 36%package devel
1cd555d2 37Summary: The Motif/Lesstif port of the wxWidgets library
f6bcfd97 38Group: X11/Libraries
4eba1840
VS
39Requires: %{name} = %{ver}
40Requires: %{wxbasename}-devel = %{ver}
f6bcfd97
BP
41
42%description devel
1cd555d2 43Header files for wxMotif, the Motif/Lesstif port of the wxWidgets library.
f6bcfd97
BP
44
45%package gl
1cd555d2 46Summary: The Motif/Lesstif port of the wxWidgets library, OpenGL add-on.
f6bcfd97 47Group: X11/Libraries
4eba1840 48Requires: %{name} = %{ver}
f6bcfd97
BP
49
50%description gl
1cd555d2 51OpenGL add-on library for wxMotif, the Motif/Lesstif port of the wxWidgets library.
406e3e0d
VS
52
53%package static
54Summary: wxMotif static libraries
55Group: Development/Libraries
1cd555d2
VZ
56Requires: %{wxbasename}-static
57Requires: %{name}-devel = %{ver}
406e3e0d
VS
58
59%description static
60Static libraries for wxMotif. You need them if you want to link statically against wxMotif.
61
a622c152 62%prep
1cd555d2 63%setup -q -n wxMotif-%{ver}
a622c152
RR
64
65%build
f6bcfd97 66if [ "$SMP" != "" ]; then
1cd555d2 67 export MAKE="make -j$SMP"
f6bcfd97 68else
1cd555d2 69 export MAKE="make"
f6bcfd97 70fi
406e3e0d 71
406e3e0d
VS
72mkdir obj-shared
73cd obj-shared
1e6b2edf 74../configure --prefix=%{pref} --with-motif --with-opengl
f6bcfd97 75$MAKE
eead5291 76cd ..
406e3e0d
VS
77
78mkdir obj-static
79cd obj-static
1e6b2edf 80../configure --prefix=%{pref} --with-motif --disable-shared --with-opengl
406e3e0d
VS
81$MAKE
82cd ..
a622c152
RR
83
84%install
85rm -rf $RPM_BUILD_ROOT
406e3e0d
VS
86(cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install)
87(cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install)
a622c152 88
4eba1840 89# Remove headers that are part of wx-base-devel:
d10382ab
VS
90
91# --- wxBase headers list begins here ---
fb5ab396 92cat <<EOF >wxbase-headers.files
d10382ab 93wx/afterstd.h
178c7760 94wx/any.h
254696bb 95wx/anystr.h
d10382ab
VS
96wx/app.h
97wx/apptrait.h
8329fea8 98wx/archive.h
d10382ab
VS
99wx/arrimpl.cpp
100wx/arrstr.h
a8098f86
VZ
101wx/atomic.h
102wx/base64.h
d10382ab
VS
103wx/beforestd.h
104wx/buffer.h
105wx/build.h
eecc043f 106wx/chartype.h
664e1314 107wx/checkeddelete.h
d10382ab 108wx/chkconf.h
82b0b7f6 109wx/clntdata.h
541ea80f 110wx/cmdargs.h
d10382ab
VS
111wx/cmdline.h
112wx/confbase.h
113wx/config.h
a1999705 114wx/convauto.h
d10382ab 115wx/containr.h
c4ad618c 116wx/cpp.h
abde3283 117wx/crt.h
d10382ab 118wx/datetime.h
d10382ab
VS
119wx/datstrm.h
120wx/dde.h
121wx/debug.h
122wx/defs.h
123wx/dir.h
20b35a69 124wx/dlimpexp.h
16edb7b5 125wx/dlist.h
d10382ab
VS
126wx/dynarray.h
127wx/dynlib.h
128wx/dynload.h
129wx/encconv.h
130wx/event.h
00237407 131wx/evtloop.h
671a85ea 132wx/except.h
d10382ab 133wx/features.h
620c9408 134wx/flags.h
d10382ab
VS
135wx/ffile.h
136wx/file.h
137wx/fileconf.h
138wx/filefn.h
139wx/filename.h
140wx/filesys.h
141wx/fontenc.h
142wx/fontmap.h
f068697b 143wx/fs_arc.h
37671b82 144wx/fs_filter.h
d10382ab
VS
145wx/fs_mem.h
146wx/fs_zip.h
147wx/hash.h
148wx/hashmap.h
149wx/hashset.h
54e80d76 150wx/html/forcelnk.h
d10382ab
VS
151wx/iconloc.h
152wx/init.h
153wx/intl.h
154wx/iosfwrap.h
155wx/ioswrap.h
156wx/ipc.h
157wx/ipcbase.h
8ece421c 158wx/kbdstate.h
ea144923 159wx/language.h
4cbcfb73 160wx/link.h
d10382ab
VS
161wx/list.h
162wx/listimpl.cpp
163wx/log.h
164wx/longlong.h
165wx/math.h
166wx/memconf.h
167wx/memory.h
168wx/memtext.h
169wx/mimetype.h
170wx/module.h
8ece421c 171wx/mousestate.h
d10382ab 172wx/msgout.h
b589082a 173wx/msgqueue.h
d10382ab
VS
174wx/mstream.h
175wx/object.h
176wx/platform.h
fc1dea3d 177wx/platinfo.h
355debca 178wx/power.h
d10382ab
VS
179wx/process.h
180wx/ptr_scpd.h
6490a288 181wx/ptr_shrd.h
460354e9 182wx/recguard.h
d10382ab 183wx/regex.h
664e1314
VZ
184wx/scopedarray.h
185wx/scopedptr.h
d10382ab 186wx/scopeguard.h
664e1314 187wx/sharedptr.h
d10382ab 188wx/snglinst.h
c33fae85 189wx/sstream.h
b71531ad 190wx/stack.h
107d0fd4 191wx/stackwalk.h
dd65d8c8 192wx/stdpaths.h
72a7c559 193wx/stdstream.h
ef335a4f 194wx/stockitem.h
d10382ab
VS
195wx/stopwatch.h
196wx/strconv.h
197wx/stream.h
198wx/string.h
eecc043f 199wx/stringimpl.h
467175ab 200wx/stringops.h
c9f78968 201wx/strvararg.h
d10382ab 202wx/sysopt.h
56d5b4b8 203wx/tarstrm.h
d10382ab
VS
204wx/textbuf.h
205wx/textfile.h
206wx/thread.h
207wx/thrimpl.cpp
208wx/timer.h
2f4c5d00 209wx/tls.h
d10382ab 210wx/tokenzr.h
6490a288 211wx/tracker.h
ea144923 212wx/translation.h
d10382ab 213wx/txtstrm.h
7db064f6 214wx/typeinfo.h
d10382ab 215wx/types.h
eecc043f 216wx/unichar.h
dd65d8c8 217wx/uri.h
aaa03125 218wx/ustring.h
d10382ab
VS
219wx/utils.h
220wx/variant.h
221wx/vector.h
222wx/version.h
ccec9093 223wx/versioninfo.h
d10382ab 224wx/volume.h
6490a288 225wx/weakref.h
d10382ab
VS
226wx/wfstream.h
227wx/wx.h
228wx/wxchar.h
eecc043f 229wx/wxcrt.h
52de37c7 230wx/wxcrtbase.h
e7308074 231wx/wxcrtvararg.h
d10382ab 232wx/wxprec.h
6e4ae332 233wx/xlocale.h
d10382ab
VS
234wx/xti.h
235wx/xtistrm.h
236wx/zipstrm.h
237wx/zstream.h
6490a288 238wx/meta/convertible.h
6e0fbb3d 239wx/meta/if.h
7ec75d3e 240wx/meta/implicitconversion.h
6490a288 241wx/meta/int2type.h
6e0fbb3d 242wx/meta/movable.h
109e2ca4 243wx/meta/pod.h
6b8ef0b3
VZ
244wx/fswatcher.h
245wx/generic/fswatcher.h
b46b1d59 246wx/unix/app.h
fb5ab396
WS
247wx/unix/apptbase.h
248wx/unix/apptrait.h
a1873279 249wx/unix/chkconf.h
b46b1d59 250wx/unix/evtloop.h
78808897 251wx/unix/evtloopsrc.h
fb5ab396 252wx/unix/pipe.h
cf2810aa 253wx/unix/stdpaths.h
6e4ae332 254wx/unix/stackwalk.h
509f339a 255wx/unix/tls.h
6b8ef0b3 256wx/unix/fswatcher_kqueue.h
cf2810aa
VZ
257wx/unix/execute.h
258wx/unix/mimetype.h
6b8ef0b3 259wx/unix/fswatcher_inotify.h
d10382ab 260wx/fs_inet.h
d10382ab
VS
261wx/protocol/file.h
262wx/protocol/ftp.h
263wx/protocol/http.h
0576cd9e 264wx/protocol/log.h
d10382ab
VS
265wx/protocol/protocol.h
266wx/sckaddr.h
267wx/sckipc.h
268wx/sckstrm.h
269wx/socket.h
270wx/url.h
d10382ab
VS
271wx/xml/xml.h
272wx/xtixml.h
d10382ab
VS
273EOF
274# --- wxBase headers list ends here ---
275for f in `cat wxbase-headers-list` ; do
1cd555d2 276 rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f
4eba1840 277done
4eba1840
VS
278
279# list of all core headers:
1cd555d2
VZ
280find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files
281
88e3652f
VS
282# remove wxBase files so that RPM doesn't complain about unpackaged files:
283rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base*
284rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/*
285rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/*
286
a622c152
RR
287%clean
288rm -rf $RPM_BUILD_ROOT
289
290%post
291/sbin/ldconfig
292
293%postun
294/sbin/ldconfig
295
1cd555d2
VZ
296%post devel
297# link wx-config when you install RPM.
298ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config
299# link wx-config with explicit name.
300ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink}
301/sbin/ldconfig
302
303%postun devel
304/sbin/ldconfig
305
306%preun devel
307if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
308 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32`
309 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
310 if test "x$SUM1" = "x$SUM2" ; then
311 rm -f %{_bindir}/wx-config
312 fi
313fi
314rm -f %{_bindir}/%{wxconfiglink}
315
a3e78c76
VS
316%post gl
317/sbin/ldconfig
318
319%postun gl
320/sbin/ldconfig
321
4eba1840
VS
322%files
323%defattr(-,root,root)
a3e78c76 324%doc COPYING.LIB *.txt
1cd555d2
VZ
325%{_libdir}/libwx_%{portname}*_adv-%{ver2}.so.*
326%{_libdir}/libwx_%{portname}*_core-%{ver2}.so.*
1cd555d2
VZ
327%{_libdir}/libwx_%{portname}*_html-%{ver2}.so.*
328%{_libdir}/libwx_%{portname}*_media-%{ver2}.so.*
329%{_libdir}/libwx_%{portname}*_qa-%{ver2}.so.*
330%{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so.*
331
f6bcfd97 332
4eba1840
VS
333%files devel -f core-headers.files
334%defattr(-,root,root)
1cd555d2
VZ
335%{_libdir}/libwx_%{portname}*_adv-%{ver2}.so
336%{_libdir}/libwx_%{portname}*_core-%{ver2}.so
1cd555d2
VZ
337%{_libdir}/libwx_%{portname}*_gl-%{ver2}.so
338%{_libdir}/libwx_%{portname}*_html-%{ver2}.so
339%{_libdir}/libwx_%{portname}*_media-%{ver2}.so
340%{_libdir}/libwx_%{portname}*_qa-%{ver2}.so
341%{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so
a3e78c76
VS
342%dir %{_libdir}/wx
343%{_libdir}/wx/*
1cd555d2 344%{_bindir}/wxrc*
a622c152 345
f6bcfd97 346%files gl
a3e78c76 347%defattr(-,root,root)
1cd555d2 348%{_libdir}/libwx_%{portname}*_gl-%{ver2}.so.*
406e3e0d
VS
349
350%files static
351%defattr (-,root,root)
1cd555d2
VZ
352%{_libdir}/libwx_%{portname}*_*-%{ver2}.a
353