automatic version update by autodist [release 2018g-1mamba;Tue Oct 30 2018]

This commit is contained in:
Automatic Build System 2024-01-05 18:45:44 +01:00
parent 70ce37b953
commit 18dbf60efe

View File

@ -9,7 +9,7 @@
%endif
Name: tzdata
Version: 2018e
Version: 2018g
Release: 1mamba
Summary: timezone data
Group: System/Internationalization
@ -74,6 +74,10 @@ find . -type f -name '*.java' -print0 \
%build
%if "%{stage1}" != "1"
cd javazic
%ifarch arm
export LD_PRELOAD=%{_libdir}/libatomic.so.1
%endif
%{javahome}/bin/javac %{buildopts} -classpath . `find . -name \*.java`
cd ..
%{javahome}/bin/java -classpath javazic/ rht.tools.javazic.Main -V %{version} \
@ -118,6 +122,12 @@ cp -pr zoneinfo/java %{buildroot}%{_datadir}/javazi
%endif
%changelog
* Tue Oct 30 2018 Automatic Build System <autodist@mambasoft.it> 2018g-1mamba
- automatic version update by autodist
* Sun Oct 21 2018 Automatic Build System <autodist@mambasoft.it> 2018f-1mamba
- automatic version update by autodist
* Wed May 09 2018 Automatic Build System <autodist@mambasoft.it> 2018e-1mamba
- automatic version update by autodist