don't unnecessarily recreate 32px icon (#966301)
This commit is contained in:
parent
3cf43342e8
commit
0595c15da2
@ -158,11 +158,6 @@ pushd build-without-gimp
|
|||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Ensure that src/xsane.xpm is 32px high/wide
|
|
||||||
test "$(identify -format "%wx%h" src/xsane.xpm)" = "32x32"
|
|
||||||
|
|
||||||
xpmtoppm src/xsane.xpm | pnmtopng > src/xsane-32x32.png
|
|
||||||
|
|
||||||
cp %{SOURCE1} src/
|
cp %{SOURCE1} src/
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -239,6 +234,9 @@ fi
|
|||||||
%{_datadir}/sane/xsane
|
%{_datadir}/sane/xsane
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 03 2014 Nils Philippsen <nils@redhat.com>
|
||||||
|
- don't unnecessarily recreate 32px icon (#966301)
|
||||||
|
|
||||||
* Wed Apr 02 2014 Nils Philippsen <nils@redhat.com> - 0.999-11
|
* Wed Apr 02 2014 Nils Philippsen <nils@redhat.com> - 0.999-11
|
||||||
- fix coverity patch: ensure directories exist instead of indiscriminately
|
- fix coverity patch: ensure directories exist instead of indiscriminately
|
||||||
attempting to create them (#1079586)
|
attempting to create them (#1079586)
|
||||||
|
Loading…
Reference in New Issue
Block a user