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

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Mar 6 21:26:35 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/strigi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13150

Modified Files:
	strigi.spec 
Log Message:
* Thu Mar 06 2008 Deji Akingunola <dakingun at gmail.com> - 0.5.8-2
- Use upstream's default build options (disable inotify support, #436096)



Index: strigi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/strigi/devel/strigi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- strigi.spec	21 Feb 2008 10:52:35 -0000	1.13
+++ strigi.spec	6 Mar 2008 21:26:01 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		strigi
 Version:	0.5.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A desktop search program for KDE
 Group:		Applications/Productivity
 License:	LGPLv2+
@@ -64,8 +64,7 @@
 %endif
 cmake	-DCMAKE_INSTALL_PREFIX=%{_prefix}	\
 	-DLIB_DESTINATION=%{_libdir}		\
-	-DLIB_SUFFIX=%{lib_suffix}		\
-	-DENABLE_INOTIFY:BOOL=ON -DENABLE_DBUS:BOOL=ON ..
+	-DLIB_SUFFIX=%{lib_suffix} ..
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -112,6 +111,9 @@
 %{_libdir}/strigi/
 
 %changelog
+* Thu Mar 06 2008 Deji Akingunola <dakingun at gmail.com> - 0.5.8-2
+- Use upstream's default build options (disable inotify support, #436096)
+
 * Thu Feb 21 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.5.8-1
 - Update to 0.5.8
 - Fix LIB_DESTINATION (#433627)




More information about the fedora-extras-commits mailing list