rpms/libssh/devel libssh.spec,1.9,1.10

Štěpán Kasal kasal at fedoraproject.org
Thu Nov 26 12:42:14 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/libssh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8379

Modified Files:
	libssh.spec 
Log Message:
use %cmake


Index: libssh.spec
===================================================================
RCS file: /cvs/extras/rpms/libssh/devel/libssh.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- libssh.spec	26 Nov 2009 11:57:21 -0000	1.9
+++ libssh.spec	26 Nov 2009 12:42:14 -0000	1.10
@@ -38,7 +38,7 @@ developing applications that use %{name}
 %build
 mkdir obj
 cd obj
-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=%{libdir} ..
+%cmake ..
 make
 
 %install




More information about the scm-commits mailing list