Update to 6.9.10-10
This commit is contained in:
parent
5069f4ec92
commit
67333c324e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/ImageMagick-6.9.9-38.tar.xz
|
||||
/ImageMagick-6.9.10-10.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global VER 6.9.9
|
||||
%global Patchlevel 38
|
||||
%global VER 6.9.10
|
||||
%global Patchlevel 10
|
||||
|
||||
Name: ImageMagick
|
||||
%if 0%{?fedora} >= 27
|
||||
@ -10,7 +10,7 @@ Epoch: 1
|
||||
Epoch: 0
|
||||
%endif
|
||||
Version: %{VER}.%{Patchlevel}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: An X application for displaying and manipulating images
|
||||
Group: Applications/Multimedia
|
||||
License: ImageMagick
|
||||
@ -204,6 +204,9 @@ find %{buildroot} -name "*.bs" |xargs rm -f
|
||||
find %{buildroot} -name ".packlist" |xargs rm -f
|
||||
find %{buildroot} -name "perllocal.pod" |xargs rm -f
|
||||
|
||||
# remove libtool files
|
||||
find %{buildroot} -name "*.la" |xargs rm -f
|
||||
|
||||
# perlmagick: build files list
|
||||
echo "%defattr(-,root,root,-)" > perl-pkg-files
|
||||
find %{buildroot}/%{_libdir}/perl* -type f -print \
|
||||
@ -267,8 +270,8 @@ make %{?_smp_mflags} check
|
||||
|
||||
%files libs
|
||||
%doc LICENSE NOTICE AUTHORS.txt QuickStart.txt
|
||||
%{_libdir}/libMagickCore-6.Q16.so.5*
|
||||
%{_libdir}/libMagickWand-6.Q16.so.5*
|
||||
%{_libdir}/libMagickCore-6.Q16.so.6*
|
||||
%{_libdir}/libMagickWand-6.Q16.so.6*
|
||||
%{_libdir}/%{name}-%{VER}
|
||||
%{_datadir}/%{name}-6
|
||||
%exclude %{_libdir}/%{name}-%{VER}/modules-Q16/coders/djvu.*
|
||||
@ -328,6 +331,9 @@ make %{?_smp_mflags} check
|
||||
%doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt
|
||||
|
||||
%changelog
|
||||
* Tue Aug 28 2018 Michael Cronenworth <mike@cchtml.com> - 1:6.9.10.10-1
|
||||
- Update to 6.9.10-10
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.9.9.38-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ImageMagick-6.9.9-38.tar.xz) = 78ecb605d2ea529603bab723c284be9c03a7d370814bbe708c2c34e0b91f75c1a0c193a5a2ea8f3583019d3610ac08d0d28671d8fdb2df2478865d9ab7417b91
|
||||
SHA512 (ImageMagick-6.9.10-10.tar.xz) = 8255db18d1b3ea727be320a643f67c8c27a729738de798c2b64570f9f8a96c74d59922ef85fae88b550e336f640d7d12b079ea354039dc08c4e75643b7e3a38c
|
||||
|
Loading…
Reference in New Issue
Block a user