]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- Fixed without_imlib bcond
authoradgor <adgor@pld-linux.org>
Sun, 2 Mar 2003 17:03:02 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.18

ffmpeg.spec

index b9f992b5aceb33d1db5bcaffba3a151e41d48c86..3ee9b169ba3e2398e79748ef59dce6b49989e191 100644 (file)
@@ -139,9 +139,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/vhook/fish.so
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.conf
 
+%if %{!?_without_imlib:1}0
 %files vhook-imlib2
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/vhook/imlib2.so
+%endif
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.237191 seconds and 4 git commands to generate.