automatic version update by autodist [release 7.1.1.30-1mamba;Sat Apr 13 2024]
This commit is contained in:
parent
ca6541bc93
commit
2888299a7a
@ -6,12 +6,11 @@
|
|||||||
%define maj2ver %(echo %version | cut -d. -f 1-2)
|
%define maj2ver %(echo %version | cut -d. -f 1-2)
|
||||||
%define MAJver %(echo %version | cut -d. -f 1)
|
%define MAJver %(echo %version | cut -d. -f 1)
|
||||||
|
|
||||||
|
|
||||||
# Disable automatic .la file removal
|
# Disable automatic .la file removal
|
||||||
%global __brp_remove_la_files %nil
|
%global __brp_remove_la_files %nil
|
||||||
|
|
||||||
Name: ImageMagick
|
Name: ImageMagick
|
||||||
Version: 7.1.1.29
|
Version: 7.1.1.30
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tools and libraries to read, write, and manipulate an image in many image formats
|
Summary: Tools and libraries to read, write, and manipulate an image in many image formats
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
@ -57,7 +56,6 @@ BuildRequires: libraw-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
BuildRequires: libwmf-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzip-devel
|
BuildRequires: libzip-devel
|
||||||
@ -179,6 +177,7 @@ find utilities/* -type f -name \*.1.in \
|
|||||||
--enable-hdri \
|
--enable-hdri \
|
||||||
--without-autotrace \
|
--without-autotrace \
|
||||||
--with-perl=yes \
|
--with-perl=yes \
|
||||||
|
--with-perl-options='INSTALLDIRS=vendor INSTALL_BASE=' \
|
||||||
PKG_CONFIG=pkg-config
|
PKG_CONFIG=pkg-config
|
||||||
|
|
||||||
%make \
|
%make \
|
||||||
@ -193,14 +192,10 @@ find utilities/* -type f -name \*.1.in \
|
|||||||
# already provided by 'libltdl'
|
# already provided by 'libltdl'
|
||||||
rm -f %{buildroot}%{_libdir}/libltdl.{so.*,a,la,so}
|
rm -f %{buildroot}%{_libdir}/libltdl.{so.*,a,la,so}
|
||||||
# cleanup unpackaged files
|
# cleanup unpackaged files
|
||||||
find %{buildroot}%{_libdir} \
|
find %{buildroot}%{_prefix}/lib \
|
||||||
-type f \( -name perllocal.pod -o -name .packlist \) -exec rm -f {} \;
|
-type f \( -name perllocal.pod -o -name .packlist \) -exec rm -f {} \;
|
||||||
|
|
||||||
ln -s ImageMagick-%{MAJver} %{buildroot}%{_includedir}/ImageMagick
|
ln -s ImageMagick-%{MAJver} %{buildroot}%{_includedir}/ImageMagick
|
||||||
#ln -s libMagickWand-Q16HDRI.so.7.0.0 %{buildroot}%{_libdir}/libMagickWand-Q16HDRI.so
|
|
||||||
#ln -s libMagick++-Q16HDRI.so.7.0.0 %{buildroot}%{_libdir}/libMagick++-Q16HDRI.so
|
|
||||||
#ln -s libMagickCore-Q16HDRI.so.7.0.0 %{buildroot}%{_libdir}/libMagickCore-Q16HDRI.so
|
|
||||||
|
|
||||||
|
|
||||||
# Delete *ONLY* _libdir/*.la files! .la files used internally to handle plugins
|
# Delete *ONLY* _libdir/*.la files! .la files used internally to handle plugins
|
||||||
rm %{buildroot}%{_libdir}/*.la
|
rm %{buildroot}%{_libdir}/*.la
|
||||||
@ -237,7 +232,6 @@ fi
|
|||||||
%files -n libMagick
|
%files -n libMagick
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/ImageMagick-%{MAJver}/*.xml
|
%{_sysconfdir}/ImageMagick-%{MAJver}/*.xml
|
||||||
#%{_sysconfdir}/ImageMagick/sRGB.icc
|
|
||||||
%dir %{_libdir}/ImageMagick-%{majver}
|
%dir %{_libdir}/ImageMagick-%{majver}
|
||||||
%{_libdir}/ImageMagick-%{majver}/*
|
%{_libdir}/ImageMagick-%{majver}/*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
@ -266,8 +260,10 @@ fi
|
|||||||
|
|
||||||
%files -n perl-Magick
|
%files -n perl-Magick
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/lib/perl5/5*
|
%dir %{perl_vendorarch}/auto/Image/Magick
|
||||||
%{perl_sitearch}/*
|
%{perl_vendorarch}/auto/Image/Magick/*
|
||||||
|
%dir %{perl_vendorarch}/Image
|
||||||
|
%{perl_vendorarch}/Image/*
|
||||||
%{_mandir}/man3/Image::Magick*
|
%{_mandir}/man3/Image::Magick*
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
@ -282,6 +278,9 @@ fi
|
|||||||
%{_docdir}/ImageMagick-%{MAJver}/www/*
|
%{_docdir}/ImageMagick-%{MAJver}/www/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 7.1.1.30-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Feb 26 2024 Automatic Build System <autodist@openmamba.org> 7.1.1.29-1mamba
|
* Mon Feb 26 2024 Automatic Build System <autodist@openmamba.org> 7.1.1.29-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user