cvsdist 4d58295
%define isClean 1
cvsdist 4d58295
cvsdist 4d58295
%define debug 0
cvsdist 4d58295
%define final 0
cvsdist 4d58295
%define rpm_clean 1
cvsdist 4d58295
cvsdist f3fe0bf
%define kde_version 3.2.1
cvsdist f3fe0bf
%define qt_version 3.3.1
cvsdist 4d58295
cvsdist f3fe0bf
%define libtool 1
cvsdist 4d58295
cvsdist ab70d60
Name: kdevelop
cvsdist ab70d60
Summary: Integrated Development Environment for C++/C
cvsdist f3fe0bf
Version: 3.0.2
cvsdist f3fe0bf
Release: 1
cvsdist f3fe0bf
Epoch: 9
cvsdist ab70d60
URL: http://www.kdevelop.org/
cvsdist ab70d60
Group: Development/Tools
cvsdist ab70d60
BuildRoot: %{_tmppath}/%{name}-buildroot
cvsdist ab70d60
License: GPL
cvsdist 4d58295
cvsdist e8abf62
Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
cvsdist 4d58295
Source1: ftp://129.187.206.68/pub/unix/ide/KDevelop/c_cpp_reference-2.0.2_for_KDE_3.0.tar.bz2
cvsdist 4d58295
Source2: kdevelop
cvsdist e8abf62
cvsdist e8abf62
Patch1: c_cpp_reference-2.0.2-config.patch
cvsdist e8abf62
Patch2: kde-libtool.patch
cvsdist e8abf62
Patch3: kdevelop-2.1.5_for_KDE_3.1-doc.patch
cvsdist 4d58295
cvsdist f3fe0bf
Prereq: /sbin/ldconfig
cvsdist f3fe0bf
cvsdist 4d58295
Requires: kdelibs-devel >= 6:%{kde_version}
cvsdist baaea67
Requires: make
cvsdist 4917ee0
Requires: perl >= 0:5.004
cvsdist baaea67
Requires: autoconf >= 2.13
cvsdist baaea67
Requires: automake >= 1.4
cvsdist baaea67
Requires: flex >= 2.5.4
cvsdist 4d58295
Requires: qt-designer >= 1:%{qt_version}
cvsdist 4d58295
cvsdist baaea67
BuildPrereq: autoconf
cvsdist baaea67
BuildPrereq: automake
cvsdist baaea67
BuildPrereq: libtool
cvsdist 4d58295
BuildPrereq: kdelibs-devel >= %{kde_version}
cvsdist e8abf62
BuildRequires: db4-devel
cvsdist ab70d60
Obsoletes: kdevelop-c_c++_ref
cvsdist ab70d60
cvsdist ab70d60
%description
cvsdist ab70d60
The KDevelop Integrated Development Environment provides many features
cvsdist ab70d60
that developers need as well as providing a unified interface to programs
cvsdist ab70d60
like gdb, the C/C++ compiler, and make. KDevelop manages or provides:
cvsdist ab70d60
cvsdist ab70d60
All development tools needed for C++ programming like Compiler,
cvsdist ab70d60
Linker, automake and autoconf; KAppWizard, which generates complete,
cvsdist ab70d60
ready-to-go sample applications; Classgenerator, for creating new
cvsdist ab70d60
classes and integrating them into the current project; File management
cvsdist ab70d60
for sources, headers, documentation etc. to be included in the
cvsdist ab70d60
project; The creation of User-Handbooks written with SGML and the
cvsdist ab70d60
automatic generation of HTML-output with the KDE look and feel;
cvsdist ab70d60
Automatic HTML-based API-documentation for your project's classes with
cvsdist ab70d60
cross-references to the used libraries; Internationalization support
cvsdist ab70d60
for your application, allowing translators to easily add their target
cvsdist ab70d60
language to a project;
cvsdist ab70d60
cvsdist ab70d60
KDevelop also includes WYSIWYG (What you see is what you get)-creation
cvsdist ab70d60
of user interfaces with a built-in dialog editor; Debugging your
cvsdist ab70d60
application by integrating KDbg; Editing of project-specific pixmaps
cvsdist ab70d60
with KIconEdit; The inclusion of any other program you need for
cvsdist ab70d60
development by adding it to the "Tools"-menu according to your
cvsdist ab70d60
individual needs.
cvsdist ab70d60
cvsdist ab70d60
%prep
cvsdist e8abf62
cvsdist e8abf62
%setup -q -a1
cvsdist e8abf62
%patch1 -p0 -b .config
cvsdist e8abf62
%patch2 -p1 -b .libtool
cvsdist e8abf62
%patch3 -p1 -b .doc
cvsdist ab70d60
cvsdist ab70d60
%build
cvsdist 4d58295
export KDEDIR=%{_prefix}
cvsdist ab70d60
QTDIR="" && source /etc/profile.d/qt.sh
cvsdist ab70d60
cvsdist 4d58295
# Workaround for legacy auto* tools
cvsdist 4d58295
%if %{libtool}
cvsdist f3fe0bf
  [ -x /usr/bin/autoconf-2.5? ] && ln -s /usr/bin/autoconf-2.5? autoconf
