]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- drop ffmpeg-config (*.pc is sufficent)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Apr 2006 18:26:47 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.83

ffmpeg.spec

index 6b3b2b8aca3d550ffd0b3f222e79b534a3a4cc48..86671188b6534bbc7dfa6ffbcd20170df7c53b2d 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_without autoreqdep      # don't care about package name deps generated by rpm
 #
 %define        snap    20060129
-%define        _rel 8.4
+%define        _rel 8.5
 Summary:       Realtime audio/video encoder and streaming server
 Summary(pl):   Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
 Name:          ffmpeg
@@ -21,7 +21,6 @@ Source2:      ffserver.sysconfig
 Patch0:                %{name}-libtool.patch
 Patch1:                %{name}-libdir.patch
 Patch2:                %{name}-gcc4.patch
-Patch3:                %{name}-config.patch
 URL:           http://ffmpeg.sourceforge.net/
 BuildRequires: SDL-devel
 BuildRequires: faac-devel
@@ -178,7 +177,6 @@ provided you specify a big enough feed storage in ffserver.conf).
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 # notes:
@@ -235,9 +233,6 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ffserver
 mv -f $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/ffserver
 install doc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
-sed 's/@VERSION@/%{version}/' ffmpeg-config.in > $RPM_BUILD_ROOT%{_bindir}/ffmpeg-config
-install ffmpeg-config.1 $RPM_BUILD_ROOT%{_mandir}/man1/ffmpeg-config.1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -276,7 +271,6 @@ fi
 %files devel
 %defattr(644,root,root,755)
 %doc doc/optimization.txt
-%attr(755,root,root) %{_bindir}/ffmpeg-config
 %attr(755,root,root) %{_libdir}/libavcodec.so
 %attr(755,root,root) %{_libdir}/libavformat.so
 %attr(755,root,root) %{_libdir}/libavutil.so
@@ -285,7 +279,6 @@ fi
 %{_includedir}/ffmpeg
 %{_includedir}/postproc
 %{_pkgconfigdir}/*.pc
-%{_mandir}/man1/ffmpeg-config.1*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.216397 seconds and 4 git commands to generate.