]> git.pld-linux.org Git - packages/opencv.git/commitdiff
- rel 5; try to fix lib64 auto/th/opencv-2_2_0-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 12 Dec 2010 00:30:40 +0000 (00:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opencv.spec -> 1.19

opencv.spec

index b724458e2907008e83c8089addadb20258e2ba4b..dd0e4addc742bca5035ede5de69b1edb52996000 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A library of programming functions mainly aimed at real time computer vision
 Name:          opencv
 Version:       2.2.0
 Summary:       A library of programming functions mainly aimed at real time computer vision
 Name:          opencv
 Version:       2.2.0
-Release:       4
+Release:       5
 Epoch:         1
 License:       BSD
 Group:         Libraries
 Epoch:         1
 License:       BSD
 Group:         Libraries
@@ -112,6 +112,11 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 install build/unix-install/opencv.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 install build/unix-install/opencv.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 
+%if %{_lib} = "lib64"
+# upstream has no lib64 support
+mv $RPM_BUILD_ROOT%{_prefix}/lib/lib*.so* $RPM_BUILD_ROOT%{_libdir}
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.0867 seconds and 4 git commands to generate.