Update to 6.8.6-3.

- Added aarch64 to list of 64bit arches (bz#978339).
This commit is contained in:
Pavel Alexeev (aka Pahan-Hubbitus) 2013-07-03 10:59:20 +04:00
parent 1a5747de0a
commit 7f30b9d5f9

View File

@ -1,5 +1,5 @@
%global VER 6.8.5 %global VER 6.8.6
%global Patchlevel 10 %global Patchlevel 3
Name: ImageMagick Name: ImageMagick
Version: %{VER}.%{Patchlevel} Version: %{VER}.%{Patchlevel}
@ -136,13 +136,14 @@ sed -i 's/libltdl.la/libltdl.so/g' configure
iconv -f ISO-8859-1 -t UTF-8 README.txt > README.txt.tmp iconv -f ISO-8859-1 -t UTF-8 README.txt > README.txt.tmp
touch -r README.txt README.txt.tmp touch -r README.txt README.txt.tmp
mv README.txt.tmp README.txt mv README.txt.tmp README.txt
# for %doc # for %%doc
mkdir Magick++/examples mkdir Magick++/examples
cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples
%build %build
%configure --enable-shared \ %configure \
--enable-shared \
--disable-static \ --disable-static \
--with-modules \ --with-modules \
--with-perl \ --with-perl \
@ -160,6 +161,7 @@ cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples
--without-dps \ --without-dps \
--without-included-ltdl --with-ltdl-include=%{_includedir} \ --without-included-ltdl --with-ltdl-include=%{_includedir} \
--with-ltdl-lib=%{_libdir} --with-ltdl-lib=%{_libdir}
# Disable rpath # Disable rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@ -200,7 +202,7 @@ if [ -z perl-pkg-files ] ; then
fi fi
# fix multilib issues # fix multilib issues
%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 %ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
%define wordsize 64 %define wordsize 64
%else %else
%define wordsize 32 %define wordsize 32
@ -229,8 +231,6 @@ EOF
# Fonts must be packaged separately. It does nothave matter and demos work without it. # Fonts must be packaged separately. It does nothave matter and demos work without it.
rm PerlMagick/demo/Generic.ttf rm PerlMagick/demo/Generic.ttf
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -319,6 +319,10 @@ rm -rf %{buildroot}
%doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt
%changelog %changelog
* Mon Jul 1 2013 Pavel Alexeev <Pahan@Hubbitus.info> - 6.8.6.3-1
- Update to 6.8.6-3.
- Added aarch64 to list of 64bit arches (bz#978339).
* Wed Jun 12 2013 Pavel Alexeev <Pahan@Hubbitus.info> - 6.5.5.10-1 * Wed Jun 12 2013 Pavel Alexeev <Pahan@Hubbitus.info> - 6.5.5.10-1
- Update to 6.8.5-10 upstream version (bz#720285). - Update to 6.8.5-10 upstream version (bz#720285).
- By Remi Collet request (bz#969760) enable those features in ImageMagick: - By Remi Collet request (bz#969760) enable those features in ImageMagick: