]> git.saurik.com Git - wxWidgets.git/blame - wxGTK.spec
The Return of WM Size Hints Part IV.
[wxWidgets.git] / wxGTK.spec
CommitLineData
e5ea3f7a
RR
1# Note that this is NOT a relocatable package
2%define pref /usr
103aab26 3%define ver 2.1.14
d5a07b9e 4%define rel 0
e5ea3f7a
RR
5
6Summary: The GTK+ 1.2 port of the wxWindows library
f14a5b55 7Name: wxGTK
e5ea3f7a
RR
8Version: %{ver}
9Release: %{rel}
2a29700e 10Copyright: wxWindows Licence
f14a5b55 11Group: X11/Libraries
40903af7 12Source: wxGTK-%{ver}.tgz
e5ea3f7a 13URL: http://wesley.informatik.uni-freiburg.de/~wxxt/docs.html
2a29700e 14Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
e5ea3f7a 15BuildRoot: /tmp/wxgtk_root
f14a5b55 16
212d0bb3
VZ
17# all packages providing an implementation of wxWindows library (regardless of
18# the toolkit used) should provide the (virtual) wxwin package, this makes it
19# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxqt..."
20Provides: wxwin
21
f14a5b55 22%description
212d0bb3
VZ
23wxWindows is a free C++ library for cross-platform GUI development.
24With wxWindows, you can create applications for different GUIs (GTK+,
25Motif/LessTif, MS Windows, Mac) from the same source code.
f14a5b55 26
641d87d8
RR
27%package devel
28Summary: The GTK+ 1.2 port of the wxWindows library
29Group: X11/Libraries
30Requires: wxGTK
31
32%description devel
c661ecca
RR
33Header files for wxGTK, the GTK+ 1.2 port of the wxWindows library.
34
35%package gl
36Summary: The GTK+ 1.2 port of the wxWindows library, OpenGl add-on.
37Group: X11/Libraries
38Requires: wxGTK
39
40%description gl
40903af7 41OpenGl add-on library for wxGTK, the GTK+ 1.2 port of the wxWindows library.
641d87d8 42
f14a5b55
RR
43%prep
44%setup -n wxGTK
40903af7 45./configure --prefix=%{pref} --enable-burnt_name --with-odbc --with-opengl
f14a5b55
RR
46
47%build
103aab26
RR
48if [ "$SMP" != "" ]; then
49 export MAKE="make -j$SMP"
50else
51 export MAKE="make"
52fi
53$MAKE
f14a5b55
RR
54
55%install
e5ea3f7a
RR
56rm -rf $RPM_BUILD_ROOT
57make prefix=$RPM_BUILD_ROOT%{pref} install
58
59%clean
60rm -rf $RPM_BUILD_ROOT
f14a5b55
RR
61
62%post
63/sbin/ldconfig
64
65%postun
66/sbin/ldconfig
67
68%files
e5ea3f7a 69%defattr (644, root, root, 755)
2a29700e 70%doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
641d87d8
RR
71%dir %{pref}/share/wx
72%{pref}/share/wx/*
73%attr(755, -, -) %{pref}/lib/libwx_gtk*
74
75%files devel
76%defattr (644, root, root, 755)
e5ea3f7a
RR
77%dir %{pref}/include/wx
78%{pref}/include/wx/*
79%dir %{pref}/lib/wx
80%{pref}/lib/wx/*
b0e282b3 81%attr(755, -, -) %{pref}/bin/wxgtk-config
e5ea3f7a 82%attr(755, -, -) %{pref}/bin/wx-config
2a29700e 83
c661ecca
RR
84%files gl
85%attr(755, -, -) %{pref}/lib/libwx_gtk_gl*