cvsdist f3fe0bf
  [ -x /usr/bin/autoheader-2.5? ] && ln -s /usr/bin/autoheader-2.5? autoheader
cvsdist f3fe0bf
  [ -x /usr/bin/aclocal-1.5 ] && ln -s /usr/bin/aclocal-1.5 aclocal
cvsdist f3fe0bf
  [ -x /usr/bin/automake-1.5 ] && ln -s /usr/bin/automake-1.5 automake
cvsdist f3fe0bf
  export PATH=`pwd`:$PATH
cvsdist f3fe0bf
  make -f admin/Makefile.common cvs
cvsdist f3fe0bf
  make -C c_cpp_reference-2.0.2_for_KDE_3.0 -f admin/Makefile.common cvs
cvsdist 4d58295
%endif
cvsdist 4d58295
cvsdist 4d58295
export FLAGS="$RPM_OPT_FLAGS -DNDEBUG -DNO_DEBUG -D_GNU_SOURCE"
cvsdist ab70d60
cvsdist 4d58295
%configure \
cvsdist e8abf62
   --disable-rpath \
cvsdist e8abf62
%if %{final}
cvsdist e8abf62
  --enable-final \
cvsdist e8abf62
%endif
cvsdist c27adac
  --with-qtdoc-dir=$QTDIR/doc/html/ \
cvsdist 4917ee0
  --with-kdelibsdoc-dir=%{_docdir}/HTML/en/kdelibs-apidocs/ \
cvsdist 4d58295
  --with-qt-libraries=$QTDIR/lib \
cvsdist 4d58295
  --with-extra-libs=%{_libdir}
cvsdist ab70d60
cvsdist f3fe0bf
make %{?_smp_mflags}
cvsdist ab70d60
cvsdist ab70d60
# c references
cvsdist 4d58295
pushd c_cpp_reference-2.0.2_for_KDE_3.0
cvsdist 4d58295
%configure \
cvsdist 4d58295
  --with-qt-libraries=$QTDIR/lib \
cvsdist 4d58295
  --with-qt-includes=$QTDIR/include \
cvsdist 4d58295
  --with-extra-libs=%{_libdir}
