]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxMotif.spec
Fixed wxTextCtrl::SetMaxLength for rich edit controls
[wxWidgets.git] / wxMotif.spec
... / ...
CommitLineData
1# RPM .spec file for wxMotif. Based on the .spec file for wxGTK
2# (c) by Robert Roebling. Modifications (c) 2000/03 by Robert Fendt.
3
4# Note that this is NOT a relocatable package
5%define pref /usr
6%define ver 2.5.2
7%define ver2 2.5
8%define rel 1
9
10%define portname motif
11%define name wx-%{portname}
12%define wxbasename wx-base
13%define wxconfigname wx%{portname}-%{ver2}-config
14
15Summary: The Motif/Lesstif port of the wxWindows library
16Name: %{name}
17Version: %{ver}
18Release: %{rel}
19License: wxWindows Licence
20Group: X11/Libraries
21Source: wxMOTIF-%{ver}.tar.bz2
22URL: http://www.wxwindows.org
23Packager: Robert Fendt <rfendt@myokay.net>
24BuildRoot: /tmp/wxmotif_root
25
26# all packages providing an implementation of wxWindows library (regardless of
27# the toolkit used) should provide the (virtual) wxwin package, this makes it
28# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..."
29Provides: wxwin
30
31Provides: wxMotif
32
33Requires: %{wxbasename} = %{ver}
34
35%description
36wxWindows is a free C++ library for cross-platform GUI development.
37With wxWindows, you can create applications for different GUIs (GTK+,
38Motif/LessTif, MS Windows, Mac) from the same source code.
39
40%package devel
41Summary: The Motif/Lesstif port of the wxWindows library
42Group: X11/Libraries
43Requires: %{name} = %{ver}
44Requires: %{wxbasename}-devel = %{ver}
45
46%description devel
47Header files for wxMotif, the Motif/Lesstif port of the wxWindows library.
48
49%package gl
50Summary: The Motif/Lesstif port of the wxWindows library, OpenGL add-on.
51Group: X11/Libraries
52Requires: %{name} = %{ver}
53
54%description gl
55OpenGL add-on library for wxMotif, the Motif/Lesstif port of the wxWindows library.
56
57%package static
58Summary: wxMotif static libraries
59Group: Development/Libraries
60
61%description static
62Static libraries for wxMotif. You need them if you want to link statically against wxMotif.
63
64%prep
65%setup -q -n wxMOTIF-%{ver}
66
67%build
68if [ "$SMP" != "" ]; then
69 export MAKE="make -j$SMP"
70else
71 export MAKE="make"
72fi
73
74mkdir obj-shared
75cd obj-shared
76../configure --prefix=%{pref} --with-odbc --with-opengl --with-motif
77$MAKE
78cd ..
79
80mkdir obj-static
81cd obj-static
82../configure --prefix=%{pref} --disable-shared --with-odbc --with-opengl --with-motif
83$MAKE
84cd ..
85
86%install
87rm -rf $RPM_BUILD_ROOT
88(cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install)
89(cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install)
90
91# Remove headers that are part of wx-base-devel:
92
93# --- wxBase headers list begins here ---
94cat <<EOF >wxbase-headers-list
95wx/afterstd.h
96wx/app.h
97wx/apptrait.h
98wx/arrimpl.cpp
99wx/arrstr.h
100wx/beforestd.h
101wx/buffer.h
102wx/build.h
103wx/chkconf.h
104wx/clntdata.h
105wx/cmdline.h
106wx/confbase.h
107wx/config.h
108wx/containr.h
109wx/datetime.h
110wx/datetime.inl
111wx/datstrm.h
112wx/dde.h
113wx/debug.h
114wx/defs.h
115wx/dir.h
116wx/dlimpexp.h
117wx/dynarray.h
118wx/dynlib.h
119wx/dynload.h
120wx/encconv.h
121wx/event.h
122wx/except.h
123wx/features.h
124wx/ffile.h
125wx/file.h
126wx/fileconf.h
127wx/filefn.h
128wx/filename.h
129wx/filesys.h
130wx/fontenc.h
131wx/fontmap.h
132wx/fs_mem.h
133wx/fs_zip.h
134wx/hash.h
135wx/hashmap.h
136wx/hashset.h
137wx/iconloc.h
138wx/init.h
139wx/intl.h
140wx/iosfwrap.h
141wx/ioswrap.h
142wx/ipc.h
143wx/ipcbase.h
144wx/isql.h
145wx/isqlext.h
146wx/list.h
147wx/listimpl.cpp
148wx/log.h
149wx/longlong.h
150wx/math.h
151wx/memconf.h
152wx/memory.h
153wx/memtext.h
154wx/mimetype.h
155wx/module.h
156wx/msgout.h
157wx/msgout.h
158wx/mstream.h
159wx/object.h
160wx/platform.h
161wx/process.h
162wx/ptr_scpd.h
163wx/regex.h
164wx/scopeguard.h
165wx/snglinst.h
166wx/stack.h
167wx/stopwatch.h
168wx/strconv.h
169wx/stream.h
170wx/string.h
171wx/sysopt.h
172wx/textbuf.h
173wx/textfile.h
174wx/thread.h
175wx/thrimpl.cpp
176wx/timer.h
177wx/tokenzr.h
178wx/txtstrm.h
179wx/types.h
180wx/utils.h
181wx/variant.h
182wx/vector.h
183wx/version.h
184wx/volume.h
185wx/wfstream.h
186wx/wx.h
187wx/wxchar.h
188wx/wxprec.h
189wx/xti.h
190wx/xtistrm.h
191wx/zipstrm.h
192wx/zstream.h
193wx/msw/apptrait.h
194wx/msw/apptbase.h
195wx/msw/chkconf.h
196wx/msw/crashrpt.h
197wx/msw/dde.h
198wx/msw/gccpriv.h
199wx/msw/mimetype.h
200wx/msw/winundef.h
201wx/msw/wrapcctl.h
202wx/msw/wrapwin.h
203wx/fs_inet.h
204wx/gsocket.h
205wx/protocol/file.h
206wx/protocol/ftp.h
207wx/protocol/http.h
208wx/protocol/protocol.h
209wx/sckaddr.h
210wx/sckipc.h
211wx/sckstrm.h
212wx/socket.h
213wx/url.h
214wx/msw/gsockmsw.h
215wx/xml/xml.h
216wx/xtixml.h
217wx/db.h
218wx/dbkeyg.h
219wx/dbtable.h
220EOF
221# --- wxBase headers list ends here ---
222for f in `cat wxbase-headers-list` ; do
223 rm -f $RPM_BUILD_ROOT%{_includedir}/wx-*/$f
224done
225
226# list of all core headers:
227find $RPM_BUILD_ROOT/usr/include/wx -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files
228
229# remove wxBase files so that RPM doesn't complain about unpackaged files:
230rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base*
231rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/*
232rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/*
233
234
235%clean
236rm -rf $RPM_BUILD_ROOT
237
238%post
239/sbin/ldconfig
240
241%postun
242/sbin/ldconfig
243
244%post gl
245/sbin/ldconfig
246
247%postun gl
248/sbin/ldconfig
249
250
251%files
252%defattr(-,root,root)
253%doc COPYING.LIB *.txt
254%dir %{_datadir}/wx
255%{_datadir}/wx/*
256%{_libdir}/libwx_%{portname}*_core*.so.*
257%{_libdir}/libwx_%{portname}*_html*.so.*
258%{_libdir}/libwx_%{portname}*_adv*.so.*
259%{_libdir}/libwx_%{portname}*_dbgrid*.so.*
260
261%files devel -f core-headers.files
262%defattr(-,root,root)
263%{_libdir}/libwx_%{portname}*_core*.so
264%{_libdir}/libwx_%{portname}*_html*.so
265%{_libdir}/libwx_%{portname}*_adv*.so
266%{_libdir}/libwx_%{portname}*_dbgrid*.so
267%{_libdir}/libwx_%{portname}*_gl*.so
268%dir %{_libdir}/wx
269%{_libdir}/wx/*
270%{_bindir}/%{wxconfigname}
271
272%files gl
273%defattr(-,root,root)
274%{_libdir}/libwx_%{portname}*_gl*.so.*
275
276%files static
277%defattr (-,root,root)
278%{_libdir}/libwx_%{portname}*.a