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:
parent
f031a29fef
commit
1a227f6496
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user