Accepting request 741007 from openSUSE:Factory
revert OBS-URL: https://build.opensuse.org/request/show/741007 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=462
This commit is contained in:
parent
eb43637867
commit
81d40ee829
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 12:20:24 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Remove obsolete Groups tag (fate#326485)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 10:17:14 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@ -37,6 +37,7 @@ Version: %{mfr_version}.%{mfr_revision}
|
||||
Release: 0
|
||||
Summary: Viewer and Converter for Images
|
||||
License: ImageMagick
|
||||
Group: Productivity/Graphics/Other
|
||||
URL: https://www.imagemagick.org
|
||||
Source0: https://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
@ -130,12 +131,14 @@ BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%package -n perl-PerlMagick
|
||||
Summary: Perl interface for ImageMagick
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: ImageMagick = %{version}
|
||||
Requires: libMagickCore%{libspec}%{clibver} = %{version}
|
||||
Requires: perl = %{perl_version}
|
||||
|
||||
%package devel
|
||||
Summary: Development files for ImageMagick's C interface
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: ImageMagick = %{version}
|
||||
Requires: glibc-devel
|
||||
Requires: libMagickCore%{libspec}%{clibver} = %{version}
|
||||
@ -150,6 +153,7 @@ Requires: libbz2-devel
|
||||
%if !%{debug_build}
|
||||
%package extra
|
||||
Summary: Extra codecs for the ImageMagick image viewer/converter
|
||||
Group: Productivity/Graphics/Other
|
||||
Requires: ImageMagick = %{version}
|
||||
Requires: libMagickCore%{libspec}%{clibver} = %{version}
|
||||
Recommends: autotrace
|
||||
@ -162,6 +166,7 @@ Recommends: transfig
|
||||
|
||||
%package -n libMagickCore%{libspec}%{clibver}
|
||||
Summary: C runtime library for ImageMagick
|
||||
Group: Productivity/Graphics/Other
|
||||
Recommends: ghostscript
|
||||
Suggests: %{name}-extra = %{version}
|
||||
Requires: imagick-%{config_spec}
|
||||
@ -169,13 +174,16 @@ Recommends: %{config_spec}-SUSE
|
||||
|
||||
%package -n libMagickWand%{libspec}%{cwandver}
|
||||
Summary: C runtime library for ImageMagick
|
||||
Group: Productivity/Graphics/Other
|
||||
|
||||
%package -n libMagick++%{libspec}%{cxxlibver}
|
||||
Summary: C++ interface runtime library for ImageMagick
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}
|
||||
|
||||
%package -n libMagick++-devel
|
||||
Summary: Development files for ImageMagick's C++ interface
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libMagick++%{libspec}%{cxxlibver} = %{version}
|
||||
Requires: libstdc++-devel
|
||||
%if 0%{?suse_version} >= 1315
|
||||
@ -186,18 +194,21 @@ Requires: %{name}-devel = %{version}
|
||||
|
||||
%package doc
|
||||
Summary: Document Files for ImageMagick Library
|
||||
Group: Documentation/HTML
|
||||
%if 0%{?suse_version} >= 1315
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%package %{config_spec}-upstream
|
||||
Summary: Upstream Configuration Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: imagick-%{config_spec}
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
%package %{config_spec}-SUSE
|
||||
Summary: Upstream Configuration Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: imagick-%{config_spec}
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
Loading…
x
Reference in New Issue
Block a user