diff --git a/tellico.changes b/tellico.changes index 479d972..75daabd 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 7 10:16:42 UTC 2012 - idonmez@suse.com + +- Fix taglib requires for older distros + ------------------------------------------------------------------- Thu Apr 19 11:22:45 UTC 2012 - dmueller@suse.com diff --git a/tellico.spec b/tellico.spec index 66fb2e7..39a9e38 100644 --- a/tellico.spec +++ b/tellico.spec @@ -34,7 +34,11 @@ BuildRequires: libksane-devel BuildRequires: libpoppler-qt4-devel BuildRequires: libqimageblitz-devel BuildRequires: libqjson-devel -BuildRequires: libtag-devel +%if %suse_version > 1200 +BuildRequires: pkgconfig(taglib) +%else +BuildRequires: taglib-devel +%endif BuildRequires: libv4l-devel BuildRequires: libxslt-devel BuildRequires: libyaz-devel