Changes of Revision 3
[-] | Changed | k3b.spec |
x 1
2 3 %define with_k3bsetup %(test $(rpm -q --qf='%{VERSION}' libkde4-devel | awk -F. '{print $1 * 10000 + $2 * 100 + $3}') -ge 40385 && echo 1 || echo 0) 4 5 -%bcond_with ffmpeg 6 -%bcond_with mad 7 -%bcond_with lame 8 +%bcond_without ffmpeg 9 +%bcond_without mad 10 +%bcond_without lame 11 12 Name: k3b 13 BuildRequires: cups-devel libkcddb4-devel ruby-devel sqlite-devel libtag-devel 14 |