Accepting request 368574 from home:bmwiedemann:branches:devel:languages:perl
drop build time from png file to fix build-compare OBS-URL: https://build.opensuse.org/request/show/368574 OBS-URL: https://build.opensuse.org/package/show/science/imagej?expand=0&rev=10
This commit is contained in:
parent
3161a20a7f
commit
4c858a8842
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 17:11:26 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
- drop build time from png file to fix build-compare
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 09 08:16:45 UTC 2013 - lumnis@opensuse.org
|
||||
- Update to version 1.47n
|
||||
|
12
imagej.spec
12
imagej.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package imagej
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -13,22 +13,24 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define SrcVersion 147n
|
||||
|
||||
Name: imagej
|
||||
Version: 1.47n
|
||||
Release: 0
|
||||
License: SUSE-Public-Domain
|
||||
Summary: Public domain Java image processing program
|
||||
Url: http://rsbweb.nih.gov/ij/
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Graphics/Convertors
|
||||
Url: http://rsbweb.nih.gov/ij/
|
||||
Source: http://rsbweb.nih.gov/ij/download/src/ij%{SrcVersion}-src.zip
|
||||
Source1: %{name}.in
|
||||
Source2: %{name}.desktop
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: java >= 1.6.0
|
||||
@ -71,7 +73,7 @@ install -d -m 755 %{buildroot}%{_bindir}
|
||||
install -m 755 %{name} %{buildroot}%{_bindir}/
|
||||
|
||||
# Icon
|
||||
convert build/microscope.gif build/%{name}.png
|
||||
convert -strip build/microscope.gif build/%{name}.png
|
||||
install -Dm 644 build/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
# Desktop menu entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user