4989da5
%define x11libdir %{_prefix}/X11R6/%{_lib}
4989da5
ccebd58
# Option - build an ODBC subpackage using unixODBC. (This is currently 
ccebd58
# broken; see <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176950>.)
ccebd58
%define withodbc 0
ccebd58
cvsextras 9ac3e73
Name:           wxGTK
6fb80fe
Version:        2.8.0
7423ca7
Release:        2.8.0.1.3%{?dist}
e4ac7a4
Summary:        GTK2 port of the wxWidgets GUI library
e4ac7a4
# The wxWindows licence is the LGPL with a specific exemption allowing
e4ac7a4
# distribution of derived binaries under any terms. (This will eventually
e4ac7a4
# change to be "wxWidgets License" once that is approved by OSI.)
e4ac7a4
License:        wxWidgets Library Licence
cvsextras 9ac3e73
Group:          System Environment/Libraries
cvsextras 0bb0464
URL:            http://www.wxwidgets.org/
6e37475
Source0:        http://dl.sf.net/wxwindows/%{name}-%{version}.tar.bz2
6fb80fe
Patch0:         wxGTK-2.8.0.1-cvs.patch
cvsextras 9ac3e73
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsextras 9ac3e73
e4ac7a4
BuildRequires:  gtk2-devel, zlib-devel >= 1.1.4
e4ac7a4
BuildRequires:  libpng-devel, libjpeg-devel, libtiff-devel
e4ac7a4
BuildRequires:  expat-devel, SDL-devel, libgnomeprintui22-devel
0e420ce
BuildRequires:  libGL-devel, libGLU-devel
6fb80fe
BuildRequires:  gstreamer-devel >= 0.10
3e3a810
BuildRequires:  autoconf, gettext
ccebd58
%if %{withodbc}
ccebd58
BuildRequires:  unixODBC-devel
ccebd58
%endif
e4ac7a4
e4ac7a4
# all of these are for previous Fedora Extras sub-packages
c839dff
Obsoletes:      wxGTK2 < 2.6.2-1
e4ac7a4
Provides:       wxGTK2 = %{version}-%{release}
c839dff
c839dff
Obsoletes:      wxGTK-common < 2.6.2-1
e4ac7a4
Provides:       wxGTK-common = %{version}-%{release}
c839dff
c839dff
Obsoletes:      wxGTK2-xrc < 2.6.2-1
c839dff
Obsoletes:      wxGTK-xrc < 2.6.2-1
e4ac7a4
Provides:       wxGTK2-xrc = %{version}-%{release}
e4ac7a4
Provides:       wxGTK-xrc = %{version}-%{release}
c839dff
c839dff
Obsoletes:      wxGTK2-stc < 2.6.2-1
c839dff
Obsoletes:      wxGTK-stc < 2.6.2-1
e4ac7a4
Provides:       wxGTK2-stc = %{version}-%{release}
e4ac7a4
Provides:       wxGTK-stc = %{version}-%{release}
cvsextras 9ac3e73
cvsextras 9ac3e73
%description
e4ac7a4
wxWidgets/GTK2 is the GTK2 port of the C++ cross-platform wxWidgets
cvsextras 9ac3e73
GUI library, offering classes for all common GUI controls as well as a
cvsextras 9ac3e73
comprehensive set of helper classes for most common application tasks,
cvsextras 9ac3e73
ranging from networking to HTML display and image manipulation.
cvsextras 9ac3e73
e4ac7a4
cvsextras 9ac3e73
%package        devel
cvsextras 9ac3e73
Group:          Development/Libraries
e4ac7a4
Summary:        Development files for the wxGTK2 library
6e37475
Requires:       %{name} = %{version}-%{release}
0a210f3
Requires:       %{name}-gl = %{version}-%{release}
cvsextras 9ac3e73
Requires:       gtk2-devel
5126fd8
Requires:       libGL-devel, libGLU-devel
e4ac7a4
Obsoletes:      wxGTK2-devel < %{version}-%{release}
e4ac7a4
Provides:       wxGTK2-devel = %{version}-%{release}
e4ac7a4
Obsoletes:      wxGTK-common-devel < %{version}-%{release}
e4ac7a4
Provides:       wxGTK-common-devel = %{version}-%{release}
cvsextras 9ac3e73
e4ac7a4
%description devel
cvsextras 9ac3e73
This package include files needed to link with the wxGTK2 library.
cvsextras 9ac3e73
cvsextras 9ac3e73
cvsextras 9ac3e73
%package        gl
cvsextras 0bb0464
Summary:        OpenGL add-on for the wxWidgets library
cvsextras 9ac3e73
Group:          System Environment/Libraries
6e37475
Requires:       %{name} = %{version}-%{release}
e4ac7a4
Obsoletes:      wxGTK2-gl < %{version}-%{release}
e4ac7a4
Provides:       wxGTK2-gl = %{version}-%{release}
cvsextras 9ac3e73
e4ac7a4
%description gl
ccebd58
OpenGL (a 3D graphics API) add-on for the wxWidgets library.
ccebd58
ccebd58
%if %{withodbc}
ccebd58
%package        odbc
ccebd58
Summary:        ODBC add-on for the wxWidgets library
ccebd58
Group:          System Environment/Libraries
ccebd58
Requires:       %{name} = %{version}-%{release}
cvsextras 9ac3e73
ccebd58
%description odbc
ccebd58
ODBC (a SQL database connectivity API) add-on for the wxWidgets library.
ccebd58
%endif
cvsextras 9ac3e73
cvsextras 9ac3e73
%prep
e4ac7a4
%setup -q
665ea91
6fb80fe
%patch0 -p1 -b .2.8.0.1
32561e7
946635d
sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
cvsextras 9ac3e73
cvsextras 9ac3e73
cvsextras 9ac3e73
%build
6fb80fe
6fb80fe
# must do this to regenerate ./configure after the 2.8.0.1 patch.
6fb80fe
autoconf
6fb80fe
e4ac7a4
export GDK_USE_XFT=1
e4ac7a4
4989da5
# --disable-optimise prevents our $RPM_OPT_FLAGS being overridden
4989da5
# (see OPTIMISE in configure).
e4ac7a4
%configure \
4989da5
  --x-libraries=%{x11libdir} \
