Fix the opencv sed magic for opencv 2.4.3
This commit is contained in:
parent
77ab4d2bce
commit
8c4a4d77b8
@ -14,7 +14,7 @@
|
||||
Summary: GStreamer streaming media framework "bad" plug-ins
|
||||
Name: gstreamer-plugins-bad-free
|
||||
Version: 0.10.23
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
# The freeze and nfs plugins are LGPLv2 (only)
|
||||
License: LGPLv2+ and LGPLv2
|
||||
Group: Applications/Multimedia
|
||||
@ -168,7 +168,7 @@ aren't tested well enough, or the code is not of good enough quality.
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
sed -i 's/opencv <= 2.3.1/opencv <= 2.4.2/g' configure
|
||||
sed -i 's/opencv <= 2.3.1/opencv <= 2.4.3/g' configure
|
||||
|
||||
|
||||
%build
|
||||
@ -367,6 +367,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 08 2012 Kalev Lember <kalevlember@gmail.com> - 0.10.23-13
|
||||
- Fix the opencv sed magic for opencv 2.4.3
|
||||
|
||||
* Fri Nov 30 2012 Tom Callaway <spot@fedoraproject.org> - 0.10.23-12
|
||||
- rebuild for opencv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user