packages (DEVEL): k3b/k3b.spec - sed pattern that clearly notes that whole ...

glen glen at pld-linux.org
Wed Jun 2 14:42:42 CEST 2010


Author: glen                         Date: Wed Jun  2 12:42:42 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- sed pattern that clearly notes that whole line is wanted to be removed, not leaving you in doubt of bad scripter

---- Files affected:
packages/k3b:
   k3b.spec (1.179.2.38 -> 1.179.2.39) 

---- Diffs:

================================================================
Index: packages/k3b/k3b.spec
diff -u packages/k3b/k3b.spec:1.179.2.38 packages/k3b/k3b.spec:1.179.2.39
--- packages/k3b/k3b.spec:1.179.2.38	Sun May 30 00:02:45 2010
+++ packages/k3b/k3b.spec	Wed Jun  2 14:42:36 2010
@@ -142,7 +142,7 @@
 %prep
 %setup -q
 # remove unsupported langs
-%{__sed} -i -e 's/.*sr at ijekavian.*//g' po/CMakeLists.txt
+%{__sed} -i -e '/sr at ijekavian./d' po/CMakeLists.txt
 
 %build
 install -d build
@@ -151,7 +151,7 @@
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 	-LCMS_DIR=%{_libdir} \
 	-DLIB_INSTALL_DIR=%{_libdir} \
-	-DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
+	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
 %if "%{_lib}" == "lib64"
 	-DLIB_SUFFIX=64 \
 %endif
@@ -256,6 +256,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.179.2.39  2010/06/02 12:42:36  glen
+- sed pattern that clearly notes that whole line is wanted to be removed, not leaving you in doubt of bad scripter
+
 Revision 1.179.2.38  2010/05/29 22:02:45  shadzik
 - try killing unsupported langs this way, the way before rpm has generated a Requiers(dir) anyway
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/k3b/k3b.spec?r1=1.179.2.38&r2=1.179.2.39&f=u



More information about the pld-cvs-commit mailing list