]> git.pld-linux.org Git - packages/codeblocks.git/commitdiff
- up to 20060721
authorczarny <czarny@pld-linux.org>
Sat, 29 Jul 2006 09:51:31 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - patch to make it build with gcc >= 4.1 (from codeblocks bugtrack)
 - actually builds on th

Changed files:
    codeblocks.spec -> 1.17

codeblocks.spec

index 49502e38e900c97fb54989f6e8728a033009de91..940798e6402b7510e3530ffffd075952d3ba7281 100644 (file)
@@ -1,5 +1,5 @@
 %define                _rc     rc2
-%define                _snap   20060630
+%define                _snap   20060721
 Summary:       An open source, cross platform, free C++ IDE
 Summary(pl):   Wieloplatformowe, darmowe IDE do C++ o otwartych ¼ród³ach
 Name:          codeblocks
@@ -8,17 +8,20 @@ Version:      1.0
 Release:       0.%{_snap}
 License:       GPL
 Group:         Development/Languages
-## Source0:    http://dl.sourceforge.net/codeblocks/%{name}-%{version}%{_rc}.tgz
+# Source0:    http://dl.sourceforge.net/codeblocks/%{name}-%{version}%{_rc}.tgz
 Source0:       %{name}-%{_snap}.tar.gz
+# Source0-md5: 1ec8c03eff46629cdb1cbc1516ffa78e 
 Source1:       %{name}.conf
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-fhs.patch
 Patch2:                %{name}-pwd.patch
+Patch3:                %{name}-gcc-4.1.patch
 URL:           http://www.codeblocks.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: dos2unix
 BuildRequires: libtool
+BuildRequires: unixODBC-devel
 BuildRequires: wxGTK2-devel >= 2.6.0
 BuildRequires: zip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -114,9 +117,13 @@ find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.
 chmod a+x acinclude.m4 src/update
 #%patch0 -p1
 #%patch1 -p1
-%patch2 -p1
+#%patch2 -p1
+%patch3 -p0
 
 %build
+# Because of new bootstrap script, crating revision.m4
+echo "m4_define([SVN_REVISION], trunk-r0)" > ./revision.m4
+
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
This page took 0.085179 seconds and 4 git commands to generate.