update to 3.3.3 [release 3.3.3-1mamba;Thu Jan 14 2021]
This commit is contained in:
parent
c6dd2152b4
commit
354de2ed1b
15
routino.spec
15
routino.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user