Accepting request 492481 from home:bmwiedemann:branches:X11:Utilities

Use convert -strip to not have timestamps in png files
  to make build fully reproducible

OBS-URL: https://build.opensuse.org/request/show/492481
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=19
This commit is contained in:
Luigi Baldoni 2017-05-02 17:12:23 +00:00 committed by Git OBS Bridge
parent c5b82cb91d
commit 629edfeb2b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 2 12:48:42 UTC 2017 - bwiedemann@suse.com
- Use convert -strip to not have timestamps in png files
to make build fully reproducible
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 9 21:18:59 UTC 2017 - aloisio@gmx.com Mon Jan 9 21:18:59 UTC 2017 - aloisio@gmx.com

View File

@ -113,7 +113,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}
# Install icon # Install icon
install -d %{buildroot}%{_datadir}/pixmaps install -d %{buildroot}%{_datadir}/pixmaps
convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png convert -strip doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png
%post %post
%desktop_database_post %desktop_database_post