Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25244/EL-6
Modified Files:
ffmpeg-compat.spec
Log Message:
Fix typo
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/EL-6/ffmpeg-compat.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg-compat.spec 24 May 2012 20:50:11 -0000 1.1
+++ ffmpeg-compat.spec 24 May 2012 21:15:40 -0000 1.2
@@ -10,7 +10,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
Version: 0.6.5
-Release: 2%{?dist}
+Release: 3%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -185,10 +185,9 @@
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/pkgconfig
for s in $RPM_BUILD_ROOT/%{_libdir}/*.so ; do
ffmpegsym=`basename ${s}`
- ffmpegpath=`readlink ${s}`
- ffmpeglib=`basename ${ffmpegpath}`
+ ffmpeglib=`readlink ${s}`
echo "Symlink $ffmpeglib"
- ln -fs ../${ffmepglib} \
+ ln -fs ../${ffmpeglib} \
$RPM_BUILD_ROOT%{_libdir}/%{name}/${ffmpegsym}
done
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.so
@@ -228,6 +227,9 @@
%changelog
+* Thu May 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.5-3
+- Fix typo on readlink
+
* Sat Apr 14 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.5-2
- Move headers .pc and data to a ffmpeg-compat directory.
- Update arm options