Skip to content

Commit

Permalink
Fix rpm naming on tag. Refs #341
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.nexusformat.org/code/trunk@1888 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
  • Loading branch information
FreddieAkeroyd authored and Freddie Akeroyd committed Mar 7, 2013
1 parent b2cfde5 commit 30ece31
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nexus_spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Version: @NEXUS_VERSION@
# Release is the number of times this version of the software was
# built into an RPM file; it should be incremented each RPM build and
# then reset to 1 when a new version of the software is released
Release: @PACKAGE_RELEASE@.@NEXUS_RELEASE@%{?dist}
%if "@NEXUS_RELEASE@" == ""
%else
%define nexusrelease .@NEXUS_RELEASE@
%endif
Release: @PACKAGE_RELEASE@%{?nexusrelease}%{?dist}
License: LGPL
# Group: there is more than one choice for this - maybe we need to split
# nexus into separate packages (libraries + apps)
Expand Down Expand Up @@ -52,7 +56,7 @@ BuildRoot: %{_tmppath}/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
BuildRequires: python numpy
BuildRequires: hdf5-devel hdf-devel
BuildRequires: libxml2-devel
BuildRequires: java-1.6.0-openjdk-devel
#BuildRequires: java-1.6.0-openjdk-devel
BuildRequires: readline-devel
# mxml is not in rhel or epel as yet
# ant on rhel5 is too old to build NXvalidate
Expand Down

0 comments on commit 30ece31

Please sign in to comment.