]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- renabled part of utils subpackage when build without qt
authoraflinta <aflinta@pld-linux.org>
Wed, 15 Jan 2003 19:16:29 +0000 (19:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile.spec -> 1.134

avifile.spec

index 2f694c625ab4011c348653954af4c501c8d8c8ab..e08b25d387c6563661ba3410cb82eea73393aea4 100644 (file)
@@ -405,12 +405,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}*
 %{_applnkdir}/Multimedia/*
 %{_pixmapsdir}/*
+%endif
 
 %files utils
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/avi[bcmrt]*
+%{?!_without_qt:%attr(755,root,root) %{_bindir}/avicap}
+%{?!_without_qt:%attr(755,root,root) %{_bindir}/avirecompress}
+%attr(755,root,root) %{_bindir}/avibench
+%attr(755,root,root) %{_bindir}/avicat
+%attr(755,root,root) %{_bindir}/avimake
+%attr(755,root,root) %{_bindir}/avirec
+%attr(755,root,root) %{_bindir}/avitype
 %attr(755,root,root) %{_bindir}/kv4lsetup
-%endif
 
 %ifarch %{ix86}
 %files win32
This page took 0.063039 seconds and 4 git commands to generate.