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
ccebd58
Version:        2.6.3
a1db910
Release:        2.6.3.2.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
118c492
Patch0:         wxGTK-2.6.3.2-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
b8653be
BuildRequires:  libGL-devel, libGLU-devel
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
e2b5017
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
118c492
%patch0 -p1 -b .2.6.3.2
118c492
946635d
sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
cvsextras 9ac3e73
cvsextras 9ac3e73
cvsextras 9ac3e73
%build
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} \
e4ac7a4
  --with-gtk=2 \
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 \
e4ac7a4
  --enable-unicode \
e4ac7a4
  --enable-compat22
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
e4ac7a4
make %{?_smp_mflags} -C contrib/src/animate
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
e4ac7a4
%makeinstall -C contrib/src/animate
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
e4ac7a4
ln -s %{_libdir}/wx/config/gtk2-unicode-release-2.6 $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,-)
e4ac7a4
%doc CHANGES*.txt COPYING.LIB LICENCE.txt 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.*
e4ac7a4
%{_libdir}/libwx_gtk2u_animate-*.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_media-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_ogl-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_xrc-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_stc-*.so.*
e4ac7a4
%{_libdir}/libwx_gtk2u_qa-*.so.*
cvsextras 9ac3e73
cvsextras 9ac3e73
%files devel
cvsextras 9ac3e73
%defattr(-,root,root,-)
e4ac7a4
%{_bindir}/wx-config
e4ac7a4
%{_bindir}/wxrc*
e4ac7a4
%{_includedir}/wx-2.6
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
a1db910
* Mon Aug 28 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.3
a1db910
- bump release for FC6 rebuild
a1db910
e2b5017
* Mon Jul  3 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.2
e2b5017
- add libGL-devel and libGLU-devel requires to wxGTK-devel package
e2b5017
  (see bug #197501).
e2b5017
b8653be
* Thu Apr 13 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.1
b8653be
- oops -- forgot to change mesa-libGL*-devel -> libGL*-devel
b8653be
118c492
* Thu Apr 13 2006 Matthew Miller <mattdm@mattdm.org> - 2.6.3-2.6.3.2.0
118c492
- patch to cvs subrelease 2.6.3.2 (matches wxPython)
99f3e7a
118c492
* 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
118c492
* 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