]> git.saurik.com Git - wxWidgets.git/blame - wxGTK.spec
added a note about Windows XP support
[wxWidgets.git] / wxGTK.spec
CommitLineData
e5ea3f7a 1%define pref /usr
8c8fb2f6
VZ
2%define ver 2.3.2
3%define ver2 2.3
acea2a0b 4%define rel 1
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
b5fa0a3e
VZ
12Source: wxGTK-%{ver}.tar.bz2
13URL: http://www.wxwindows.org
31fe72b6
VZ
14Packager: Vadim Zeitlin <vadim@wxwindows.org>
15Prefix: %{pref}
16BuildRoot: /var/tmp/%{name}-root
f14a5b55 17
212d0bb3
VZ
18# all packages providing an implementation of wxWindows library (regardless of
19# the toolkit used) should provide the (virtual) wxwin package, this makes it
6e711d5c 20# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..."
212d0bb3
VZ
21Provides: wxwin
22
31fe72b6
VZ
23# in addition, we should provide libwx_gtk as automatic generator only notices
24# libwx_gtk-%{ver}-%{rel}
25Provides: libwx_gtk.so
8c8fb2f6 26Provides: libwx_gtk-%{ver2}.so
31fe72b6 27
f14a5b55 28%description
212d0bb3
VZ
29wxWindows is a free C++ library for cross-platform GUI development.
30With wxWindows, you can create applications for different GUIs (GTK+,
31Motif/LessTif, MS Windows, Mac) from the same source code.
f14a5b55 32
641d87d8
RR
33%package devel
34Summary: The GTK+ 1.2 port of the wxWindows library
35Group: X11/Libraries
5dcf9614 36Requires: wxGTK = %{ver}
641d87d8
RR
37
38%description devel
c661ecca
RR
39Header files for wxGTK, the GTK+ 1.2 port of the wxWindows library.
40
41%package gl
5dcf9614 42Summary: The GTK+ 1.2 port of the wxWindows library, OpenGL add-on.
c661ecca 43Group: X11/Libraries
5dcf9614 44Requires: wxGTK = %{ver}
c661ecca
RR
45
46%description gl
5dcf9614
VS
47OpenGL add-on library for wxGTK, the GTK+ 1.2 port of the wxWindows library.
48
49%package static
50Summary: wxGTK static libraries
51Group: Development/Libraries
52
53%description static
54Static libraries for wxGTK. You need them if you want to link statically against wxGTK.
641d87d8 55
f14a5b55 56%prep
31fe72b6 57%setup -n wxGTK-%{ver}
f14a5b55
RR
58
59%build
103aab26
RR
60if [ "$SMP" != "" ]; then
61 export MAKE="make -j$SMP"
62else
63 export MAKE="make"
64fi
5dcf9614
VS
65
66(cd locale; make allmo)
67
68mkdir obj-shared
69cd obj-shared
70../configure --prefix=%{pref} --enable-soname --with-odbc --with-opengl
71$MAKE
72cd ..
73
74mkdir obj-static
75cd obj-static
76../configure --prefix=%{pref} --disable-shared --with-odbc --with-opengl
103aab26 77$MAKE
5dcf9614 78cd ..
f14a5b55
RR
79
80%install
31fe72b6 81rm -rf $RPM_BUILD_ROOT
5dcf9614
VS
82(cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install)
83(cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install)
f14a5b55 84
acea2a0b
VS
85%find_lang wxstd
86
f14a5b55
RR
87%post
88/sbin/ldconfig
89
90%postun
91/sbin/ldconfig
92
81edbb3f
VS
93%post gl
94/sbin/ldconfig
95
96%postun gl
97/sbin/ldconfig
98
99%post devel
100# Install wx-config if there isn't any
101if test ! -f %{_bindir}/wx-config ; then
102 ln -sf wxgtk-%{ver2}-config %{_bindir}/wx-config
103fi
104
105%preun devel
106# Remove wx-config if it points to this package
107if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
108 SUM1=`md5sum %{_bindir}/wxgtk-%{ver2}-config | cut -c 0-32`
109 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
110 if test "x$SUM1" = "x$SUM2" ; then
111 rm -f %{_bindir}/wx-config
112 fi
113fi
114
115
acea2a0b 116%files -f wxstd.lang
81edbb3f
VS
117%defattr(-,root,root)
118%doc COPYING.LIB *.txt
119%dir %{_datadir}/wx
120%{_datadir}/wx/*
81edbb3f 121%{_libdir}/libwx_gtk-%{ver2}*.so.*
641d87d8
RR
122
123%files devel
0f7deca9 124%defattr(-,root,root)
81edbb3f
VS
125%{_libdir}/libwx_gtk-%{ver2}*.so
126%dir %{_includedir}/wx
127%{_includedir}/wx/*
128%dir %{_libdir}/wx
129%{_libdir}/wx/*
130%{_bindir}/wxgtk-%{ver2}-config
debc175a 131%{_datadir}/aclocal/*.m4
2a29700e 132
c661ecca 133%files gl
81edbb3f
VS
134%defattr(-,root,root)
135%{_libdir}/libwx_gtk_gl*
0f7deca9 136
5dcf9614
VS
137%files static
138%defattr (-,root,root)
139%{_libdir}/lib*.a