This commit is contained in:
parent
6f7f25f3f2
commit
0c0021569e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user