From 1a227f6496870612e958150b0a810ad6a74356a254b407fe211286ef0134cc92 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 7 May 2012 20:53:08 +0000 Subject: [PATCH] Accepting request 116633 from KDE:Distro:Factory - Fix taglib requires for older distros OBS-URL: https://build.opensuse.org/request/show/116633 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=53 --- tellico.changes | 5 +++++ tellico.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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