]> granicus.if.org Git - imagemagick/blobdiff - ImageMagick.spec.in
https://oss-fuzz.com/v2/testcase-detail/5733690030686208?noredirect=1
[imagemagick] / ImageMagick.spec.in
index 69b8b9507b5f14135f117e1adba0fa95c52d4f97..05e45e18b4ace4512a8cbf92c01472e459961cd7 100644 (file)
@@ -7,9 +7,9 @@ Version:        %{VERSION}
 Release:        %{Patchlevel}
 Summary:        Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats.  In addition resize, rotate, shear, distort and transform images.
 Group:          Applications/Multimedia
-License:        https://www.imagemagick.org/script/license.php
-Url:            https://www.imagemagick.org/
-Source0:        https://www.imagemagick.org/download/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.bz2
+License:        https://imagemagick.org/script/license.php
+Url:            https://imagemagick.org/
+Source0:        https://imagemagick.org/download/%{name}/%{name}-%{VERSION}-%{Patchlevel}.tar.bz2
 
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 
@@ -37,7 +37,7 @@ ImageMagick is free software delivered as a ready-to-run binary distribution or
 
 The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities.
 
-The authoritative ImageMagick web site is https://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick. We maintain a source code mirror at GitHub.
+The authoritative ImageMagick web site is https://imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick. We maintain a source code mirror at GitHub.
 
 %package devel
 Summary: Library links and header files for ImageMagick application development
@@ -83,7 +83,7 @@ Group: Documentation
 ImageMagick documentation, this package contains usage (for the
 commandline tools) and API (for the libraries) documentation in HTML format.
 Note this documentation can also be found on the ImageMagick website:
-https://www.imagemagick.org/.
+https://imagemagick.org/.
 
 
 %package perl
@@ -169,7 +169,7 @@ cp -a www/source %{buildroot}%{_datadir}/doc/%{name}-%{VERSION}
 rm %{buildroot}%{_libdir}/*.la
 
 # fix weird perl Magick.so permissions
-chmod 755 %{buildroot}%{perl_vendorarch}/auto/Image/Magick/*/*.so
+chmod -f 755 %{buildroot}%{perl_vendorarch}/auto/Image/Magick/*/*.so
 
 # perlmagick: fix perl path of demo files
 %{__perl} -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' PerlMagick/demo/*.pl