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:
parent
f7e2fcd775
commit
f6fc161c99
@ -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
|
Thu May 26 13:03:10 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -118,6 +118,24 @@ Requires: ImageMagick = %{version}
|
|||||||
Summary: Include Files and Libraries Mandatory for Development
|
Summary: Include Files and Libraries Mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
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
|
%package extra
|
||||||
License: PERMISSIVE-OSI-COMPLIANT
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user