move xml configurations from libmagick to imagemagick-common package [release 7.1.2.8-2mamba;Wed Oct 29 2025]
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
Name: imagemagick
|
||||
Version: 7.1.2.8
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Tools and libraries to read, write, and manipulate an image in many image formats
|
||||
Group: Applications/Graphics
|
||||
Vendor: openmamba
|
||||
@@ -102,9 +102,18 @@ Here are just a few examples of what ImageMagick can do:
|
||||
* Decorate an image with a border or frame
|
||||
* Describe the format and characteristics of an image
|
||||
|
||||
%package common
|
||||
Summary: Common configuration files for libmagick
|
||||
Group: System/Libraries
|
||||
|
||||
%description common
|
||||
ImageMagickTM is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.
|
||||
This package contains the common configuration files.
|
||||
|
||||
%package -n libmagick
|
||||
Summary: Libraries to read, write, and manipulate an image in many image formats
|
||||
Group: System/Libraries
|
||||
Requires: %{name}-common = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: libMagick69 <= 7
|
||||
Obsoletes: libMagick6 <= 7
|
||||
Provides: libMagick
|
||||
@@ -112,11 +121,6 @@ Obsoletes: libMagick <= 7.1.2.3-1mamba
|
||||
|
||||
%description -n libmagick
|
||||
ImageMagickTM is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.
|
||||
With ImageMagick you can create images dynamically, making it suitable for Web applications.
|
||||
You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format.
|
||||
Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages.
|
||||
A high-quality 2D renderer is included, which provides a subset of SVG capabilities.
|
||||
ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs.
|
||||
This package contains the shared libraries.
|
||||
|
||||
%package -n libmagick-devel
|
||||
@@ -134,11 +138,6 @@ Obsoletes: libMagick-devel <= 7.1.2.3-1mamba
|
||||
|
||||
%description -n libmagick-devel
|
||||
ImageMagickTM is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF.
|
||||
With ImageMagick you can create images dynamically, making it suitable for Web applications.
|
||||
You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format.
|
||||
Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages.
|
||||
A high-quality 2D renderer is included, which provides a subset of SVG capabilities.
|
||||
ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package -n perl-Magick
|
||||
@@ -229,14 +228,18 @@ fi
|
||||
%{_bindir}/stream
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files common
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/ImageMagick-%{MAJver}
|
||||
%{_sysconfdir}/ImageMagick-%{MAJver}/*.xml
|
||||
%dir %{_datadir}/ImageMagick-%{MAJver}
|
||||
%{_datadir}/ImageMagick-%{MAJver}/*
|
||||
|
||||
%files -n libmagick
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/ImageMagick-%{MAJver}/*.xml
|
||||
%dir %{_libdir}/ImageMagick-%{majver}
|
||||
%{_libdir}/ImageMagick-%{majver}/*
|
||||
%{_libdir}/lib*.so.*
|
||||
%dir %{_datadir}/ImageMagick-%{MAJver}
|
||||
%{_datadir}/ImageMagick-%{MAJver}/*
|
||||
%doc LICENSE AUTHORS.txt
|
||||
|
||||
%files -n libmagick-devel
|
||||
@@ -277,6 +280,9 @@ fi
|
||||
%{_docdir}/ImageMagick-%{MAJver}/www/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 29 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 7.1.2.8-2mamba
|
||||
- move xml configurations from libmagick to imagemagick-common package
|
||||
|
||||
* Sun Oct 26 2025 Automatic Build System <autodist@openmamba.org> 7.1.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user