From 419790c1c1e20e774c79094173860556d69ec0ef Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 06:56:02 +0000 Subject: auto-import changelog data from kdevelop-1.4.1-2.src.rpm Wed Mar 21 2001 Than Ngo - fix geometry problem - fix up specfile - fix htdig.conf - disable Verbose mode - Conflict with htdig < 3.2.0-0.b3.4 - the search function should either work properly (with htdig >= 3.2.0-0.b3.4) or not be there at all (without htdig), not plain broken. (bero) Tue Mar 20 2001 Bernhard Rosenkraenzer 1.4.1-1 - 1.4.1 - minor specfile cleanup - fix up documentation index generation Sun Mar 04 2001 Than Ngo - fix kdevelop cannot find qt/kde library - add missing icons Fri Mar 02 2001 Nalin Dahyabhai - rebuild in new environment Tue Feb 27 2001 Than Ngo - rebuid against qt-2.3.0beta1 Mon Feb 26 2001 Bernhard Rosenkraenzer - Yet another respin - printing was broken. Sat Feb 24 2001 Bernhard Rosenkraenzer - Update the C/C++ reference guide docs. The older version had a couple of examples that won't work with gcc 2.96-* Thu Feb 22 2001 Than Ngo - fix version number Wed Feb 21 2001 Than Ngo - 1.4-respin Tue Feb 20 2001 Bernhard Rosenkraenzer - 1.4 Wed Feb 14 2001 Than Ngo - update (only bugfixes) - fix up kdelibs documentation path - fix a dependency problem with kde-i18n package (Bug #27675) - add qt-designer into requires Sun Feb 11 2001 Than Ngo - fixed to build on s390 Tue Feb 06 2001 Than Ngo - update, only bugfixes Wed Jan 24 2001 Than Ngo - hacked for building of KDE references Tue Jan 23 2001 Than Ngo - work-around to build on alpha Mon Jan 22 2001 Bernhard Rosenkraenzer - Update Wed Jan 10 2001 Than Ngo - update new snapshot, only require KDE2/Qt2 Fri Dec 22 2000 Than Ngo - fixed dependency problem with kde-i18n Thu Dec 21 2000 Than Ngo - updated to 1.4beta1 with KDE2 support - fixed to build on s390 - fixed some broken codes Fri Dec 08 2000 Than Ngo - fixed for building on ia64 Wed Nov 15 2000 Than Ngo - build snapshot 20001112, it works now with KDE2 and kde1-compat - fix libtool to build on sparc and alpha - don't use make -j --- diff --git a/.cvsignore b/.cvsignore index 70cc485..f8856bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -c_cpp_reference-1.0.tar.gz -kdevelop-1.2.tar.bz2 +c_cpp_reference-2.0.tar.bz2 +kdevelop-1.4.1.tar.bz2 diff --git a/kdevelop.spec b/kdevelop.spec deleted file mode 100644 index c551e6c..0000000 --- a/kdevelop.spec +++ /dev/null @@ -1,178 +0,0 @@ -%define qtdir /usr/lib/qt-1.45 -%define kdeprefix /usr - -Name: kdevelop -Summary: Integrated Development Environment for C++/C -Version: 1.2 -Release: 12j1 -Source: ftp://129.187.206.68/pub/unix/ide/KDevelop/kdevelop-%{version}.tar.bz2 -Source1: ftp://129.187.206.68/pub/unix/ide/KDevelop/c_cpp_reference-1.0.tar.gz -Patch0: kdevelop-1.2-ltconfig.patch -URL: http://www.kdevelop.org/ -Group: Development/Tools -BuildRoot: %{_tmppath}/%{name}-buildroot -License: GPL -Requires: kdesupport-devel, kdelibs-devel, make, perl >= 5.004, autoconf >= 2.13 -Requires: automake >= 1.4 flex >= 2.5.4 -BuildPrereq: autoconf, automake, libtool, kdesupport-devel, kdelibs-devel, compat-egcs-c++ -Obsoletes: kdevelop-c_c++_ref -Prefix: %{kdeprefix} -ExcludeArch: ia64 - -%description -The KDevelop Integrated Development Environment provides many features -that developers need as well as providing a unified interface to programs -like gdb, the C/C++ compiler, and make. KDevelop manages or provides: - -All development tools needed for C++ programming like Compiler, -Linker, automake and autoconf; KAppWizard, which generates complete, -ready-to-go sample applications; Classgenerator, for creating new -classes and integrating them into the current project; File management -for sources, headers, documentation etc. to be included in the -project; The creation of User-Handbooks written with SGML and the -automatic generation of HTML-output with the KDE look and feel; -Automatic HTML-based API-documentation for your project's classes with -cross-references to the used libraries; Internationalization support -for your application, allowing translators to easily add their target -language to a project; - -KDevelop also includes WYSIWYG (What you see is what you get)-creation -of user interfaces with a built-in dialog editor; Debugging your -application by integrating KDbg; Editing of project-specific pixmaps -with KIconEdit; The inclusion of any other program you need for -development by adding it to the "Tools"-menu according to your -individual needs. - -%prep -%setup -q -a 1 -%patch0 -p1 -b .ltconfig - -%build -export QTDIR=%{qtdir} -export KDEDIR=%{kdeprefix} -export CXX="egcs++ -L/usr/lib" CC="egcs -L/usr/lib" -FLAGS="$RPM_OPT_FLAGS -DNDEBUG -DNO_DEBUG" - -if [ -x /usr/bin/getconf ]; then - CPUS=`getconf _NPROCESSORS_ONLN` -fi -if test "x$CPUS" = "x" -o "x$CPUS" = "x0"; then - CPUS=1 -fi - -[ -f configure.in ] && libtoolize --copy --force -CXXFLAGS="$FLAGS" CFLAGS="$FLAGS" \ -CXX="egcs++ -L/usr/lib" CC="egcs -L/usr/lib" \ -./configure --prefix=%{kdeprefix} \ - --x-libraries=/usr/X11R6/lib \ - --x-includes=/usr/X11R/include \ - --with-qtdoc-dir=%{_docdir}/qt1x-devel-1.45 \ - --with-kdelibsdoc-dir=%{_docdir}/kdelibs-devel-1.1.2 - -make -j $CPUS CXX="egcs++ -L/usr/lib" CC="egcs -L/usr/lib" \ - CFLAGS="$FLAGS" CXXFLAGS="$FLAGS" - -cd c_cpp_reference-1.0 -CXX="egcs++ -L/usr/lib" CC="egcs -L/usr/lib" \ -./configure --prefix=%{kdeprefix} -cd - - -%install -rm -rf $RPM_BUILD_ROOT - -make DESTDIR=$RPM_BUILD_ROOT install-strip -make -C c_cpp_reference-1.0 DESTDIR=$RPM_BUILD_ROOT install - -cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > \ - $RPM_BUILD_DIR/file.list.%{name} - -find . -type f | sed -e 's,^\.,\%attr(-\,root\,root) ,' \ - -e '/\/config\//s|^|%config|' >> \ - $RPM_BUILD_DIR/file.list.%{name} - -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> \ - $RPM_BUILD_DIR/file.list.%{name} - -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig - -%clean -rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name} - -%files -f ../file.list.%{name} - -%changelog -* Fri Sep 01 2000 Yukihiro Nakai -- Just rebuild on 7.0 - -* Sun Aug 13 2000 Than Ngo -- fix kdelibsdoc-dir to show kdelibs-1.1.2 html docu correct - -* Tue Aug 01 2000 Than Ngo -- add missing ldconfig in %post and %postun section (Bug #14924) -- add missing C references stuff to kdevelop - -* Sun Jul 30 2000 Than Ngo -- rebuilt against compat-egcs-c++, put KDE1 under /usr -- cleanup specfile - -* Tue Jul 25 2000 Than Ngo -- fix dependency problem - -* Wed Jul 19 2000 Than Ngo -- rebuilt against compat-libstdc++ - -* Mon Jul 17 2000 Than Ngo -- install under /usr/share instead /usr/lib/kde1-compat/share, - fix dependency problem - -* Sat Jul 15 2000 Than Ngo -- rebuilt with egcs-c++-1.1.2 - -* Thu Jul 13 2000 Prospector -- automatic rebuild - -* Mon Jul 03 2000 Than Ngo -- fix docdir -- add requires kdebase - -* Sun Jul 02 2000 Than Ngo -- rebuilt with kde1-compat - -* Sun Jun 18 2000 Than Ngo -- rebuilt in the new build environment, fix docdir -- FHS packaging - -* Thu Jun 08 2000 Than Ngo -- update to 1.2 -- move from powertools to main CD -- use %%configure - -* Mon Apr 3 2000 Ngo Than -- fix up reference (Bug #10368) - -* Tue Feb 15 2000 Bernhard Rosenkr�nzer -- Fix up documentation path (Bug #7291) -- Update to current stable branch - this should fix up the debugger problem -- clean up spec file - -* Fri Jan 6 2000 Bernhard Rosenkr�nzer -- Update to current stable branch -- Adapt to 6.2 Qt libraries -- Use BuildPrereq - -* Wed Jan 05 2000 Ngo Than -- added patch for alpha - -* Tue Dec 21 1999 Ngo Than -- updated kdevelop-1.0 release - -* Tue Nov 16 1999 Preston Brown -- kdevelop 1.0beta4.1, docdir added, using DESTDIR env. variable. - -* Thu Sep 09 1999 Preston Brown -- initial packaging for 6.1. diff --git a/sources b/sources index 11fe336..ae2f69d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -cd84fd2c8c8129d19e6e2686d6bf63a5 c_cpp_reference-1.0.tar.gz -5d3fcc0469dd1b9f2f918ce1b48e76c4 kdevelop-1.2.tar.bz2 +2c2b27541e790188b255b506399cb2ff c_cpp_reference-2.0.tar.bz2 +7e7bf0bb436c5d868e068291b2176208 kdevelop-1.4.1.tar.bz2