rpms/opencv/devel opencv.spec,1.39,1.40

Karel Klíč kklic at fedoraproject.org
Wed Jan 6 10:33:51 UTC 2010


Author: kklic

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

Modified Files:
	opencv.spec 
Log Message:
Fixed spec file issues detected by rpmlint


Index: opencv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opencv/devel/opencv.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- opencv.spec	6 Dec 2009 11:11:41 -0000	1.39
+++ opencv.spec	6 Jan 2010 10:33:51 -0000	1.40
@@ -4,7 +4,7 @@
 
 Name:           opencv
 Version:        2.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ URL:            http://opencv.willowgara
 Source0:        http://prdownloads.sourceforge.net/opencvlibrary/%{tar_name}-%{version}.tar.bz2
 Source1:        opencv-samples-Makefile
 Patch0:         opencv-2.0.0-data-automake.patch
-Patch1:	        opencv-2.0.0-apps-automake.patch
+Patch1:         opencv-2.0.0-apps-automake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -50,7 +50,7 @@ and Computer Vision algorithms.
 Summary:        Development files for using the OpenCV library
 Group:          Development/Libraries
 Requires:       opencv = %{version}-%{release}
-Requires:	pkgconfig
+Requires:       pkgconfig
 
 %description devel
 This package contains the OpenCV C/C++ library and header files, as well as
@@ -148,12 +148,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files python
+%defattr(-,root,root,-)
 %{python_sitearch}/opencv
 %doc %dir %{_datadir}/opencv/samples
 %doc %{_datadir}/opencv/samples/python
 
 
 %changelog
+* Wed Jan 06 2010 Karel Klic <kklic at redhat.com> - 2.0.0-3
+- Fixed spec file issues detected by rpmlint
+
 * Sun Dec 06 2009 Haïkel Guémar <karlthered at gmail.com> - 2.0.0-2
 - Fix autotools scripts (missing LBP features) - #544167 
 
@@ -161,7 +165,7 @@ rm -rf $RPM_BUILD_ROOT
 - Updated to 2.0.0
 - Removed upstream-ed patches
 - Ugly hack (added cvconfig.h)
-- Disable %check on ppc64
+- Disable %%check on ppc64
 
 * Thu Sep 10 2009 Karsten Hopp <karsten at redhat.com> - 1.1.0-0.7.pre1
 - fix build on s390x where we don't have libraw1394 and devel




More information about the fedora-extras-commits mailing list