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
This commit is contained in:
Stephan Kulow 2012-05-07 20:53:08 +00:00 committed by Git OBS Bridge
parent f031a29fef
commit 1a227f6496
2 changed files with 10 additions and 1 deletions

View File

@ -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 Thu Apr 19 11:22:45 UTC 2012 - dmueller@suse.com

View File

@ -34,7 +34,11 @@ BuildRequires: libksane-devel
BuildRequires: libpoppler-qt4-devel BuildRequires: libpoppler-qt4-devel
BuildRequires: libqimageblitz-devel BuildRequires: libqimageblitz-devel
BuildRequires: libqjson-devel BuildRequires: libqjson-devel
BuildRequires: libtag-devel %if %suse_version > 1200
BuildRequires: pkgconfig(taglib)
%else
BuildRequires: taglib-devel
%endif
BuildRequires: libv4l-devel BuildRequires: libv4l-devel
BuildRequires: libxslt-devel BuildRequires: libxslt-devel
BuildRequires: libyaz-devel BuildRequires: libyaz-devel