rpms/soprano/devel soprano.spec,1.46,1.47

Rex Dieter rdieter at fedoraproject.org
Mon Jan 4 01:00:35 UTC 2010


Author: rdieter

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

Modified Files:
	soprano.spec 
Log Message:
fix apidocs and other macro-nizations



Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- soprano.spec	4 Jan 2010 00:57:53 -0000	1.46
+++ soprano.spec	4 Jan 2010 01:00:35 -0000	1.47
@@ -1,8 +1,8 @@
 
 # fedora review: http://bugzilla.redhat.com/248120
 
-# undef or set to FALSE to disable -apidocs for a faster build
-%define apidocs TRUE 
+# undef or set to 0 to disable -apidocs for a faster build
+%define apidocs 1
 
 #define snap 20091118
 
@@ -100,13 +100,11 @@ pushd %{_target_platform}
 %{cmake} \
   -DDATA_INSTALL_DIR:PATH=%{_kde4_appsdir} \
   -DQT_DOC_DIR=`pkg-config --variable=docdir Qt` \
-  -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:FALSE}%{?apidocs} \
+  -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:0}%{?apidocs} \
   -DSOPRANO_BUILD_TESTS:BOOL=%{!?tests:FALSE}%{?tests} \
   .. 
 popd
 
-#   -DBUILD_RAPTOR_SERIALIZER:BOOL=TRUE \
-
 make %{?_smp_mflags} -C %{_target_platform}
 
 




More information about the fedora-extras-commits mailing list