Stephan Kulow 2011-05-27 08:35:50 +00:00 committed by Git OBS Bridge
parent 6f7f25f3f2
commit 0c0021569e
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 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 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