rpms/codeblocks/devel .cvsignore, 1.3, 1.4 codeblocks-autorev.patch, 1.1, 1.2 codeblocks.spec, 1.2, 1.3 sources, 1.3, 1.4 codeblocks-rpath.patch, 1.1, NONE

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Mon Oct 30 07:51:11 UTC 2006


Author: sharkcz

Update of /cvs/extras/rpms/codeblocks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12896

Modified Files:
	.cvsignore codeblocks-autorev.patch codeblocks.spec sources 
Removed Files:
	codeblocks-rpath.patch 
Log Message:
- update to revision 3157
- kill rpath in the spec file using sed
- fix directory ownership



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Oct 2006 09:16:19 -0000	1.3
+++ .cvsignore	30 Oct 2006 07:50:41 -0000	1.4
@@ -1 +1 @@
-codeblocks-svn3030.tar.bz2
+codeblocks-svn3157.tar.bz2

codeblocks-autorev.patch:

Index: codeblocks-autorev.patch
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/devel/codeblocks-autorev.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- codeblocks-autorev.patch	13 Sep 2006 20:21:13 -0000	1.1
+++ codeblocks-autorev.patch	30 Oct 2006 07:50:41 -0000	1.2
@@ -14,8 +14,11 @@
  # Deal with some gentoo-specific issues
  export WANT_AUTOMAKE='1.7'
  export WANT_AUTOCONF='2.5'
---- src/tools/Makefile.am.orig	2006-09-13 17:45:04.000000000 +0200
-+++ src/tools/Makefile.am	2006-09-13 17:45:11.000000000 +0200
-@@ -1 +1 @@
--SUBDIRS = autorevision ConsoleRunner
-+SUBDIRS = ConsoleRunner
+--- src/Makefile.am.orig	2006-10-15 10:11:04.000000000 +0200
++++ src/Makefile.am	2006-10-15 10:11:09.000000000 +0200
+@@ -1,4 +1,4 @@
+-SUBDIRS = build_tools sdk src plugins tools setup templates scripts wxsmith
++SUBDIRS = sdk src plugins tools setup templates scripts wxsmith
+ 
+ dist_pkgdata_DATA = tips.txt
+ 


Index: codeblocks.spec
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/devel/codeblocks.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- codeblocks.spec	8 Oct 2006 09:16:19 -0000	1.2
+++ codeblocks.spec	30 Oct 2006 07:50:41 -0000	1.3
@@ -1,9 +1,9 @@
-%define		rev	3030
-%define		date	20061007
+%define		rev	3157
+%define		date	20061029
 
 Name:		codeblocks
 Version:	1.0
-Release:	0.10.%{date}svn%{rev}%{?dist}
+Release:	0.11.%{date}svn%{rev}%{?dist}
 Summary:	An open source, cross platform, free C++ IDE
 Group:		Development/Tools
 License:	GPL
@@ -19,7 +19,6 @@
 Patch1:		codeblocks-plugins.patch
 Patch2:		codeblocks-desktop.patch
 Patch3:		codeblocks-autorev.patch
-Source1:	codeblocks-rpath.patch
 Source100:	codeblocks-getsvn
 
 %description
@@ -68,7 +67,7 @@
 	sed -i 's|$(pkgdatadir)|@libdir@/@PACKAGE@|' src/plugins/$p/Makefile.am
 done
 
-for p in byogames cb_koders codesnippets codestat dragscroll envvars help_plugin keybinder profiler source_exporter wxSmith
+for p in byogames cb_koders codesnippets codestat dragscroll envvars help_plugin keybinder lib_finder profiler source_exporter symtab wxSmith
 do
 	sed -i 's|$(pkgdatadir)|@libdir@/@PACKAGE@|' src/plugins/contrib/$p/Makefile.am
 done
@@ -77,9 +76,6 @@
 
 ./bootstrap
 
-# get rid of rpath in libs and plugins
-patch -p0 < %{SOURCE1}
-
 # generate autorevision.h
 cat > src/sdk/autorevision.h << EOF
 /*%{rev}*/
@@ -107,6 +103,10 @@
 
 %configure --enable-contrib
 
+# Don't use rpath!
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags}
 
 %install
@@ -162,14 +162,15 @@
 %{_datadir}/pixmaps/codeblocks.png
 
 %dir %{pkgdatadir}
-%{pkgdatadir}/icons/*
+%{pkgdatadir}/icons
+%dir %{pkgdatadir}/images
 %{pkgdatadir}/images/*.png
-%{pkgdatadir}/images/16x16/*
-%{pkgdatadir}/images/codecompletion/*
-%{pkgdatadir}/images/settings/*
-%{pkgdatadir}/lexers/*
-%{pkgdatadir}/scripts/*
-%{pkgdatadir}/templates/*
+%{pkgdatadir}/images/16x16
+%{pkgdatadir}/images/codecompletion
+%{pkgdatadir}/images/settings
+%{pkgdatadir}/lexers
+%{pkgdatadir}/scripts
+%{pkgdatadir}/templates
 %{pkgdatadir}/astyle.zip
 %{pkgdatadir}/autosave.zip
 %{pkgdatadir}/classwizard.zip
@@ -201,7 +202,9 @@
 %{pkgdatadir}/exporter.zip
 %{pkgdatadir}/help_plugin.zip
 %{pkgdatadir}/keybinder.zip
-%{pkgdatadir}/CBProfiler.zip
+%{pkgdatadir}/lib_finder.zip
+%{pkgdatadir}/Profiler.zip
+%{pkgdatadir}/SymTab.zip
 %{pkgdatadir}/wxsmith.zip
 %{pkgdatadir}/images/codesnippets
 %{pkgdatadir}/images/wxsmith
@@ -215,11 +218,18 @@
 %{plugindir}/libexporter.so
 %{plugindir}/libhelp_plugin.so
 %{plugindir}/libkeybinder.so
-%{plugindir}/libprofiler.so
+%{plugindir}/liblib_finder.so
+%{plugindir}/libProfiler.so
+%{plugindir}/libSymTab.so
 %{plugindir}/libwxsmith.so
 
 
 %changelog
+* Mon Oct 30 2006 Dan Horak <dan[at]danny.cz> 1.0-0.11.20061029svn3157
+- update to revision 3157
+- kill rpath in the spec file using sed
+- fix directory ownership
+
 * Sun Oct  8 2006 Dan Horak <dan[at]danny.cz> 1.0-0.10.20061007svn3030
 - update to revision 3030
 - change the install paths for plugins in the spec file


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Oct 2006 09:16:19 -0000	1.3
+++ sources	30 Oct 2006 07:50:41 -0000	1.4
@@ -1 +1 @@
-5622cdb4e744ac9279a8092a15c273e5  codeblocks-svn3030.tar.bz2
+da2093d8d0f32d8822836a4c95c71258  codeblocks-svn3157.tar.bz2


--- codeblocks-rpath.patch DELETED ---




More information about the scm-commits mailing list