File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ Version: @NEXUS_VERSION@
9
9
# Release is the number of times this version of the software was
10
10
# built into an RPM file; it should be incremented each RPM build and
11
11
# then reset to 1 when a new version of the software is released
12
- Release: @PACKAGE_RELEASE@.@NEXUS_RELEASE@%{?dist}
12
+ %if "@NEXUS_RELEASE@" == ""
13
+ %else
14
+ %define nexusrelease .@NEXUS_RELEASE@
15
+ %endif
16
+ Release: @PACKAGE_RELEASE@%{?nexusrelease}%{?dist}
13
17
License: LGPL
14
18
# Group: there is more than one choice for this - maybe we need to split
15
19
# nexus into separate packages (libraries + apps)
@@ -52,7 +56,7 @@ BuildRoot: %{_tmppath}/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
52
56
BuildRequires: python numpy
53
57
BuildRequires: hdf5-devel hdf-devel
54
58
BuildRequires: libxml2-devel
55
- BuildRequires: java-1.6.0-openjdk-devel
59
+ # BuildRequires: java-1.6.0-openjdk-devel
56
60
BuildRequires: readline-devel
57
61
# mxml is not in rhel or epel as yet
58
62
# ant on rhel5 is too old to build NXvalidate
You can’t perform that action at this time.
0 commit comments