4aa6e94
df96397
%define make_cvs 1
e9afc27
27bf9b9
%if 0%{?fedora} > 7
27bf9b9
# make -libs subpkg
27bf9b9
%define libs 1
27bf9b9
%endif
27bf9b9
4aa6e94
Name:    kdewebdev
4aa6e94
Summary: Web development applications 
4aa6e94
Epoch:   6
55db97e
Version: 3.5.10
55db97e
Release: 1%{?dist}
4aa6e94
4aa6e94
License: GPLv2
4aa6e94
Url:     http://kdewebdev.org/ 
4aa6e94
Group:   Applications/Editors
0dd3a93
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e9afc27
5269a59
Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
e9afc27
Source1: http://download.sourceforge.net/quanta/css.tar.bz2
e9afc27
Source2: http://download.sourceforge.net/quanta/html.tar.bz2
e9afc27
Source3: http://download.sourceforge.net/quanta/php_manual_en_20030401.tar.bz2
e9afc27
Source4: http://download.sourceforge.net/quanta/javascript.tar.bz2
5269a59
Source5: hi48-app-kxsldbg.png
e9afc27
5269a59
Patch0: javascript.patch
5269a59
Patch1: kdewebdev-3.5.4-kxsldbg-icons.patch
4a1baec
4aa6e94
%if %{make_cvs}
4aa6e94
BuildRequires: automake libtool
27bf9b9
%endif BuildRequires: desktop-file-utils
1f0cd99
BuildRequires: kdelibs3-devel >= %{version}
1f0cd99
%if 0%{?fedora} < 9
1f0cd99
BuildRequires: kdesdk3-devel >= %{version}
1f0cd99
%endif
1f0cd99
BuildRequires: libxslt-devel libxml2-devel
fbed9b0
%if 0%{?rhel} == 4
fbed9b0
# a bogus dep in libexslt.la file from EL-4 (WONTFIX bug http://bugzilla.redhat.com/142241)
634e166
BuildRequires: libgcrypt-devel
fbed9b0
%endif
4aa6e94
BuildRequires: perl
4aa6e94
27bf9b9
%if 0%{?libs}
e1cf625
Requires: %{name}-libs = %{?epoch:%{epoch}:}%{version}-%{release}
27bf9b9
%else
27bf9b9
Obsoletes: %{name}-libs < %{?epoch:%{epoch}:}%{version}-%{release}
27bf9b9
Provides:  %{name}-libs = %{?epoch:%{epoch}:}%{version}-%{release}
4a1baec
Requires(post): /sbin/ldconfig
4a1baec
Requires(postun): /sbin/ldconfig
fbed9b0
%endif
fbed9b0
4aa6e94
# optional
55db97e
#Requires(hint): gnupg
4aa6e94
Requires(hint): tidy
e9afc27
4aa6e94
Provides: kdewebdev3 = %{version}-%{release}
e9afc27
4aa6e94
Obsoletes: quanta < %{epoch}:%{version}-%{release}
4aa6e94
Provides:  quanta = %{epoch}:%{version}-%{release}
4aa6e94
e1cf625
%define kommander_ver 1.2.2
4aa6e94
#Obsoletes: kommander < %{kommander_ver}-%{release}
4aa6e94
Provides:  kommander = %{kommander_ver}-%{release}
e9afc27
e9afc27
%description
4aa6e94
%{summary}, including:
4aa6e94
* kfilereplace: batch search and replace tool
4aa6e94
* kimagemapeditor: HTML image map editor
4aa6e94
* klinkstatus: link checker
4aa6e94
* kommander: visual dialog building tool
4aa6e94
* kxsldbg: xslt Debugger
4aa6e94
* quanta+: web development
e9afc27
e9afc27
%package devel
e9afc27
Group: Development/Libraries
4aa6e94
Summary: Header files and documentation for %{name} 
4aa6e94
Provides: kdewebdev3-devel = %{version}-%{release}
4aa6e94
Requires: kdelibs3-devel
e1cf625
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
4aa6e94
Obsoletes: quanta-devel < %{epoch}:%{version}-%{release}
e9afc27
%description devel
4aa6e94
%{summary}.
e9afc27
27bf9b9
%if 0%{?libs}
e1cf625
%package libs
e1cf625
Summary: %{name} runtime libraries
e1cf625
Group:   System Environment/Libraries
e1cf625
Requires: kdelibs3 >= %{version}
27bf9b9
# helps multilib upgrades
55db97e
#Obsoletes: %{name} < %{?epoch:%{epoch}:}%{version}-%{release}
55db97e
#Requires:  %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
e1cf625
%description libs
e1cf625
%{summary}.
27bf9b9
%endif
e1cf625
e9afc27
e9afc27
%prep
9580b6f
%setup -q -a 1 -a 2 -a 3 -a 4
5269a59
%patch0 -p0 -b .javascript
5269a59
%patch1 -p1 -b .kxsldbg-icons
e9afc27
4aa6e94
install -m644 -p %{SOURCE5} kxsldbg/
5269a59
72d01e6
%if %{make_cvs}
72d01e6
  make -f admin/Makefile.common cvs
