move magick binary from devel to ImageMagick package [release 7.0.3.4-2mamba;Fri Oct 14 2016]
This commit is contained in:
parent
70730f7d07
commit
228a5e24cc
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: ImageMagick
|
Name: ImageMagick
|
||||||
Version: 7.0.3.4
|
Version: 7.0.3.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -211,7 +211,7 @@ ln -s ImageMagick-%{MAJver} %{buildroot}%{_includedir}/ImageMagick
|
|||||||
|
|
||||||
%pre
|
%pre
|
||||||
if [ $1 -gt 1 ]; then
|
if [ $1 -gt 1 ]; then
|
||||||
[ -L %{_includedir}/ImageMagick ] || rmdir %{_includedir}/ImageMagick
|
[ -d %{_includedir}/ImageMagick -a ! -L %{_includedir}/ImageMagick ] && rmdir %{_includedir}/ImageMagick &> /dev/null
|
||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
@ -228,6 +228,8 @@ fi
|
|||||||
%{_bindir}/display
|
%{_bindir}/display
|
||||||
%{_bindir}/identify
|
%{_bindir}/identify
|
||||||
%{_bindir}/import
|
%{_bindir}/import
|
||||||
|
%{_bindir}/magick
|
||||||
|
%{_bindir}/magick-script
|
||||||
%{_bindir}/mogrify
|
%{_bindir}/mogrify
|
||||||
%{_bindir}/montage
|
%{_bindir}/montage
|
||||||
%{_bindir}/stream
|
%{_bindir}/stream
|
||||||
@ -247,8 +249,6 @@ fi
|
|||||||
%files -n libMagick-devel
|
%files -n libMagick-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/Magick++-config
|
%{_bindir}/Magick++-config
|
||||||
%{_bindir}/magick
|
|
||||||
%{_bindir}/magick-script
|
|
||||||
%{_bindir}/MagickCore-config
|
%{_bindir}/MagickCore-config
|
||||||
%{_bindir}/MagickWand-config
|
%{_bindir}/MagickWand-config
|
||||||
%{_includedir}/ImageMagick
|
%{_includedir}/ImageMagick
|
||||||
@ -286,6 +286,9 @@ fi
|
|||||||
%{_docdir}/ImageMagick-%{MAJver}/www/*
|
%{_docdir}/ImageMagick-%{MAJver}/www/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.3.4-2mamba
|
||||||
|
- move magick binary from devel to ImageMagick package
|
||||||
|
|
||||||
* Tue Oct 11 2016 Automatic Build System <autodist@mambasoft.it> 7.0.3.4-1mamba
|
* Tue Oct 11 2016 Automatic Build System <autodist@mambasoft.it> 7.0.3.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user