cvsdist 4d58295
popd
cvsdist ab70d60
cvsdist ab70d60
%install
cvsdist ab70d60
rm -rf $RPM_BUILD_ROOT
cvsdist ab70d60
cvsdist e5a8164
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 4d58295
make -C c_cpp_reference-2.0.2_for_KDE_3.0 DESTDIR=$RPM_BUILD_ROOT install
cvsdist 4d58295
cvsdist e8abf62
# remove duplicat, konflict with kdelibs
cvsdist e8abf62
rm -f $RPM_BUILD_ROOT%{_datadir}/mimelnk/text/x-pascal.desktop
cvsdist c27adac
cvsdist f3fe0bf
%post
cvsdist f3fe0bf
/sbin/ldconfig
cvsdist f3fe0bf
cvsdist f3fe0bf
%postun
cvsdist f3fe0bf
/sbin/ldconfig
cvsdist f3fe0bf
cvsdist e8abf62
%clean
cvsdist e8abf62
rm -rf $RPM_BUILD_ROOT
cvsdist e5a8164
cvsdist ab70d60
%files
cvsdist ab70d60
%defattr(-,root,root)
cvsdist e8abf62
%doc %{_docdir}/HTML/en/*
cvsdist 4d58295
%{_bindir}/*
cvsdist e8abf62
%{_libdir}/kde3/*
cvsdist e8abf62
%{_libdir}/lib*
cvsdist e8abf62
%{_includedir}/*
cvsdist 7efdec0
%{_datadir}/applnk/Development/*
cvsdist e8abf62
%{_datadir}/apps/*
cvsdist e8abf62
%config %{_datadir}/config/*
cvsdist e8abf62
%{_datadir}/icons/*/*/*/*
cvsdist e8abf62
%{_datadir}/mimelnk/application/*
cvsdist e8abf62
%{_datadir}/mimelnk/text/*
cvsdist e8abf62
%{_datadir}/services/*
cvsdist e8abf62
%{_datadir}/servicetypes/*
cvsdist ab70d60
cvsdist ab70d60
%changelog
cvsdist f3fe0bf
* Tue Mar 09 2004 Than Ngo <than@redhat.com> 9:3.0.2-1
cvsdist f3fe0bf
- rebuild
cvsdist f3fe0bf
cvsdist f3fe0bf
* Fri Mar 05 2004 Than Ngo <than@redhat.com> 9:3.0.2-0.1
cvsdist f3fe0bf
- 3.0.2 release
cvsdist f3fe0bf
cvsdist f3fe0bf
* Sun Feb 08 2004 Than Ngo <than@redhat.com> 9:3.0.0-0.2
cvsdist f3fe0bf
- rebuilt against qt-3.3.0
cvsdist f3fe0bf
cvsdist f3fe0bf
* Mon Feb 02 2004 Than Ngo <than@redhat.com> 9:3.0.0-0.1
cvsdist f3fe0bf
- 3.0.0 release
cvsdist f3fe0bf
cvsdist e8abf62
* Thu Jan 22 2004 Than Ngo <than@redhat.com> 8:3.0.0r1-0.1
cvsdist f3fe0bf
- 3.0.0 RC1
cvsdist e8abf62
cvsdist e8abf62
* Wed Dec 10 2003 Than Ngo <than@redhat.com> 8:3.0.0b2-0.3
cvsdist e8abf62
- included BuildRequires: db4-devel
cvsdist e8abf62
cvsdist e8abf62
* Tue Dec 02 2003 Than Ngo <than@redhat.com> 8:3.0.0b2-0.2
cvsdist e8abf62
- 3.0.0 Beta 2 respin
cvsdist e8abf62
cvsdist e8abf62
* Mon Dec 01 2003 Than Ngo <than@redhat.com> 8:3.0.0b2-0.1
cvsdist e8abf62
- 3.0.0 Beta 2
cvsdist e8abf62
- remove unneeded files: kdevelop-htdig.conf, admin-1.0.tar.gz
cvsdist e8abf62
cvsdist e8abf62
* Thu Nov 27 2003 Than Ngo <than@redhat.com> 8:3.0.0b1-0.2
cvsdist e8abf62
- get rid of rpath
cvsdist e8abf62
cvsdist e8abf62
* Thu Nov 13 2003 Than Ngo <than@redhat.com> 8:3.0.0b1-0.1
cvsdist e8abf62
- 3.0.0 Beta1
cvsdist e8abf62
- po files moved in kde-i18n
cvsdist e8abf62
- cleanup
cvsdist e8abf62
cvsdist e8abf62
* Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e8abf62
- add a %%clean specfile target
cvsdist e8abf62
cvsdist 4917ee0
* Mon Oct 13 2003 Than Ngo <than@redhat.com> 8:2.1.5-13
cvsdist 4917ee0
- fix documention localtion
cvsdist 4917ee0
cvsdist 4917ee0
* Wed Aug 20 2003 Than Ngo <than@redhat.com> 8:2.1.5-12
cvsdist 4917ee0
- fix build problem with gcc 3.3
cvsdist 4917ee0
cvsdist 4917ee0
* Wed Jun 25 2003 <than@redhat.com> 2.1.5-11
cvsdist 4917ee0
- rebuilt
cvsdist 4917ee0
cvsdist 4917ee0
* Tue Jun 10 2003 <than@redhat.com> 2.1.5-10
cvsdist 4917ee0
- fix templates bug (bug #88718)
cvsdist 4917ee0
cvsdist 4917ee0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4917ee0
- rebuilt
cvsdist 4917ee0
cvsdist 4917ee0
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 4917ee0
- add explicit epoch's where needed.
cvsdist 4917ee0
cvsdist 4917ee0
* Tue May 27 2003 <than@redhat.com> 2.1.5-7
cvsdist 4917ee0
- rebuild
cvsdist 4917ee0
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Fri Feb 21 2003 <than@redhat.com> 2.1.5-2
cvsdist 4d58295
- get rid of gcc path from dependency_libs
cvsdist 4d58295
cvsdist 4d58295
* Fri Jan 24 2003 <than@redhat.com> 2.1.5-1
cvsdist 4d58295
- 2.1.5 release
cvsdist 4d58295
- update c_cpp_reference
cvsdist 4d58295
- cleanup sepcfile
cvsdist 4d58295
- remove templates, which is now in new upstream
cvsdist 4d58295
- remove unneeded c_cpp_reference-2.0.1-config.patch
cvsdist 4d58295
- add missing mo files
cvsdist 4d58295
- fixed #75084, #73128, #70656, #77767, #74425
cvsdist 4d58295
cvsdist 4d58295
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.1.4-6
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Wed Jan  8 2003 Jeff Johnson <jbj@redhat.com> 2.1.4-5
cvsdist 4d58295
- don't include -debuginfo files in package.
cvsdist 4d58295
cvsdist 4d58295
* Tue Dec 31 2002 Than Ngo <than@redhat.com> 2.1.4-4
cvsdist 4d58295
- fix templates (bug #80745)
cvsdist 4d58295
cvsdist 4d58295
* Tue Dec 17 2002 Than Ngo <than@redhat.com> 2.1.4-3
cvsdist 4d58295
- enable kdoc
cvsdist 4d58295
cvsdist 4d58295
* Mon Dec  9 2002 Than Ngo <than@redhat.com> 2.1.4-2
cvsdist 4d58295
- fix build problem on s390/s390x
cvsdist 4d58295
- fix bug #78866
cvsdist 4d58295
cvsdist 4d58295
* Sun Nov 10 2002 Than Ngo <than@redhat.com> 2.1.4-1
cvsdist 4d58295
- update to 2.1.4
cvsdist 4d58295
cvsdist 4d58295
* Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.1.3-3.2
cvsdist 4d58295
- Fixed build for s390x.
cvsdist 4d58295
cvsdist 4d58295
* Thu Sep 12 2002 Than Ngo <than@redhat.com> 2.1.3-3.1
cvsdist 4d58295
- clean up specfile for x86_64/ppc (bug #73862)
cvsdist 4d58295
cvsdist 7fb1bfc
* Sun Sep  1 2002 Than Ngo <than@redhat.com> 2.1.3-3
cvsdist 7fb1bfc
- Add fix to show/hide KaboutKDE and Report Bug menu item over
cvsdist 7fb1bfc
  KDE Action Restrictions in kdeglobals
cvsdist 7fb1bfc
cvsdist 7efdec0
* Tue Aug 27 2002 Than Ngo <than@redhat.com> 2.1.3-2
cvsdist 7efdec0
- move kdevelop in X-Red-Hat-Base
cvsdist 7efdec0
cvsdist baaea67
* Mon Aug 12 2002 Than Ngo <than@redhat.com> 2.1.3-1
cvsdist baaea67
- 2.1.3
cvsdist baaea67
- Adapted a patch file to 2.1.3
cvsdist baaea67
cvsdist e5a8164
* Sun Aug  5 2002 Than Ngo <than@redhat.com> 2.1.2-3
cvsdist e5a8164
- fixed desktop file issue
cvsdist e5a8164
cvsdist e5a8164
* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
cvsdist e5a8164
- build using gcc-3.2-0.1
cvsdist e5a8164
cvsdist e5a8164
* Tue Jul 09 2002 Than Ngo <than@redhat.com> 2.1.2-1
cvsdist e5a8164
- 2.1.2 for kde 3.0.2
cvsdist e5a8164
- use desktop-file-install
cvsdist e5a8164
cvsdist e5a8164
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e5a8164
- automated rebuild
cvsdist e5a8164
cvsdist e5a8164
* Wed Jun 19 2002 Than Ngo <than@redhat.com> 2.1.1-2
cvsdist e5a8164
- don't forcibly strip binaries
cvsdist e5a8164
cvsdist e5a8164
* Sun Jun  2 2002 Than Ngo <than@redhat.com> 2.1.1-1
cvsdist e5a8164
- 2.1.1
cvsdist e5a8164
cvsdist e5a8164
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist e5a8164
- automated rebuild
cvsdist e5a8164
cvsdist e5a8164
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-3
cvsdist e5a8164
- Use automake15
cvsdist e5a8164
cvsdist f6f4b97
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-2
cvsdist f6f4b97
- Change sonames
cvsdist f6f4b97
cvsdist 5f6dc0c
* Wed Mar 27 2002 Than Ngo <than@redhat.com> 2.1-1
cvsdist 5f6dc0c
- final
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Wed Mar 27 2002 Than Ngo <than@redhat.com> 2.1-0.cvs20020326.1
cvsdist 5f6dc0c
- update
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Wed Mar 20 2002 Than Ngo <than@redhat.com> 2.1rc3-1
cvsdist 5f6dc0c
- update to 2.1rc3
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Sun Mar 17 2002 Than Ngo <than@redhat.com> 2.1rc2-1
cvsdist 5f6dc0c
- update to 2.1rc2
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Sun Mar 10 2002 Than Ngo <than@redhat.com> 2.1beta2-3
cvsdist 5f6dc0c
- rebuild against new kdelibs
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Sun Mar 10 2002 Than Ngo <than@redhat.com> 2.1beta2-2
cvsdist 5f6dc0c
- fixed Strange characters appear in the output window (bug #59217)
cvsdist 5f6dc0c
- fixed return-line feed sign in Kdevelop setup tool (bug #55032)
cvsdist 5f6dc0c
cvsdist 1eaff19
* Wed Mar  8 2002 Than Ngo <than@redhat.com> 2.1beta2-1
cvsdist 1eaff19
- update to 2.1beta2
cvsdist 372c434
cvsdist 1eaff19
* Wed Jan 16 2002 Than Ngo <than@redhat.com> 2.1beta1-2
cvsdist 1eaff19
- rebuild against new kdelibs
cvsdist 1eaff19
cvsdist 1eaff19
* Wed Jan  9 2002 Than Ngo <than@redhat.com> 2.1beta1-1
cvsdist 1eaff19
- update to 2.1 beta1
cvsdist 1eaff19
- fix build against gcc 3
cvsdist 1eaff19
- fix some typo bugs
cvsdist 1eaff19
- get rid of libkfile
cvsdist 1eaff19
- update c_cpp_reference to 2.0.1
cvsdist 392a0a4
cvsdist 1eaff19
* Mon Oct 22 2001 Than Ngo <than@redhat.com> 2.0-1
cvsdist 1eaff19
- add patch to show non lattin1 font in build-in editor correct (bug #54457)
cvsdist 392a0a4
cvsdist 1eaff19
* Sat Sep 22 2001 Than Ngo <than@redhat.com> 2.0-2
cvsdist 1eaff19
- fix a bug in creating documentation index when running KDevelop Setup (bug #52760)
cvsdist 1eaff19
- backport some major bugfixes from 2.0.1
cvsdist c27adac
cvsdist ab70d60
* Mon Jul 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010730.1
cvsdist ab70d60
- Don't crash on startup
cvsdist ab70d60
cvsdist ab70d60
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010724.1
cvsdist ab70d60
- Fix file list
cvsdist ab70d60
cvsdist ab70d60
* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010723.1
cvsdist ab70d60
- Update
cvsdist ab70d60
cvsdist ab70d60
* Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- Yet another respin - printing was broken.
cvsdist ab70d60
cvsdist ab70d60
* Sat Feb 24 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- Update the C/C++ reference guide docs. The older version had a
cvsdist ab70d60
  couple of examples that won't work with gcc 2.96-*
cvsdist ab70d60
cvsdist ab70d60
* Thu Feb 22 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fix version number
cvsdist ab70d60
cvsdist ab70d60
* Wed Feb 21 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- 1.4-respin
cvsdist ab70d60
cvsdist ab70d60
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- 1.4
cvsdist ab70d60
cvsdist ab70d60
* Wed Feb 14 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- update (only bugfixes)
cvsdist ab70d60
- fix up kdelibs documentation path
cvsdist ab70d60
- fix a dependency problem with kde-i18n package (Bug #27675)
cvsdist ab70d60
- add qt-designer into requires
cvsdist ab70d60
cvsdist ab70d60
* Sun Feb 11 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fixed to build on s390
cvsdist ab70d60
cvsdist ab70d60
* Tue Feb 06 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- update, only bugfixes
cvsdist ab70d60
cvsdist ab70d60
* Wed Jan 24 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- hacked for building of KDE references
cvsdist ab70d60
cvsdist ab70d60
* Tue Jan 23 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- work-around to build on alpha
cvsdist ab70d60
cvsdist ab70d60
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- Update
cvsdist ab70d60
cvsdist ab70d60
* Wed Jan 10 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- update new snapshot, only require KDE2/Qt2
cvsdist ab70d60
cvsdist ab70d60
* Fri Dec 22 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fixed dependency problem with kde-i18n
cvsdist ab70d60
cvsdist ab70d60
* Thu Dec 21 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- updated to 1.4beta1 with KDE2 support
cvsdist ab70d60
- fixed to build on s390
cvsdist ab70d60
- fixed some broken codes
cvsdist ab70d60
 
cvsdist ab70d60
* Fri Dec 8 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fixed for building on ia64
cvsdist ab70d60
 
cvsdist ab70d60
* Wed Nov 15 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- build snapshot 20001112, it works now with KDE2 and kde1-compat
cvsdist ab70d60
- fix libtool to build on sparc and alpha
cvsdist ab70d60
- don't use make -j
cvsdist ab70d60
 
cvsdist ab70d60
* Sun Aug 13 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fix kdelibsdoc-dir to show kdelibs-1.1.2 html docu correct
cvsdist ab70d60
 
cvsdist ab70d60
* Tue Aug 01 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- add missing ldconfig in %post and %postun section (Bug #14924)
cvsdist ab70d60
- add missing C references stuff to kdevelop
cvsdist ab70d60
 
cvsdist ab70d60
* Sun Jul 30 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt against compat-egcs-c++, put KDE1 under /usr
cvsdist ab70d60
- cleanup specfile
cvsdist ab70d60
 
cvsdist ab70d60
* Tue Jul 25 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- fix dependency problem
cvsdist ab70d60
 
cvsdist ab70d60
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt against compat-libstdc++
cvsdist ab70d60
 
cvsdist ab70d60
* Mon Jul 17 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- install under /usr/share instead /usr/lib/kde1-compat/share,
cvsdist ab70d60
  fix dependency problem
cvsdist ab70d60
 
cvsdist ab70d60
* Sat Jul 15 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt with egcs-c++-1.1.2
cvsdist ab70d60
cvsdist ab70d60
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist ab70d60
- automatic rebuild
cvsdist ab70d60
 
cvsdist ab70d60
* Mon Jul 03 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- fix docdir
cvsdist ab70d60
- add requires kdebase
cvsdist ab70d60
 
cvsdist ab70d60
* Sun Jul 02 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt with  kde1-compat
cvsdist ab70d60
 
cvsdist ab70d60
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt in the new build environment, fix docdir
cvsdist ab70d60
- FHS packaging
cvsdist ab70d60
 
cvsdist ab70d60
* Thu Jun 08 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- update to 1.2
cvsdist ab70d60
- move from powertools to main CD
cvsdist ab70d60
- use %%configure
cvsdist ab70d60
 
cvsdist ab70d60
* Mon Apr 3 2000 Ngo Than <than@redhat.de>
cvsdist ab70d60
- fix up reference (Bug #10368)
cvsdist ab70d60
 
cvsdist ab70d60
* Tue Feb 15 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist ab70d60
- Fix up documentation path (Bug #7291)
cvsdist ab70d60
- Update to current stable branch - this should fix up the debugger problem
cvsdist ab70d60
- clean up spec file
cvsdist ab70d60
 
cvsdist ab70d60
* Fri Jan  6 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist ab70d60
- Update to current stable branch
cvsdist ab70d60
- Adapt to 6.2 Qt libraries
cvsdist ab70d60
- Use BuildPrereq
cvsdist ab70d60
 
cvsdist ab70d60
* Wed Jan 05 2000 Ngo Than <than@redhat.de>
cvsdist ab70d60
- added patch for alpha
cvsdist ab70d60
 
cvsdist ab70d60
* Tue Dec 21 1999 Ngo Than <than@redhat.de>
cvsdist ab70d60
- updated kdevelop-1.0 release
cvsdist ab70d60
 
cvsdist ab70d60
* Tue Nov 16 1999 Preston Brown <pbrown@redhat.com>
cvsdist ab70d60
- kdevelop 1.0beta4.1, docdir added, using DESTDIR env. variable.
cvsdist ab70d60
 
cvsdist ab70d60
* Thu Sep 09 1999 Preston Brown <pbrown@redhat.com>
cvsdist ab70d60
- initial packaging for 6.1.