cvsdist 4d58295
%define debug 0
cvsdist 4d58295
%define final 0
cvsdist 4d58295
59b4b69
%define kde_version 3.5.7
59b4b69
%define qt_version 3.3.8
01b54f5
%define qt_epoch 1
01b54f5
%define kdelibs_epoch 6
cvsdist 4d58295
359c7a3
%define make_cvs 1
cvsdist 4d58295
59b4b69
Name:    kdevelop
cvsdist ab70d60
Summary: Integrated Development Environment for C++/C
59b4b69
Epoch:   9
59b4b69
Version: 3.4.1
2c904af
Release: 3%{?dist}
59b4b69
59b4b69
License: GPL
cvsdist ab70d60
URL: http://www.kdevelop.org/
cvsdist ab70d60
Group: Development/Tools
5ee5683
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 4d58295
a5ce76d
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 e8abf62
cvsdist e8abf62
Patch1: c_cpp_reference-2.0.2-config.patch
e8e9935
Patch2: kdevelop-2.1.5_for_KDE_3.1-doc.patch
cvsdist 4d58295
5ee5683
Requires(post): /sbin/ldconfig
5ee5683
Requires(postun): /sbin/ldconfig
01b54f5
Requires: kdelibs-devel >= %{kdelibs_epoch}:%{kde_version}
cvsdist baaea67
Requires: make
5ee5683
Requires: perl
9ed8b39
Requires: libtool
5ee5683
Requires: automake
5ee5683
Requires: autoconf
cvsdist baaea67
Requires: flex >= 2.5.4
59b4b69
Requires: qt-designer
a5ce76d
Requires: gettext
e8e9935
Requires: ctags
4da7277
## Skip these, for now -- Rex
4da7277
#Requires(hint): htdig
4da7277
#Source3: kdevelop-htdig.conf
4da7277
#Requires(hint): kdelibs-apidocs
4da7277
#Requires(hint): ark
cvsdist 4d58295
59b4b69
%if %{make_cvs}
59b4b69
BuildRequires: automake libtool
59b4b69
%endif
59b4b69
BuildRequires: kdelibs-devel >= %{kdelibs_epoch}:%{kde_version}
4da7277
BuildRequires: kdelibs-apidocs qt-devel-docs
4da7277
%global qt_ver %(pkg-config --modversion qt-mt 2>/dev/null || echo %{qt_version})
5ee5683
BuildRequires: db4-devel
5ee5683
BuildRequires: flex
4da7277
# for cvs plugin
4da7277
BuildRequires: kdesdk-devel
4da7277
BuildRequires: subversion-devel neon-devel
5ee5683
4da7277
## ancient, deprecated?  -- Rex
4da7277
#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
4da7277
cvsdist ab70d60
%prep
cvsdist e8abf62
a5ce76d
%setup -q -a1
cvsdist e8abf62
%patch1 -p0 -b .config
e8e9935
%patch2 -p1 -b .doc
cvsdist ab70d60
359c7a3
%if %{make_cvs}
5ee5683
  rm -rf c_cpp_reference-2.0.2_for_KDE_3.0/admin
5ee5683
  cp -a admin c_cpp_reference-2.0.2_for_KDE_3.0/
cvsdist f3fe0bf
  make -C c_cpp_reference-2.0.2_for_KDE_3.0 -f admin/Makefile.common cvs
5ee5683
  make -f admin/Makefile.common cvs
cvsdist 4d58295
%endif
cvsdist 4d58295
59b4b69
59b4b69
%build
59b4b69
QTDIR="" && source /etc/profile.d/qt.sh
59b4b69
33c6862
# c references
33c6862
pushd c_cpp_reference-2.0.2_for_KDE_3.0
33c6862
%configure \
33c6862
  --with-qt-libraries=$QTDIR/lib \
33c6862
  --with-qt-includes=$QTDIR/include \
33c6862
  --with-extra-libs=%{_libdir}
33c6862
popd
33c6862
cvsdist 4d58295
%configure \
01b54f5
   --enable-new-ldflags \
01b54f5
   --disable-dependency-tracking \
cvsdist e8abf62
   --disable-rpath \
01b54f5
%if %{debug} == 0
01b54f5
   --disable-debug \
01b54f5
   --disable-warnings \
01b54f5
%endif
cvsdist e8abf62
%if %{final}
cvsdist e8abf62
  --enable-final \
cvsdist e8abf62
%endif
4da7277
  --with-qtdoc-dir=%{_docdir}/qt-devel-%{qt_ver}/html/ \
cvsdist 4917ee0
  --with-kdelibsdoc-dir=%{_docdir}/HTML/en/kdelibs-apidocs/ \
cvsdist 4d58295
  --with-extra-libs=%{_libdir}
