]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxMotif.spec
Added Emulator, configtool
[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.1
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/gzstream.h
135wx/hash.h
136wx/hashmap.h
137wx/hashset.h
138wx/iconloc.h
139wx/init.h
140wx/intl.h
141wx/iosfwrap.h
142wx/ioswrap.h
143wx/ipc.h
144wx/ipcbase.h
145wx/isql.h
146wx/isqlext.h
147wx/list.h
148wx/listimpl.cpp
149wx/log.h
150wx/longlong.h
151wx/math.h
152wx/memconf.h
153wx/memory.h
154wx/memtext.h
155wx/mimetype.h
156wx/module.h
157wx/msgout.h
158wx/msgout.h
159wx/mstream.h
160wx/object.h
161wx/platform.h
162wx/process.h
163wx/ptr_scpd.h
164wx/regex.h
165wx/scopeguard.h
166wx/snglinst.h
167wx/stack.h
168wx/stopwatch.h
169wx/strconv.h
170wx/stream.h
171wx/string.h
172wx/sysopt.h
173wx/textbuf.h
174wx/textfile.h
175wx/thread.h
176wx/thrimpl.cpp
177wx/timer.h
178wx/tokenzr.h
179wx/txtstrm.h
180wx/types.h
181wx/utils.h
182wx/variant.h
183wx/vector.h
184wx/version.h
185wx/volume.h
186wx/wfstream.h
187wx/wx.h
188wx/wxchar.h
189wx/wxprec.h
190wx/xti.h
191wx/xtistrm.h
192wx/zipstrm.h
193wx/zstream.h
194wx/msw/apptrait.h
195wx/msw/apptbase.h
196wx/msw/chkconf.h
197wx/msw/crashrpt.h
198wx/msw/dde.h
199wx/msw/gccpriv.h
200wx/msw/mimetype.h
201wx/msw/winundef.h
202wx/msw/wrapcctl.h
203wx/msw/wrapwin.h
204wx/fs_inet.h
205wx/gsocket.h
206wx/protocol/file.h
207wx/protocol/ftp.h
208wx/protocol/http.h
209wx/protocol/protocol.h
210wx/sckaddr.h
211wx/sckipc.h
212wx/sckstrm.h
213wx/socket.h
214wx/url.h
215wx/msw/gsockmsw.h
216wx/xml/xml.h
217wx/xtixml.h
218wx/db.h
219wx/dbkeyg.h
220wx/dbtable.h
221EOF
222# --- wxBase headers list ends here ---
223for f in `cat wxbase-headers-list` ; do
224 rm -f $RPM_BUILD_ROOT%{_includedir}/$f
225done
226
227# list of all core headers:
228find $RPM_BUILD_ROOT/usr/include/wx -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files
229
230# remove wxBase files so that RPM doesn't complain about unpackaged files:
231rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base*
232rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/*
233rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/*
234
235
236%clean
237rm -rf $RPM_BUILD_ROOT
238
239%post
240/sbin/ldconfig
241
242%postun
243/sbin/ldconfig
244
245%post gl
246/sbin/ldconfig
247
248%postun gl
249/sbin/ldconfig
250
251%post devel
252# Install wx-config if there isn't any
253if test ! -f %{_bindir}/wx-config ; then
254 ln -sf %{wxconfigname} %{_bindir}/wx-config
255fi
256
257%preun devel
258# Remove wx-config if it points to this package
259if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
260 SUM1=`md5sum %{_bindir}/%{wxconfigname} | cut -c 0-32`
261 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
262 if test "x$SUM1" = "x$SUM2" ; then
263 rm -f %{_bindir}/wx-config
264 fi
265fi
266
267
268%files
269%defattr(-,root,root)
270%doc COPYING.LIB *.txt
271%dir %{_datadir}/wx
272%{_datadir}/wx/*
273%{_libdir}/libwx_%{portname}*_core*.so.*
274%{_libdir}/libwx_%{portname}*_html*.so.*
275%{_libdir}/libwx_%{portname}*_adv*.so.*
276%{_libdir}/libwx_%{portname}*_dbgrid*.so.*
277
278%files devel -f core-headers.files
279%defattr(-,root,root)
280%{_libdir}/libwx_%{portname}*_core*.so
281%{_libdir}/libwx_%{portname}*_html*.so
282%{_libdir}/libwx_%{portname}*_adv*.so
283%{_libdir}/libwx_%{portname}*_dbgrid*.so
284%{_libdir}/libwx_%{portname}*_gl*.so
285%dir %{_libdir}/wx
286%{_libdir}/wx/*
287%{_bindir}/%{wxconfigname}
288
289%files gl
290%defattr(-,root,root)
291%{_libdir}/libwx_%{portname}*_gl*.so.*
292
293%files static
294%defattr (-,root,root)
295%{_libdir}/libwx_%{portname}*.a