Accepting request 71630 from graphics

- fix requires of -devel package

OBS-URL: https://build.opensuse.org/request/show/71630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=66
This commit is contained in:
Sascha Peilicke 2011-05-27 10:01:21 +00:00 committed by Git OBS Bridge
parent f7e2fcd775
commit f6fc161c99
2 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 27 08:35:34 UTC 2011 - coolo@novell.com
- fix requires of -devel package
-------------------------------------------------------------------
Thu May 26 13:03:10 UTC 2011 - coolo@novell.com

View File

@ -118,6 +118,24 @@ Requires: ImageMagick = %{version}
Summary: Include Files and Libraries Mandatory for Development
Group: Development/Libraries/C and C++
AutoReqProv: on
%if %{with FreeType}
Requires: freetype2-devel
%endif
%if %{with LCMS}
Requires: liblcms-devel
%endif
%if %{with TIFF}
Requires: libtiff-devel
%endif
%if %{with WMF}
Requires: libwmf-devel
%endif
%if %{with EXIF}
Requires: libexif-devel
%endif
%if %{with JPEG}
Requires: libjasper-devel
%endif
%package extra
License: PERMISSIVE-OSI-COMPLIANT