rpms/opencv/devel opencv-samples-Makefile, 1.1, 1.2 opencv.spec, 1.40, 1.41

Rakesh Pandit rakesh at fedoraproject.org
Fri Jan 8 22:03:28 UTC 2010


Author: rakesh

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

Modified Files:
	opencv-samples-Makefile opencv.spec 
Log Message:

Updated opencv-samples-Makefile (Thanks Scott Tsai) #553697




Index: opencv-samples-Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/opencv/devel/opencv-samples-Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- opencv-samples-Makefile	5 Mar 2006 19:45:57 -0000	1.1
+++ opencv-samples-Makefile	8 Jan 2010 22:03:27 -0000	1.2
@@ -1,4 +1,10 @@
 CFLAGS := `pkg-config --cflags opencv` $(CFLAGS)
+CXXFLAGS := `pkg-config --cflags opencv` $(CXXFLAGS)
 LDFLAGS := `pkg-config --libs opencv` $(LDFLAGS)
 
-all: $(patsubst %.c,%,$(wildcard *.c))
+PROGRAMS := $(patsubst %.c,%,$(wildcard *.c)) $(patsubst %.cpp,%,$(wildcard *.cpp))
+
+.PHONY: all clean
+all: $(PROGRAMS)
+clean:
+	rm -f $(PROGRAMS)


Index: opencv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opencv/devel/opencv.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- opencv.spec	6 Jan 2010 10:33:51 -0000	1.40
+++ opencv.spec	8 Jan 2010 22:03:27 -0000	1.41
@@ -4,7 +4,7 @@
 
 Name:           opencv
 Version:        2.0.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -155,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan 09 2010 Rakesh Pandit <rakesh at fedoraproject.org> - 2.0.0-4
+- Updated opencv-samples-Makefile (Thanks Scott Tsai) #553697
+
 * Wed Jan 06 2010 Karel Klic <kklic at redhat.com> - 2.0.0-3
 - Fixed spec file issues detected by rpmlint
 




More information about the fedora-extras-commits mailing list