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