update to 3.3.3 [release 3.3.3-1mamba;Thu Jan 14 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 17:28:26 +01:00
parent c6dd2152b4
commit 354de2ed1b

View File

@ -1,5 +1,5 @@
Name: routino Name: routino
Version: 3.3.2 Version: 3.3.3
Release: 1mamba Release: 1mamba
Summary: An application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap.org Summary: An application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap.org
Group: System/Tools Group: System/Tools
@ -58,8 +58,11 @@ This package contains libraries and header files for developing applications tha
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall prefix=%{buildroot}%{_prefix} libdir=%{_libdir} bindir=%{_bindir} \ %makeinstall \
incdir=%{_includedir} docdir=%{_docdir}/routino datadir=%{_datadir}/routino prefix=%{_prefix} \
libdir=%{_libdir} \
incdir=%{_includedir} \
docdir=%{_docdir}/routino
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -98,10 +101,14 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog README.txt %doc ChangeLog README.txt
%files -n python-routino %files -n python-routino
%{python3_sitearch}/Routino-1.0-py3.7.egg-info %defattr(-,root,root)
%{python3_sitearch}/Routino-1.0-py*.egg-info
%dir %{python3_sitearch}/routino %dir %{python3_sitearch}/routino
%{python3_sitearch}/routino/* %{python3_sitearch}/routino/*
%changelog %changelog
* Thu Jan 14 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.3-1mamba
- update to 3.3.3
* Tue Sep 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba * Tue Sep 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba
- package created using the webbuild interface - package created using the webbuild interface