72d01e6
%endif
e9afc27
4aa6e94
4aa6e94
%build
4aa6e94
unset QTDIR && . /etc/profile.d/qt.sh
4aa6e94
e9afc27
%configure \
4aa6e94
  --includedir=%{_includedir}/kde \
4aa6e94
  --disable-rpath \
4aa6e94
  --enable-new-ldflags \
4aa6e94
  --disable-debug --disable-warnings \
4aa6e94
  --disable-dependancy-tracking --enable-final \
e9afc27
e9afc27
make %{?_smp_mflags}
e9afc27
4aa6e94
e9afc27
%install
384f79d
rm -rf %{buildroot}
e9afc27
4aa6e94
make install DESTDIR=%{buildroot}
e9afc27
4aa6e94
## package separately?  Why doesn't upstream include this? -- Rex
e9afc27
# install docs
e9afc27
for i in css html javascript ; do
e9afc27
   pushd $i
e9afc27
   ./install.sh <
384f79d
%{buildroot}%{_datadir}/apps/quanta/doc
e9afc27
EOF
e9afc27
   popd
e9afc27
   rm -rf $i
e9afc27
done
4aa6e94
cp -a php php.docrc %{buildroot}%{_datadir}/apps/quanta/doc/
e9afc27
4aa6e94
# make symlinks relative
384f79d
pushd %{buildroot}%{_docdir}/HTML/en
e9afc27
for i in *; do
e9afc27
   if [ -d $i -a -L $i/common ]; then
e9afc27
      rm -f $i/common
4aa6e94
      ln -nfs ../common $i
e9afc27
   fi
e9afc27
done
e9afc27
popd
e9afc27
4aa6e94
# rpmdocs
4aa6e94
for dir in k* quanta; do
4aa6e94
  for file in AUTHORS ChangeLog README TODO ; do
4aa6e94
    test -s  "$dir/$file" && install -p -m644 -D "$dir/$file" "rpmdocs/$dir/$file"
4aa6e94
  done
4aa6e94
done
4aa6e94
4aa6e94
9580b6f
%post
27bf9b9
%{!?libs:/sbin/ldconfig}
9580b6f
for f in crystalsvg hicolor locolor ; do
9580b6f
  touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
9580b6f
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
9580b6f
done
9580b6f
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
e9afc27
9580b6f
%postun
27bf9b9
%{!?libs:/sbin/ldconfig}
9580b6f
for f in crystalsvg hicolor locolor ; do
9580b6f
  touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
