rpms/qlandkartegt/F-10 qlandkartegt.spec,1.11,1.12

Dan Horák sharkcz at fedoraproject.org
Fri Nov 6 12:32:19 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/qlandkartegt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22624

Modified Files:
	qlandkartegt.spec 
Log Message:
* Fri Nov  6 2009 Dan Horák <dan[at]danny.cz> 0.16.0-2
- don't build the 3rd party stuff as shared libraries



Index: qlandkartegt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qlandkartegt/F-10/qlandkartegt.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- qlandkartegt.spec	29 Oct 2009 10:09:28 -0000	1.11
+++ qlandkartegt.spec	6 Nov 2009 12:32:19 -0000	1.12
@@ -1,6 +1,6 @@
 Name: qlandkartegt
 Version: 0.16.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: GPS device mapping tool
 
 Group: Applications/Communications
@@ -45,7 +45,7 @@ mkdir build
 
 %build
 cd build
-%cmake ..
+%cmake -DBUILD_SHARED_LIBS:BOOL=OFF ..
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -72,6 +72,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Nov  6 2009 Dan Horák <dan[at]danny.cz> 0.16.0-2
+- don't build the 3rd party stuff as shared libraries
+
 * Thu Oct 29 2009 Dan Horák <dan[at]danny.cz> 0.16.0-1
 - update to 0.16.0
 




More information about the scm-commits mailing list