rpms/opencv/devel opencv.spec,1.15,1.16

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Mar 22 05:30:35 UTC 2007


Author: corsepiu

Update of /cvs/extras/rpms/opencv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23566

Modified Files:
	opencv.spec 
Log Message:
* Thu Mar 22 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.0.0-3
- Fix %{_datadir}/opencv/samples ownership.
- Adjust timestamp of cvconfig.h.in to avoid re-running autoheader.



Index: opencv.spec
===================================================================
RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- opencv.spec	22 Mar 2007 04:36:12 -0000	1.15
+++ opencv.spec	22 Mar 2007 05:30:02 -0000	1.16
@@ -5,7 +5,7 @@
 
 Name:           opencv
 Version:        1.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -61,8 +61,8 @@
                      samples/python/*.py
 %{__sed} -i 's/^#!.*//' interfaces/swig/python/adaptors.py \
                         interfaces/swig/python/__init__.py
-
-find -name Makefile.in | xargs touch
+# Adjust timestamp on cvconfig.h.in
+touch -r configure.in cvconfig.h.in
 
 %build
 %configure --disable-static --enable-python --enable-apps
@@ -116,16 +116,21 @@
 %{_libdir}/lib*.a
 %{_libdir}/pkgconfig/opencv.pc
 %doc %{_datadir}/opencv/doc
+%doc %dir %{_datadir}/opencv/samples
 %doc %{_datadir}/opencv/samples/c
 
 
 %files python
 %{pyexecdir}/opencv
-
+%doc %dir %{_datadir}/opencv/samples
 %doc %{_datadir}/opencv/samples/python
 
 
 %changelog
+* Thu Mar 22 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.0.0-3
+- Fix %%{_datadir}/opencv/samples ownership.
+- Adjust timestamp of cvconfig.h.in to avoid re-running autoheader.
+
 * Thu Mar 22 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.0.0-2
 - Move all of the python module to pyexecdir (BZ 233128).
 - Activate the testsuite.




More information about the fedora-extras-commits mailing list