9580b6f
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
9580b6f
done
9580b6f
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
e9afc27
27bf9b9
%if 0%{?libs}
e1cf625
%post libs -p /sbin/ldconfig
e1cf625
e1cf625
%postun libs -p /sbin/ldconfig
27bf9b9
%endif
e1cf625
4aa6e94
e9afc27
%clean
384f79d
rm -rf %{buildroot}
e9afc27
4aa6e94
e9afc27
%files
4aa6e94
%defattr(-,root,root,-)
4aa6e94
%doc AUTHORS ChangeLog COPYING NEWS README
4aa6e94
%doc rpmdocs/*
e9afc27
%{_bindir}/*
e9afc27
%{_libdir}/kde3/*
72d01e6
%{_datadir}/applications/kde/*
72d01e6
%{_datadir}/applnk/.hidden/*
e9afc27
%{_datadir}/apps/*
4aa6e94
%doc %{_datadir}/apps/quanta/doc
e9afc27
%{_datadir}/config.kcfg/*
4aa6e94
%{_datadir}/icons/crystalsvg/*/*/*
4aa6e94
%{_datadir}/icons/hicolor/*/*/*
4aa6e94
%{_datadir}/icons/locolor/*/*/*
e9afc27
%{_datadir}/mimelnk/application/*
e9afc27
%{_datadir}/services/*
e9afc27
%{_datadir}/servicetypes/*
4aa6e94
%{_docdir}/HTML/en/*
e9afc27
27bf9b9
%if 0%{?libs}
e1cf625
%files libs
e1cf625
%defattr(-,root,root,-)
27bf9b9
%endif
e1cf625
%{_libdir}/lib*.so.*
e1cf625
%{_libdir}/lib*.la
e1cf625
27bf9b9
%files devel
27bf9b9
%defattr(-,root,root,-)
27bf9b9
%{_libdir}/lib*.so
27bf9b9
%{_includedir}/kde/*
27bf9b9
e9afc27
e9afc27
%changelog
55db97e
* Sat Aug 30 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:3.5.10-1
55db97e
- update to 3.5.10
55db97e
55db97e
* Wed Jun 04 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:3.5.9-4
55db97e
- reinclude crystalsvg icons also on f9+ (no longer using crystalsvg from KDE 4)
55db97e
55db97e
* Fri Mar 28 2008 Rex Dieter <rdieter@fedoraproject.org> - 6:3.5.9-3
55db97e
- drop Requires: gnupg
55db97e
- omit multilib upgrade hacks
55db97e
efab5b6
* Tue Mar 04 2008 Rex Dieter <rdieter@fedoraproject.org> - 6:3.5.9-2
efab5b6
- -libs: Requires: %%name, fixes "yum update removes kdewebdev" (#435956)
efab5b6
1f0cd99
* Fri Feb 15 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:3.5.9-1
1f0cd99
- update to 3.5.9
1f0cd99
- drop rename-arrow patch (fixed upstream, arrow icon is now app-local)
1f0cd99
- drop gcc43 patch (fixed upstream)
1f0cd99
1f0cd99
* Sat Feb 09 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:3.5.8-7
1f0cd99
- rebuild for GCC 4.3
1f0cd99
1f0cd99
* Sat Jan 05 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:3.5.8-6
1f0cd99
- apply upstream build fix for GCC 4.3 (IS_BLANK macro name conflict w/ libxml)
1f0cd99
1f0cd99
* Mon Dec 24 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:3.5.8-5
1f0cd99
- remove crystalsvg icon which conflicts with kdeartwork (F9+) (#426694)
1f0cd99
1f0cd99
* Wed Dec 5 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:3.5.8-4
1f0cd99
- rename arrow.png because it confuses KDE 4 (kde#153476)
1f0cd99
- drop BR: kdesdk3 on F9+
fbed9b0
27bf9b9
* Tue Oct 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-3
27bf9b9
- -libs: Obsoletes: %%name ... to help out multilib upgrades
27bf9b9
- -libs conditional (f8+)
27bf9b9
e1cf625
* Mon Oct 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-2
27bf9b9
- -libs subpkg (more multilib friendly
e1cf625
- kommander_ver 1.2.2
e1cf625
e1cf625
* Sat Oct 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.8-1
e1cf625
- kde-3.5.8
e1cf625
4aa6e94
* Thu Sep 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.7-2
4aa6e94
- License: GPLv2
4aa6e94
- update %%description
4aa6e94
- Provides: kdewebdev3 kommander 
4aa6e94
- BR: kdelibs3
4aa6e94
4aa6e94
* Mon Jun 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:3.5.7-1
4aa6e94
- 3.5.7
4aa6e94
- +Requires(hint): gnupg tidy
4aa6e94
- use Versioned Obsoletes/Provides: quanta
4aa6e94
ebbc213
* Thu Feb 08 2007 Than Ngo <than@redhat.com> 6:3.5.6-1.fc7
ebbc213
- 3.5.6
ebbc213
5269a59
* Fri Aug 25 2006 Than Ngo <than@redhat.com> 6:3.5.4-2
5269a59
- fix #203893, add missing icon for kxsldbg
5269a59
9580b6f
* Thu Aug 10 2006 Than Ngo <than@redhat.com> 6:3.5.4-1
9580b6f
- rebuild
9580b6f
0dd3a93
* Mon Jul 24 2006 Than Ngo <than@redhat.com> 6:3.5.4-0.pre1
0dd3a93
- prerelease of 3.5.4 (from the first-cut tag)
0dd3a93
4a1baec
* Fri Jul 14 2006 Than Ngo <than@redhat.com> 6:3.5.3-2
4a1baec
- BR: autoconf automake libtool
4a1baec
2f3d787
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.3-1.1
2f3d787
- rebuild
2f3d787
384f79d
* Mon Jun 05 2006 Than Ngo <than@redhat.com> 6:3.5.3-1
384f79d
- update to 3.5.3
384f79d
a069284
* Wed Apr 05 2006 Than Ngo <than@redhat.com> 6:3.5.2-1
a069284
- update to 3.5.2
a069284
b35cb94
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.1-1.2
b35cb94
- bump again for double-long bug on ppc(64)
b35cb94
55d7f01
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.1-1.1
55d7f01
- rebuilt for new gcc4.1 snapshot and glibc changes
55d7f01
71cc75b
* Sun Feb 05 2006 Than Ngo <than@redhat.com> 6:3.5.1-1 
71cc75b
- 3.5.1
71cc75b
b4921bd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b4921bd
- rebuilt
b4921bd
b065b4f
* Sun Dec 04 2005 Than Ngo <than@redhat.com> 6:3.5.0-1
b065b4f
- 3.5
b065b4f
38fc76d
* Tue Oct 25 2005 Than Ngo <than@redhat.com> 6:3.4.92-1
38fc76d
- update to 3.5 beta2
38fc76d
086d723
* Mon Oct 10 2005 Than Ngo <than@redhat.com> 6:3.4.91-1
086d723
- update to 3.5 beta 1
086d723
031651c
* Mon Sep 26 2005 Than Ngo <than@redhat.com> 6:3.4.2-3
031651c
- remove tidy since it's included in extras #169217
031651c
88e2da5
* Thu Sep 22 2005 Than Ngo <than@redhat.com> 6:3.4.2-2
88e2da5
- fix uic build problem
88e2da5
45571c9
* Thu Aug 11 2005 Than Ngo <than@redhat.com> 6:3.4.2-1
45571c9
- update to 3.4.2
45571c9
0c4cf1b
* Wed Jun 29 2005 Than Ngo <than@redhat.com> 6:3.4.1-1
ad22c07
- 3.4.1
0c4cf1b
- fix gcc4 build problem
ad22c07
e39b2da
* Wed May 04 2005 Than Ngo <than@redhat.com> 6:3.4.0-3
e39b2da
- apply patch to fix CAN-2005-0754, Kommander untrusted code execution,
e39b2da
  thanks to KDE security team
e39b2da
7835e6e
* Tue Apr 19 2005 Than Ngo <than@redhat.com> 6:3.4.0-2
7835e6e
- add kdesdk in buildrequires #155054
7835e6e
6f8b0ca
* Sat Mar 19 2005 Than Ngo <than@redhat.com> 6:3.4.0-1
6f8b0ca
- 3.4.0
6f8b0ca
6f98874
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.2
6f98874
- rebuilt against gcc-4.0.0-0.31
6f98874
72d01e6
* Mon Feb 28 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.1
72d01e6
- 3.4.0 rc1
72d01e6
72d01e6
* Mon Feb 21 2005 Than Ngo <than@redhat.com> 6:3.3.92-0.1
72d01e6
- 3.4 beta2
72d01e6
b8ca2b1
* Fri Dec 03 2004 Than Ngo <than@redhat.com> 6:3.3.2-0.1
b8ca2b1
- update to 3.3.2
b8ca2b1
- add missing tidy for HTML syntax checking #140970
b8ca2b1
cf29bd3
* Mon Oct 18 2004 Than Ngo <than@redhat.com> 6:3.3.1-2
cf29bd3
- rebuilt
cf29bd3
e9afc27
* Wed Oct 13 2004 Than Ngo <than@redhat.com> 6:3.3.1-1
e9afc27
- update to 3.3.1
e9afc27
e9afc27
* Thu Sep 16 2004 Than Ngo <than@redhat.com> 3.3.0-1
e9afc27
- update to 3.3.0
e9afc27
e9afc27
* Sat Jun 19 2004 Than Ngo <than@redhat.com> 3.2.3-1 
e9afc27
- update to 3.2.3
e9afc27
e9afc27
* Sun Apr 11 2004 Than Ngo <than@redhat.com> 3.2.2-0.1
e9afc27
- 3.2.2 release
e9afc27
e9afc27
* Fri Mar 05 2004 Than Ngo <than@redhat.com> 6:3.2.1-1
e9afc27
- 3.2.1 release
e9afc27
e9afc27
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e9afc27
- rebuilt
e9afc27
e9afc27
* Tue Feb 17 2004 Than Ngo <than@redhat.com> 6:3.2.0-1.2
e9afc27
- fix typo bug, _smp_mflags instead smp_mflags
e9afc27
e9afc27
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e9afc27
- rebuilt
e9afc27
e9afc27
* Wed Feb 11 2004 Than Ngo <than@redhat.com> 6:3.2.0-0.1
e9afc27
- 3.2.0 release
e9afc27
- built against qt 3.3.0
e9afc27
e9afc27
* Thu Jan 22 2004 Than Ngo <than@redhat.com> 6:3.1.95-0.1
e9afc27
- 3.2 RC1
e9afc27
e9afc27
* Thu Dec 11 2003 Than Ngo <than@redhat.com> 6:3.1.94-0.3
e9afc27
- fix build problem with new gcc
e9afc27
e9afc27
* Thu Dec 04 2003 Than Ngo <than@redhat.com> 6:3.1.94-0.2
e9afc27
- remove quanta-3.1.93-xml2.patch, which is included in upstream
e9afc27
e9afc27
* Mon Dec 01 2003 Than Ngo <than@redhat.com> 6:3.1.94-0.1
e9afc27
- KDE 3.2 Beta2
e9afc27
e9afc27
* Thu Nov 27 2003 Than Ngo <than@redhat.com> 6:3.1.93-0.3
e9afc27
- get rid of rpath
e9afc27
e9afc27
* Tue Nov 25 2003 Than Ngo <than@redhat.com> 6:3.1.93-0.2
e9afc27
- add fix to build against new libxml2 >= 2.6
e9afc27
e9afc27
* Thu Nov 13 2003 Than Ngo <than@redhat.com> 6:3.1.93-0.1
e9afc27
- KDE 3.2 Beta 1
e9afc27
- cleanup
e9afc27
- add devel package
e9afc27
e9afc27
* Tue Sep 30 2003 Than Ngo <than@redhat.com> 6:3.1.4-1
e9afc27
- 3.1.4
e9afc27
e9afc27
* Tue Aug 12 2003 Than Ngo <than@redhat.com> 6:3.1.3-1
e9afc27
- 3.1.3
e9afc27
- update php docs (bug #99073)
e9afc27
- desktop issue (bug #87602)
e9afc27
e9afc27
e9afc27
* Wed Jun 25 2003 Than Ngo <than@redhat.com> 3.1.2-4
e9afc27
- rebuilt
e9afc27
e9afc27
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e9afc27
- rebuilt
e9afc27
e9afc27
* Tue May 20 2003 Than Ngo <than@redhat.com> 3.1.2-2
e9afc27
- 3.1.2
e9afc27
e9afc27
* Thu Mar 20 2003 Than Ngo <than@redhat.com> 3.1.1-1
e9afc27
- 3.1.1
e9afc27
e9afc27
* Fri Jan 31 2003 Than Ngo <than@redhat.com> 3.1-1
e9afc27
- 3.1 final
e9afc27
e9afc27
* Sat Nov 30 2002 Than Ngo <than@redhat.com> 3.1-0.2
e9afc27
- cleanup scpecfile
e9afc27
- desktop file issue
e9afc27
- add missing %post, %postun ldconfig
e9afc27
- remove po files, it's now in kde-i18n stuff
e9afc27
e9afc27
* Thu Nov 28 2002 Than Ngo <than@redhat.com> 3.1-0.1
e9afc27
- update to 3.1 rc4
e9afc27
e9afc27
* Fri Aug 23 2002 Phil Knirsch <pknirsch@redhat.com> 3.0-0.pr1.5
e9afc27
- Rebuilt with new qt.
e9afc27
e9afc27
* Mon Aug 12 2002 Tim Powers <timp@redhat.com> 3.0-0.pr1.4
e9afc27
- rebuilt with gcc-3.2
e9afc27
e9afc27
* Sun Aug  4 2002 han Ngo <than@redhat.com> 3.0-0.pr1.3
e9afc27
- 3.0-pr1 release
e9afc27
- fixed desktop file issue
e9afc27
e9afc27
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 3.0-0.pr1.2
e9afc27
- build using gcc-3.2-0.1
e9afc27
e9afc27
* Sun Jul 14 2002 Than Ngo <than@redhat.com> 3.0-0.pr1.1
e9afc27
- 3.0-pr1 fixed bug #68268
e9afc27
- use desktop-file-install
e9afc27
e9afc27
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
e9afc27
- automated rebuild
e9afc27
e9afc27
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e9afc27
- automated rebuild
e9afc27
e9afc27
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-0.cvs20020523.1
e9afc27
- Update, fix build with current toolchain
e9afc27
e9afc27
* Tue Apr 16 2002 Than Ngo <than@redhat.com> 2.1-0.cvs20020404.2
e9afc27
- rebuild
e9afc27
e9afc27
* Thu Apr  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-0.cvs20020404.1
e9afc27
- Fix bug #62648
e9afc27
e9afc27
* Tue Mar 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-0.cvs20020326.1
e9afc27
- Update
e9afc27
- %%langify spec file
e9afc27
- Move desktop file to /etc/X11/applnk; quanta is generally useful
e9afc27
e9afc27
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-0.cvs20020129.1
e9afc27
- Update, fix build, KDE3ify
e9afc27
e9afc27
* Thu Aug 23 2001 Than Ngo <than@redhat.com> 2.0-0.cvs20010724.2
e9afc27
- fix quanta crashes on exit (Bug #51180)
e9afc27
- fix bad character (Bug #51509)
e9afc27
e9afc27
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010724.1
e9afc27
- langify
e9afc27
- remove ia64 workarounds
e9afc27
- update
e9afc27
e9afc27
* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010723.1
e9afc27
- Update
e9afc27
- Make symlinks relative
e9afc27
e9afc27
* Thu Feb 22 2001 Than Ngo <than@redhat.com>
e9afc27
- update to 2.0pr1
e9afc27
e9afc27
* Wed Feb  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
e9afc27
- Update to get rid of libkdefakes.so.0 requirement
e9afc27
e9afc27
* Thu Jan  4 2001 Bernhard Rosenkraenzer <bero@redhat.com>
e9afc27
- Initial build, obsoletes WebMaker