cvsextras 9ac3e73
  --with-opengl \
ccebd58
%if %{withodbc}
ccebd58
  --with-odbc \
ccebd58
%endif
e4ac7a4
  --with-sdl \
e4ac7a4
  --with-gnomeprint \
cvsextras 9ac3e73
  --enable-shared \
cvsextras 9ac3e73
  --enable-soname \
4989da5
  --disable-optimise \
e4ac7a4
  --enable-debug_info \
6fb80fe
  --enable-intl \
e4ac7a4
  --enable-unicode \
6fb80fe
  --enable-no_deps \
6fb80fe
  --disable-rpath \
6fb80fe
  --enable-geometry \
6fb80fe
  --enable-graphics_ctx \
6fb80fe
  --enable-sound \
6fb80fe
  --enable-mediactrl \
6fb80fe
  --enable-display \
7423ca7
  --enable-timer \
6fb80fe
  --enable-compat24
e4ac7a4
cvsextras 9ac3e73
make %{?_smp_mflags}
cvsextras 9ac3e73
make %{?_smp_mflags} -C contrib/src/stc
e4ac7a4
make %{?_smp_mflags} -C contrib/src/ogl
e4ac7a4
make %{?_smp_mflags} -C contrib/src/gizmos
6fb80fe
make %{?_smp_mflags} -C contrib/src/svg
6fb80fe
6fb80fe
# Why isn't this this part of the main build? Need to investigate.
6fb80fe
make %{?_smp_mflags} -C locale allmo
cvsextras 9ac3e73
cvsextras 9ac3e73
%install
cvsextras 9ac3e73
rm -rf $RPM_BUILD_ROOT
cvsextras 9ac3e73
cvsextras 9ac3e73
%makeinstall
e4ac7a4
cvsextras 9ac3e73
%makeinstall -C contrib/src/stc
e4ac7a4
%makeinstall -C contrib/src/ogl
e4ac7a4
%makeinstall -C contrib/src/gizmos
6fb80fe
%makeinstall -C contrib/src/svg
6fb80fe
cvsextras 9ac3e73
e4ac7a4
# this ends up being a symlink into the buildroot directly -- 
e4ac7a4
# not what we want!
e4ac7a4
rm $RPM_BUILD_ROOT%{_bindir}/wx-config
6fb80fe
ln -s %{_libdir}/wx/config/gtk2-unicode-release-2.8 $RPM_BUILD_ROOT%{_bindir}/wx-config
cvsextras 9ac3e73
e4ac7a4
%find_lang wxstd
e4ac7a4
%find_lang wxmsw
e4ac7a4
cat wxmsw.lang >> wxstd.lang
cvsextras 9ac3e73
cvsextras 9ac3e73
%clean
cvsextras 9ac3e73
rm -rf $RPM_BUILD_ROOT
cvsextras 9ac3e73
cvsextras 9ac3e73
cvsextras 9ac3e73
%post -p /sbin/ldconfig
cvsextras 9ac3e73
%postun -p /sbin/ldconfig
cvsextras 9ac3e73
cvsextras 9ac3e73
%post gl -p /sbin/ldconfig
cvsextras 9ac3e73
%postun gl -p /sbin/ldconfig
cvsextras 9ac3e73
cvsextras 9ac3e73
e4ac7a4
%files -f wxstd.lang
cvsextras 9ac3e73
%defattr(-,root,root,-)
6fb80fe
%doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt
6fb80fe
%doc docs/licendoc.txt docs/preamble.txt docs/readme.txt
e4ac7a4
%{_libdir}/libwx_baseu-*.so.*
e4ac7a4
%{_libdir}/libwx_baseu_net-*.so.*
e4ac7a4
%{_libdir}/libwx_baseu_xml-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_adv-*.so.*
6fb80fe
%{_libdir}/libwx_gtk2u_aui-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_core-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_gizmos-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_gizmos_xrc*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_html-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_ogl-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_qa-*.so.*
6fb80fe
%{_libdir}/libwx_gtk2u_richtext-*.so.*
6fb80fe
%{_libdir}/libwx_gtk2u_stc-*.so.*
6fb80fe
%{_libdir}/libwx_gtk2u_svg-*.so.*
6fb80fe
%{_libdir}/libwx_gtk2u_xrc-*.so.*
cvsextras 9ac3e73
cvsextras 9ac3e73
%files devel
cvsextras 9ac3e73
%defattr(-,root,root,-)
e4ac7a4
%{_bindir}/wx-config
e4ac7a4
%{_bindir}/wxrc*
6fb80fe
%{_includedir}/wx-2.8
e4ac7a4
%{_libdir}/libwx_*.so
cvsextras 9ac3e73
%dir %{_libdir}/wx
cvsextras 9ac3e73
%dir %{_libdir}/wx/include
e4ac7a4
%{_libdir}/wx/include/gtk2*
e4ac7a4
%dir %{_libdir}/wx/config
e4ac7a4
%{_libdir}/wx/config/gtk2*
e4ac7a4
%{_datadir}/aclocal/*
e4ac7a4
%{_datadir}/bakefile/presets/
cvsextras 9ac3e73
cvsextras 9ac3e73
%files gl
cvsextras 9ac3e73
%defattr(-,root,root,-)
e4ac7a4
%{_libdir}/libwx_gtk2u_gl-*.so.*
cvsextras 9ac3e73
ccebd58
%if %{withodbc}
ccebd58
%files odbc
ccebd58
%defattr(-,root,root,-)
ccebd58
%{_libdir}/libwx_gtk2u_odbc-*.so.*
ccebd58
%endif
cvsextras 9ac3e73
cvsextras 9ac3e73
%changelog
7423ca7
* Sun Dec 17 2006 Matthew Miller <mattdm@mattdm.org> - 2.8.0-2.8.0.1.3
7423ca7
- add --enable-timer to build wxTimer class for XaraLX.
7423ca7
- NOTE: if anyone else needs any non-default classes or features enabled,
7423ca7
  let me know. Thanks!
7423ca7
3e3a810
* Fri Dec 15 2006 Matthew Miller <mattdm@mattdm.org> - 2.8.0-2.8.0.1.2
3e3a810
- buildrequires gettext
3e3a810
6fb80fe
* Thu Dec 14 2006 Matthew Miller <mattdm@mattdm.org> - 2.8.0-2.8.0.1.1
6fb80fe
- patch to 2.8.0.1 wxPython subrelease (following upstream wxPython)
6fb80fe
  from wxWidgets CVS
6fb80fe
6fb80fe
* Thu Dec 14 2006 Matthew Miller <mattdm@mattdm.org> - 2.8.0-2.8.0.0.1
6fb80fe
- update to 2.8.0 release
6fb80fe
- gtk2 is now the default (and gtk1.2 gone -- about time!)
6fb80fe
- compatibility with wxWidgets 2.2 is now gone; add flag to build 2.4 with
6fb80fe
  compatibility, though (now off by default)
6fb80fe
- added "--enable-no_deps" for faster builds
6fb80fe
- added "--enable-intl", because that seems like a good idea
6fb80fe
- added disable-rpath, enable-geometry, enable-graphics_ctx, enable-sound,
6fb80fe
  enable-mediactrl, and enable-display to better match upstream wxPython
6fb80fe
  package.
6fb80fe
- buildrequires: gstreamer-devel
6fb80fe
- "animate" contributed module no longer exists.
6fb80fe
- enable the svg contributed module
6fb80fe
- build the .mo files explicitly -- not sure why that's not happening
6fb80fe
  automatically.
6fb80fe
- minor -- location of doc files in src tarball has changed
6fb80fe
d17bd2b
* Mon Aug 28 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.3
d17bd2b
- bump release for FC6 rebuild
d17bd2b
5126fd8
* Mon Jul  3 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.2
5126fd8
- add libGL-devel and libGLU-devel requires to wxGTK-devel package
5126fd8
  (see bug #197501).
5126fd8
0e420ce
* Thu Apr 13 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.1
0e420ce
- oops -- forgot to change mesa-libGL*-devel -> libGL*-devel
0e420ce
32561e7
* Thu Apr 13 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.0
32561e7
- patch to cvs subrelease 2.6.3.2 (matches wxPython)
99f3e7a
32561e7
* Sat Mar 25 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-1    
ccebd58
- 2.6.3 final
ccebd58
- remove the locale_install thing -- that was just an issue with using the
ccebd58
  release candidate.
ccebd58
ccebd58
* Tue Mar 21 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-0.rc2
ccebd58
- update to 2.6.3-rc2 package
ccebd58
- all patches now upstream -- removing 'em.
ccebd58
- use complete 'wxWidgets' source tarball instead of the wxGTK-subset one,
ccebd58
  since that's all there is for the release candidate. I'm operating under
ccebd58
  the assumption that we'll have a wxGTK source tarball in the future --
ccebd58
  otherwise, I'm going to eventually have to change the name of this
ccebd58
  package again. :)
ccebd58
- add ODBC support via unixODBC as subpackage (see bug #176950)
ccebd58
- wait, no; comment out ODBC support as it doesn't build...
ccebd58
- add explicit make locale_install; apparently not done as part of
ccebd58
  the general 'make install' anymore.
ccebd58
910e149
* Mon Feb 13 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.2-5
910e149
- rebuild in preparation for FC5
910e149
52301ec
* Mon Feb 06 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.2-4
52301ec
- add wxGTK-2.6.2-socketclosefix.patch to fix aMule crashes. see
52301ec
  bugzilla bug #178184
52301ec
- add wxGTK-2.6.2-gcc41stringh.patch (pulled from CVS) to make build on 
52301ec
  FC5 devel w/ gcc-4.1.
52301ec
  
c839dff
* Wed Nov 30 2005 Matthew Miller <mattdm@mattdm.org> - 2.6.2-3
c839dff
- add wxGTK-2.6.2-intl_cpp.patch to deal with amule and probably other
c839dff
  issues (see bug #154618 comment #47)
c839dff
- obsolete wxGTK2 < 2.6.2-1 specifically, at Matthias Saou's suggestion
c839dff
e4ac7a4
* Mon Nov 28 2005 Matthew Miller <mattdm@mattdm.org> - 2.6.2-2
e4ac7a4
- implemented some suggestions from Matthias Saou:
e4ac7a4
-   removed extraneous / from last line of ./configure 
e4ac7a4
-   removed -n from setup macro, since we're now actually using the
e4ac7a4
    standard name
e4ac7a4
-   don't use summary macro in opengl subpackage, as it's not clear which
e4ac7a4
    summary should get used
e4ac7a4
-   don't bother setting CC, CXX, etc., as configure script does that
e4ac7a4
-   move libdir/wx to devel subpackage
e4ac7a4
e4ac7a4
* Thu Nov 24 2005 Matthew Miller <mattdm@mattdm.org> - 2.6.2-1
e4ac7a4
- ready for actually putting into Extras
e4ac7a4
- update mesa buildreqs for new split-up xorg packaging
e4ac7a4
- libgnomeprint22-devel -> libgnomeprintui22-devel
e4ac7a4
e4ac7a4
* Tue Oct 04 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.6.2-0.1
e4ac7a4
- Update to 2.6.2.
e4ac7a4
- Include the sample wx bakefiles.
e4ac7a4
- Include new .mo files.
e4ac7a4
- From Paul Johnson:
e4ac7a4
  Change license to wxWidgets due to concerns over trademark infringement.
e4ac7a4
  Add dist tag.
e4ac7a4
- From Tom Callaway: Build and include libwx_gtk2u_animate-2.6.
e4ac7a4
32561e7
* Thu Apr 28 2005 Matthew Miller <mattdm@mattdm.org> 2.6.1-0.1
e4ac7a4
- update to 2.6.1
e4ac7a4
- from Michael Schwendt in 2.4.2-11 package: build-require
e4ac7a4
  xorg-x11-Mesa-libGL and xorg-x11-Mesa-libGLU (the libGL and libGLU
e4ac7a4
  deps aren't provided in FC3, so not using that).
e4ac7a4
- from Thorsten Leemhuis in 2.4.2-12 package: sed -i -e
e4ac7a4
  's|/usr/lib\b|%%{_libdir}|' in configure also to fix x86_64
e4ac7a4
- properly include older 2.4.x changelog
e4ac7a4
e4ac7a4
* Wed Apr 27 2005 Matthew Miller <mattdm@mattdm.org> - 2.6.0-0.1
e4ac7a4
- include libwx_gtk2u_gizmos_xrc in file listing
e4ac7a4
e4ac7a4
* Wed Apr 27 2005 Matthew Miller <mattdm@mattdm.org> - 2.6.0-0.0
e4ac7a4
- update to 2.6.0 final release
e4ac7a4
- configure now wants "--with-gtk=2" instead of "--enable-gtk2".
e4ac7a4
e4ac7a4
* Wed Apr 13 2005 Matthew Miller <mattdm@mattdm.org> - 2.5.5-0.2
e4ac7a4
- removed provides: wxWidgets/wxWidgets devel -- handy for compatibility
e4ac7a4
  with unmodified generic source packages, but not so good for 
e4ac7a4
  repeatable builds.
e4ac7a4
e4ac7a4
* Wed Apr 13 2005 Matthew Miller <mattdm@mattdm.org> - 2.5.5-0.1
e4ac7a4
- whoops -- forgot to remove a reference to the "common" package
e4ac7a4
- version-release for obsoletes/provides
e4ac7a4
e4ac7a4
* Tue Apr 12 2005 Matthew Miller <mattdm@mattdm.org> - 2.5.5-0
e4ac7a4
- remove BU-specific oddities for fedora an idea for a simplied future....
e4ac7a4
e4ac7a4
* Tue Apr 12 2005 Matthew Miller <mattdm@bu.edu> - 2.5.5-bu45.2
e4ac7a4
- whoops -- forgot "Provides: wxGTK2-devel".
e4ac7a4
e4ac7a4
* Tue Apr 12 2005 Matthew Miller <mattdm@bu.edu> - 2.5.5-bu45.1
e4ac7a4
- update to 2.5.5
e4ac7a4
e4ac7a4
* Sat Mar  5 2005 Matthew Miller <mattdm@bu.edu> - 2.5.4-bu45.3
e4ac7a4
- Obsolete & provide GTK-xrc, wxGTK-stc, to provide clean upgrade path
e4ac7a4
e4ac7a4
* Tue Mar  1 2005 Matthew Miller <mattdm@bu.edu> - 2.5.4-bu45.2
e4ac7a4
- enable wxWindows 2.2 compatibility (for compatibility with 2.4 rpm,
e4ac7a4
  ironically).
e4ac7a4
e4ac7a4
* Tue Mar  1 2005 Matthew Miller <mattdm@bu.edu> - 2.5.4-bu45.1
e4ac7a4
- update to 2.5.4 -- the devel version is where all the fun is.
e4ac7a4
- rebase to updated FE 2.4.2 package
e4ac7a4
- license isn't "BSD" -- it's "wxWindows Library Licence".
e4ac7a4
- make gtk2-only -- gtk 1.0.x is no longer supported, and 1.2.x is
e4ac7a4
  being phased out. 2.x is the way to go.
e4ac7a4
- all current patches no longer necessary (upstream)
e4ac7a4
- roll "common" subpackage in to main package -- no longer makes sense
e4ac7a4
  to split it out with gtk+ gone
e4ac7a4
- use SDL, which will make this use Alsa for sound. I believe.
e4ac7a4
- add gnomeprint support
e4ac7a4
- add enable-debug_info for debuginfo package
e4ac7a4
- enable unicode
e4ac7a4
- use GDK_USE_XFT to enable Pango and fontconfig
e4ac7a4
- xrc moved from contrib to base -- making it no longer a subpackage
e4ac7a4
- making stc part of base too -- it's tiny, and doesn't introduce any
e4ac7a4
  additional deps
e4ac7a4
- leaving gl as a subpackage, though, since it's the only part that
e4ac7a4
  requires GL libs.
e4ac7a4
- add 'ogl' 2d drawing lib from contrib (needed for wxPython)
e4ac7a4
- add 'gizmos' from contrib (needed for wxPython)
e4ac7a4
- make wx-config actually part of the package, since there's no need
e4ac7a4
  to mess with moving it around
e4ac7a4
- the various afm fonts are gone in 2.5....
e4ac7a4
- use configure macro
e4ac7a4
- add provides for wxWidgets and wxWidgets-devel, because that
e4ac7a4
  seems like a good idea.
3acae33
4989da5
* Sun Jan 23 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.4.2-8
4989da5
- Fix wx-config for x86_64 (#145508).
4989da5
- Honor $RPM_OPT_FLAGS better, as well as %%{__cc} and %%{__cxx}.
4989da5
0a210f3
* Mon Dec  6 2004 Ville Skyttä <ville.skytta at iki.fi> - 2.4.2-7
0a210f3
- Patch to avoid aclocal >= 1.8 warnings from wxwin.m4.
0a210f3
- Move unversioned *.so links for -gl, -stc and -xrc to -devel, make -devel
0a210f3
  require them.
0a210f3
6e37475
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 2.4.2-6
6e37475
- Bump release to provide Extras upgrade path.
6e37475
- Fix spaces/tabs in spec.
6e37475
- Remove unneeded zero epochs.
6e37475
- Add full source URL.
6e37475
cvsextras 0bb0464
* Tue Jun 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.4.2-0.fdr.2
cvsextras 0bb0464
- s/wxWindows/wxWidgets/
cvsextras 0bb0464
- Fix release tag.
cvsextras 0bb0464
cvsextras 0bb0464
* Sat May 22 2004 Noa Resare <noa@resare.com> - 0:2.4.2-0.fdr.1.3
cvsextras 0bb0464
- Merged fix from wxGTK cvs head, now works with recent gtk2
cvsextras 0bb0464
cvsextras a0cffa7
* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.4.2-0.fdr.1
cvsextras a0cffa7
- Update to 2.4.2.
cvsextras a0cffa7
cvsextras 9ac3e73
* Mon Aug  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.4.1-0.fdr.4
cvsextras 9ac3e73
- Borrow Matthias Saou's -gl and -stc subpackages.
cvsextras 9ac3e73
cvsextras 9ac3e73
* Mon Jun 16 2003 Dams <anvil[AT]livna.org> 0:2.4.1-0.fdr.3
cvsextras 9ac3e73
- Removed libwx_gtk2_xrc*so* from wxGTK2/wxGTK2-devel packages
cvsextras 9ac3e73
cvsextras 9ac3e73
* Sun Jun 15 2003 Dams <anvil[AT]livna.org> 0:2.4.1-0.fdr.2
cvsextras 9ac3e73
- Removed *-devel postun scriptlets (from Ville Skyttä)
cvsextras 9ac3e73
cvsextras 9ac3e73
* Sat Jun 14 2003 Dams <anvil[AT]livna.org> 0:2.4.1-0.fdr.1
cvsextras 9ac3e73
- Updated to 2.4.1
cvsextras 9ac3e73
cvsextras 9ac3e73
* Wed May 28 2003 Dams <anvil[AT]livna.org> 0:2.4.0-0.fdr.7
cvsextras 9ac3e73
- Added xrc contrib in separate packages
cvsextras 9ac3e73
cvsextras 9ac3e73
* Wed May 21 2003 Dams <anvil[AT]livna.org> 0:2.4.0-0.fdr.6
cvsextras 9ac3e73
- Corrected typo in postun devel
cvsextras 9ac3e73
cvsextras 9ac3e73
* Wed May 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.4.0-0.fdr.5
cvsextras 9ac3e73
- Make -devel packages require the corresponding GTK devel package.
cvsextras 9ac3e73
- Save .spec in UTF-8.
cvsextras 9ac3e73
- Fixes from Dams:
cvsextras 9ac3e73
- Don't build --with-unicode, it breaks stuff (as was already noted by Dams).
cvsextras 9ac3e73
- Don't remove wx-config symlinks on upgrades.
cvsextras 9ac3e73
- Remove duplicates from docs.
cvsextras 9ac3e73
cvsextras 9ac3e73
* Tue May 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.4.0-0.fdr.4
cvsextras 9ac3e73
- Split into subpackages, spec file rewrite.
cvsextras 9ac3e73
- Use bzipped upstream tarball.
cvsextras 9ac3e73
- Clean up BuildRequirement versions.
cvsextras 9ac3e73
cvsextras 9ac3e73
* Fri May  9 2003 Dams <anvil[AT]livna.org> 0:2.4.0-0.fdr.3
cvsextras 9ac3e73
- Now build/include both gtk/gtk2 libs
cvsextras 9ac3e73
- buildroot -> RPM_BUILD_ROOT
cvsextras 9ac3e73
a24ae7a
* Mon Mar  3 2003 Dams <anvil@livna.org>
cvsextras 9ac3e73
- Initial build.
cvsextras 9ac3e73
- Disable unicode as it breaks lmule
cvsextras 9ac3e73
- use the %find_lang macro for locale