cvsdist ab70d60
cvsdist f3fe0bf
make %{?_smp_mflags}
5ee5683
make %{?_smp_mflags} -C c_cpp_reference-2.0.2_for_KDE_3.0
cvsdist ab70d60
59b4b69
cvsdist ab70d60
%install
0b32437
rm -rf %{buildroot}
cvsdist ab70d60
0b32437
make DESTDIR=%{buildroot} install
0b32437
make -C c_cpp_reference-2.0.2_for_KDE_3.0 DESTDIR=%{buildroot} install
cvsdist 4d58295
cvsdist fc3b1ca
# remove useless files
0b32437
rm -rf %{buildroot}%{_prefix}/kdevbdb
cvsdist fc3b1ca
59b4b69
5ee5683
%post
5ee5683
for f in hicolor locolor ; do
5ee5683
  touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
5ee5683
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
5ee5683
done
5ee5683
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsdist f3fe0bf
5ee5683
%postun
5ee5683
for f in hicolor locolor ; do
5ee5683
  touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
5ee5683
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
5ee5683
done
5ee5683
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsdist f3fe0bf
59b4b69
cvsdist e8abf62
%clean
0b32437
rm -rf %{buildroot}
cvsdist e5a8164
59b4b69
cvsdist ab70d60
%files
4da7277
%defattr(-,root,root,-)
4da7277
%{_docdir}/HTML/en/*
cvsdist 4d58295
%{_bindir}/*
cvsdist e8abf62
%{_libdir}/kde3/*
cvsdist e8abf62
%{_libdir}/lib*
33c6862
%{_libdir}/kconf_update_bin/*
cvsdist e8abf62
%{_includedir}/*
8169d19
%{_datadir}/applications/kde/*
cvsdist e8abf62
%{_datadir}/apps/*
cvsdist e8abf62
%config %{_datadir}/config/*
8169d19
%{_datadir}/desktop-directories/*
4da7277
%{_datadir}/icons/hicolor/*/*/*
4da7277
%{_datadir}/icons/locolor/*/*/*
cvsdist e8abf62
%{_datadir}/mimelnk/application/*
cvsdist e8abf62
%{_datadir}/mimelnk/text/*
cvsdist e8abf62
%{_datadir}/services/*
cvsdist e8abf62
%{_datadir}/servicetypes/*
cvsdist ab70d60
59b4b69
cvsdist ab70d60
%changelog
2c904af
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 9:3.4.1-3
2c904af
- Rebuild for selinux ppc32 issue.
2c904af
4da7277
* Sun Jun 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 9:3.4.1-2
4da7277
- merge missed changes from F-7 branch
4da7277
- make qt-devel-doc/qt_ver detection more robust
4da7277
59b4b69
* Sun Jun 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 9:3.4.1-1
59b4b69
- cleanup 
59b4b69
59b4b69
* Thu Jun 14 2007 Than Ngo <than@redhat.com> - 9:3.4.1-1.fc7
59b4b69
- 3.4.1
59b4b69
e8e9935
* Thu Feb 08 2007 Than Ngo <than@redhat.com> 9:3.3.6-1.fc7
e8e9935
- 3.3.6
e8e9935
a5ce76d
* Thu Aug 10 2006 Than Ngo <than@redhat.com> 9:3.3.4-1
a5ce76d
- rebuild
a5ce76d
28c3aa6
* Mon Jul 24 2006 Than Ngo <than@redhat.com> 9:3.3.4-0.pre1
28c3aa6
- prerelease of 3.3.4 (from the first-cut tag)
28c3aa6
0e3e6c7
* Mon Jul 17 2006 Than Ngo <than@redhat.com> 9:3.3.3-3
0e3e6c7
- rebuild
0e3e6c7
5ee5683
* Fri Jul 14 2006 Than Ngo <than@redhat.com> 9:3.3.3-2
5ee5683
- cleanup specfile
5ee5683
01389d8
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 9:3.3.3-1.1
01389d8
- rebuild
01389d8
0b32437
* Mon Jun 05 2006 Than Ngo <than@redhat.com> 9:3.3.3-1
0b32437
- update to 3.3.3
0b32437
1fe8d91
* Wed Apr 05 2006 Than Ngo <than@redhat.com> 9:3.3.2-1
1fe8d91
- update to 3.3.2
1fe8d91
d7f611e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 9:3.3.1-1.2
d7f611e
- bump again for double-long bug on ppc(64)
d7f611e
c33e310
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 9:3.3.1-1.1
c33e310
- rebuilt for new gcc4.1 snapshot and glibc changes
c33e310
01b54f5
* Sun Feb 05 2006 Than Ngo <than@redhat.com> 9:3.3.1-1 
01b54f5
- 3.3.1
01b54f5
1d9b40a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1d9b40a
- rebuilt
1d9b40a
0bc55a4
* Sun Dec 04 2005 Than Ngo <than@redhat.com> 3.3.0-1
0bc55a4
- 3.3.0
0bc55a4
7592af1
* Tue Oct 25 2005 Than Ngo <than@redhat.com> 9:3.2.92-1
7592af1
- update to KDE 3.5 beta2
7592af1
33c6862
* Thu Oct 06 2005 Than Ngo <than@redhat.com> 9:3.2.91-1
33c6862
- update to KDE 3.5 beta 1
33c6862
6098b61
* Thu Sep 22 2005 Than Ngo <than@redhat.com> 9:3.2.2-2
6098b61
- fix uic build problem
6098b61
1b5904a
* Thu Aug 11 2005 Than Ngo <than@redhat.com> 9:3.2.2-1
1b5904a
- update to 3.2.2
1b5904a
b5b7422
* Thu Jul 07 2005 Than Ngo <than@redhat.com> 8:3.2.1-3
b5b7422
- fix uninitialized variable warning #162367
b5b7422
7cac6c9
* Thu Jun 30 2005 Than Ngo <than@redhat.com> 9:3.2.1-2
7cac6c9
- apply patch to fix undefined symbol issue #162146
7cac6c9
a9aa22a
* Wed Jun 29 2005 Than Ngo <than@redhat.com> 9:3.2.1-1
a9aa22a
- 3.2.1
a6f3375
- fix gcc4 build problem
a9aa22a
61fbcfd
* Wed Apr 13 2005 Than Ngo <than@redhat.com> 9:3.2.0-2
61fbcfd
- fix wrong qtdoc path
61fbcfd
2d7fa35
* Fri Mar 18 2005 Than Ngo <than@redhat.com> 9:3.2.0-1
2d7fa35
- 3.2.0
2d7fa35
af7176f
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 9:3.2.0-0.rc1.2
af7176f
- rebuilt against gcc-4.0.0-0.31
af7176f
359c7a3
* Tue Mar 01 2005 Than Ngo <than@redhat.com> 9:3.2.0-0.rc1.1
8169d19
- KDE 3.4.0 rc1
8169d19
8169d19
* Mon Feb 21 2005 Than Ngo <than@redhat.com> 9:3.1.92-0.1
8169d19
- KDE-3.4 beta2
8169d19
1914c77
* Sun Dec 05 2004 Than Ngo <than@redhat.com> 9:3.1.2-0.1
1914c77
- update to 3.1.2
1914c77
9ed8b39
* Sun Oct 24 2004 Warren Togami <wtogami@redhat.com>
9ed8b39
- req libtool used by kdevelop
9ed8b39
3019c7d
* Sat Oct 16 2004 Than Ngo <than@redhat.com> 9:3.1.1-2
3019c7d
- rhel rebuilt
3019c7d
3600b5a
* Wed Oct 13 2004 Than Ngo <than@redhat.com> 9:3.1.1-1
3600b5a
- update to 3.1.1
3600b5a
cvsdist fc3b1ca
* Thu Sep 02 2004 Than Ngo <than@redhat.com> 3.1.0-2
cvsdist fc3b1ca
- remove kdevelop-gdb_shared_library.patch, it's include in new upstream
cvsdist fc3b1ca
- cleanup specfile 
cvsdist fc3b1ca
cvsdist fc3b1ca
* Wed Sep 01 2004 Than Ngo <than@redhat.com> 3.1.0-1
cvsdist fc3b1ca
- update to 3.1.0
cvsdist fc3b1ca
cvsdist fc3b1ca
* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.1.0-0.1.rc2
cvsdist fc3b1ca
- update to 3.1.0 rc2
cvsdist fc3b1ca
cvsdist d01432d
* Sat Jun 19 2004 Than Ngo <than@redhat.com> 3.0.4-1 
cvsdist d01432d
- update to 3.0.4
cvsdist d01432d
cvsdist d01432d
* Thu Apr 15 2004 Than Ngo <than@redhat.com> 3.0.3-2
cvsdist d01432d
- fixed multiple duplicate names, bug #117940
cvsdist d01432d
cvsdist b0ad103
* Wed Apr 14 2004 Than Ngo <than@redhat.com> 9:3.0.3-1
cvsdist b0ad103
- update to 3.0.3
cvsdist b0ad103
cvsdist b0ad103
* Tue Apr 06 2004 Than Ngo <than@redhat.com> 9:3.0.2-2
cvsdist b0ad103
- fix a bug in creating of new PHP project that causes kdevelop to crash, bug #117113
cvsdist b0ad103
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.