packages: sakura/sakura.spec - 2.4.0 - remove CXX_COMPILER flag from cmake ...

uzsolt uzsolt at pld-linux.org
Thu Mar 3 10:15:07 CET 2011


Author: uzsolt                       Date: Thu Mar  3 09:15:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 2.4.0
- remove CXX_COMPILER flag from cmake (because it included in cmake macro)

---- Files affected:
packages/sakura:
   sakura.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/sakura/sakura.spec
diff -u packages/sakura/sakura.spec:1.4 packages/sakura/sakura.spec:1.5
--- packages/sakura/sakura.spec:1.4	Sun Jan 23 03:03:55 2011
+++ packages/sakura/sakura.spec	Thu Mar  3 10:15:02 2011
@@ -2,12 +2,12 @@
 Summary:	sakura is a terminal emulator based on GTK and VTE
 Summary(hu.UTF-8):	sakura egy GTK és VTE alapú terminál emulátor
 Name:		sakura
-Version:	2.3.8
+Version:	2.4.0
 Release:	0.1
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://www.pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
-# Source0-md5:	5ce4c9498ea5eb909dbd03617087202e
+# Source0-md5:	ebc9ac2d0559c11863ed957557e95fef
 URL:		http://www.pleyades.net/david/sakura.php
 BuildRequires:	cmake
 BuildRequires:	gettext-devel
@@ -29,9 +29,7 @@
 
 %build
 %cmake . \
-	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DCMAKE_CXX_COMPILER_WORKS=1 \
-	-DCMAKE_CXX_COMPILER="%{__cc}"
+	-DCMAKE_INSTALL_PREFIX=%{_prefix}
 %{__make}
 
 %install
@@ -61,6 +59,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/03/03 09:15:02  uzsolt
+- 2.4.0
+- remove CXX_COMPILER flag from cmake (because it included in cmake macro)
+
 Revision 1.4  2011/01/23 02:03:55  sparky
 - use %cmake macro
 - use cmake trick to avoid libstdc++-devel BR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sakura/sakura.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list