up release, fix version in about

This commit is contained in:
Sergey Zhemoitel 2021-03-16 10:42:45 +03:00
parent 0e6707e294
commit 84ef0639f2

View file

@ -1,7 +1,7 @@
Name: josm
Summary: Java-based OSM editor
Version: 17560
Release: 1
Release: 2
License: GPLv2+
URL: https://josm.openstreetmap.de
Source0: https://github.com/openstreetmap/josm/archive/%{version}/%{name}-%{version}.tar.gz
@ -34,7 +34,7 @@ sed -i '/org.jacoco.ant/s/-SNAPSHOT//' ivy.xml
%build
#cd $RPM_BUILD_DIR/%{name}-%{version}
ant
ant -Dversion.entry.commit.revision=%{version} dist-optimized
%install
rm -rf %{buildroot}