Accepting request 368610 from science
1 OBS-URL: https://build.opensuse.org/request/show/368610 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imagej?expand=0&rev=6
This commit is contained in:
commit
31d5a60606
@ -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
|
Tue Apr 09 08:16:45 UTC 2013 - lumnis@opensuse.org
|
||||||
- Update to version 1.47n
|
- Update to version 1.47n
|
||||||
|
12
imagej.spec
12
imagej.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package imagej
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -13,22 +13,24 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%define SrcVersion 147n
|
%define SrcVersion 147n
|
||||||
|
|
||||||
Name: imagej
|
Name: imagej
|
||||||
Version: 1.47n
|
Version: 1.47n
|
||||||
Release: 0
|
Release: 0
|
||||||
License: SUSE-Public-Domain
|
|
||||||
Summary: Public domain Java image processing program
|
Summary: Public domain Java image processing program
|
||||||
Url: http://rsbweb.nih.gov/ij/
|
License: SUSE-Public-Domain
|
||||||
Group: Productivity/Graphics/Convertors
|
Group: Productivity/Graphics/Convertors
|
||||||
|
Url: http://rsbweb.nih.gov/ij/
|
||||||
Source: http://rsbweb.nih.gov/ij/download/src/ij%{SrcVersion}-src.zip
|
Source: http://rsbweb.nih.gov/ij/download/src/ij%{SrcVersion}-src.zip
|
||||||
Source1: %{name}.in
|
Source1: %{name}.in
|
||||||
Source2: %{name}.desktop
|
Source2: %{name}.desktop
|
||||||
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: ImageMagick
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires: java >= 1.6.0
|
Requires: java >= 1.6.0
|
||||||
@ -71,7 +73,7 @@ install -d -m 755 %{buildroot}%{_bindir}
|
|||||||
install -m 755 %{name} %{buildroot}%{_bindir}/
|
install -m 755 %{name} %{buildroot}%{_bindir}/
|
||||||
|
|
||||||
# Icon
|
# 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
|
install -Dm 644 build/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||||
|
|
||||||
# Desktop menu entry
|
# Desktop menu entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user