SPECS: codeblocks.spec - use only patching for FHS fixes (not patc...

twittner twittner at pld-linux.org
Thu Dec 8 19:00:10 CET 2005


Author: twittner                     Date: Thu Dec  8 18:00:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use only patching for FHS fixes (not patching and sed'ing) 
- fixed -fhs.patch (keep in sync PLUGINDIR and @plugin_dirs@ path)
- rel. 0.4

---- Files affected:
SPECS:
   codeblocks.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/codeblocks.spec
diff -u SPECS/codeblocks.spec:1.6 SPECS/codeblocks.spec:1.7
--- SPECS/codeblocks.spec:1.6	Wed Dec  7 22:24:46 2005
+++ SPECS/codeblocks.spec	Thu Dec  8 19:00:02 2005
@@ -8,7 +8,7 @@
 Name:		codeblocks
 Version:	1.0
 %define		_rc	rc2
-Release:	0.%{_rc}.0.3
+Release:	0.%{_rc}.0.4
 License:	GPL
 Group:		Development/Languages
 Source0:	http://dl.sourceforge.net/codeblocks/%{name}-%{version}%{_rc}.tgz
@@ -112,11 +112,10 @@
 
 %prep
 %setup -q -n %{name}-%{version}%{_rc}
-%patch0 -p1
-%patch1 -p1
 find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.png" -and -not -name "*.bmp" -and -not -name "*.c" -and -not -name "*.cxx" -and -not -name "*.ico" | sed "s/.*/\"\\0\"/" | xargs dos2unix
 chmod a+x acinclude.m4 src/update
-find . -name "Makefile.am" -exec %{__sed} -i "s at libdir = \$(pkgdatadir)/plugins at libdir = %{_pluginsdir}@" '{}' ';'
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -165,6 +164,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/12/08 18:00:02  twittner
+- use only patching for FHS fixes (not patching and sed'ing)
+- fixed -fhs.patch (keep in sync PLUGINDIR and @plugin_dirs@ path)
+- rel. 0.4
+
 Revision 1.6  2005/12/07 21:24:46  twittner
 - moved plugins from %%{_datadir}/... to %{_libdir}/codeblocks/plugins
   (-fhs.patch)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/codeblocks.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list