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 MAJver %(echo %version | cut -d. -f 1)
|
||||
|
||||
|
||||
# Disable automatic .la file removal
|
||||
%global __brp_remove_la_files %nil
|
||||
|
||||
Name: ImageMagick
|
||||
Version: 7.1.1.29
|
||||
Version: 7.1.1.30
|
||||
Release: 1mamba
|
||||
Summary: Tools and libraries to read, write, and manipulate an image in many image formats
|
||||
Group: Applications/Graphics
|
||||
@ -57,7 +56,6 @@ BuildRequires: libraw-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libwmf-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzip-devel
|
||||
@ -179,6 +177,7 @@ find utilities/* -type f -name \*.1.in \
|
||||
--enable-hdri \
|
||||
--without-autotrace \
|
||||
--with-perl=yes \
|
||||
--with-perl-options='INSTALLDIRS=vendor INSTALL_BASE=' \
|
||||
PKG_CONFIG=pkg-config
|
||||
|
||||
%make \
|
||||
@ -193,14 +192,10 @@ find utilities/* -type f -name \*.1.in \
|
||||
# already provided by 'libltdl'
|
||||
rm -f %{buildroot}%{_libdir}/libltdl.{so.*,a,la,so}
|
||||
# cleanup unpackaged files
|
||||
find %{buildroot}%{_libdir} \
|
||||
find %{buildroot}%{_prefix}/lib \
|
||||
-type f \( -name perllocal.pod -o -name .packlist \) -exec rm -f {} \;
|
||||
|
||||
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
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
@ -237,7 +232,6 @@ fi
|
||||
%files -n libMagick
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/ImageMagick-%{MAJver}/*.xml
|
||||
#%{_sysconfdir}/ImageMagick/sRGB.icc
|
||||
%dir %{_libdir}/ImageMagick-%{majver}
|
||||
%{_libdir}/ImageMagick-%{majver}/*
|
||||
%{_libdir}/lib*.so.*
|
||||
@ -266,8 +260,10 @@ fi
|
||||
|
||||
%files -n perl-Magick
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/perl5/5*
|
||||
%{perl_sitearch}/*
|
||||
%dir %{perl_vendorarch}/auto/Image/Magick
|
||||
%{perl_vendorarch}/auto/Image/Magick/*
|
||||
%dir %{perl_vendorarch}/Image
|
||||
%{perl_vendorarch}/Image/*
|
||||
%{_mandir}/man3/Image::Magick*
|
||||
|
||||
%files apidocs
|
||||
@ -282,6 +278,9 @@ fi
|
||||
%{_docdir}/ImageMagick-%{MAJver}/www/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user