rpms/qlandkartegt/devel qlandkartegt.spec,1.13,1.14

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


Author: sharkcz

Update of /cvs/pkgs/rpms/qlandkartegt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20832

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/devel/qlandkartegt.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- qlandkartegt.spec	28 Oct 2009 16:06:36 -0000	1.13
+++ qlandkartegt.spec	6 Nov 2009 12:27:18 -0000	1.14
@@ -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
+
 * Tue Oct 27 2009 Dan Horák <dan[at]danny.cz> 0.16.0-1
 - update to 0.16.0
 




More information about the fedora-extras-commits mailing list