update to 1.3.37 [release 1.3.37-1mamba;Thu Dec 23 2021]
This commit is contained in:
parent
126c88fa11
commit
8e1423ee1f
@ -1,12 +1,12 @@
|
||||
Name: GraphicsMagick
|
||||
Version: 1.3.36
|
||||
Version: 1.3.37
|
||||
Release: 1mamba
|
||||
Summary: The swiss army knife of image processing
|
||||
Group: Applications/Graphics
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.graphicsmagick.org/
|
||||
URL: http://www.graphicsmagick.org/
|
||||
Source: http://downloads.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -17,6 +17,7 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
@ -42,6 +43,7 @@ BuildRequires: libwmf-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
#BuildRequires: libtrio-devel
|
||||
@ -57,7 +59,6 @@ BuildRequires: libsane-backends
|
||||
BuildRequires: wget
|
||||
BuildRequires: ghostscript-fonts
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GraphicsMagick is the swiss army knife of image processing.
|
||||
@ -98,6 +99,8 @@ Requires: perl >= %{perl_major_ver}
|
||||
PerlMagick is an objected-oriented Perl interface to GraphicsMagick.
|
||||
Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -218,6 +221,9 @@ chmod 755 %{buildroot}%{perl_vendorarch}/auto/Graphics/Magick/Magick.so
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Thu Dec 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.37-1mamba
|
||||
- update to 1.3.37
|
||||
|
||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.36-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user