automatic version update by autodist [release 3.4-1mamba;Sun Jun 18 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:28:27 +01:00
parent 354de2ed1b
commit c775e83986

View File

@ -1,5 +1,5 @@
Name: routino
Version: 3.3.3
Version: 3.4
Release: 1mamba
Summary: An application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap.org
Group: System/Tools
@ -11,16 +11,10 @@ Source: http://www.routino.org/download/routino-%{version}.tgz
License: Affero GNU Public License
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libbzip2-devel
BuildRequires: libgcc
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
An application for finding a route between two points using the dataset of topographical information collected by http://www.OpenStreetMap.org.
@ -92,6 +86,7 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%{_libdir}/libroutino-slim.so.*
%{_libdir}/libroutino.so.*
%doc agpl-3.0.txt
%files -n lib%{name}-devel
%defattr(-,root,root)
@ -100,13 +95,16 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libroutino.so
%doc ChangeLog README.txt
%files -n python-routino
%defattr(-,root,root)
%{python3_sitearch}/Routino-1.0-py*.egg-info
%dir %{python3_sitearch}/routino
%{python3_sitearch}/routino/*
#%files -n python-routino
#%defattr(-,root,root)
#%{python310_sitearch}/Routino-1.0-py*.egg-info
#%dir %{python310_sitearch}/routino
#%{python310_sitearch}/routino/*
%changelog
* Sun Jun 18 2023 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
- automatic version update by autodist
* Thu Jan 14 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.3-1mamba
- update to 3.3.3