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