SPECS: icomplete.spec - partial revert

glen glen at pld-linux.org
Tue Apr 4 19:32:09 CEST 2006


Author: glen                         Date: Tue Apr  4 17:32:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- partial revert

---- Files affected:
SPECS:
   icomplete.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/icomplete.spec
diff -u SPECS/icomplete.spec:1.3 SPECS/icomplete.spec:1.4
--- SPECS/icomplete.spec:1.3	Tue Apr  4 19:27:46 2006
+++ SPECS/icomplete.spec	Tue Apr  4 19:32:04 2006
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
-#
+# TODO
+# - pass CC, currently broken and can't handle multiword CC
 Summary:	IComplete - A code completion system
 Name:		icomplete
 Version:	0.3
@@ -36,7 +37,24 @@
 %setup -q
 
 %build
-%configure
+# not autoconf generated configure
+CFLAGS="%{rpmcflags}" \
+CXXFLAGS="%{rpmcxxflags}" \
+./configure \
+	--prefix=%{_prefix} \
+	--exec-prefix=%{_exec_prefix} \
+	--bindir=%{_bindir} \
+	--sbindir=%{_sbindir} \
+	--sysconfdir=%{_sysconfdir} \
+	--datadir=%{_datadir} \
+	--includedir=%{_includedir} \
+	--libdir=%{_libdir} \
+	--libexecdir=%{_libexecdir} \
+	--localstatedir=%{_localstatedir} \
+	--sharedstatedir=%{_sharedstatedir} \
+	--mandir=%{_mandir} \
+	--infodir=%{_infodir}
+
 %{__make}
 
 %install
@@ -62,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/04/04 17:32:04  glen
+- partial revert
+
 Revision 1.3  2006/04/04 17:27:46  glen
 - adapterized, use macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/icomplete.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list