update to 0.5.1 [release 0.5.1-1mamba;Fri Dec 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:59:05 +01:00
parent 596076468e
commit 3589bfb647

View File

@ -1,24 +1,24 @@
Name: pytomtom
Version: 0.5
Version: 0.5.1
Release: 1mamba
Summary: GPSQuickfix, backup, restore and more for TomTom devices
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://launchpad.net/pytomtom
Source: https://launchpad.net/pytomtom/trunk/%{version}/+download/pytomtom-%{version}.tar.gz
URL: http://pytomtom.tuxfamily.org/forum/
Source: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pytomtom/pytomtom-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: python27
%description
%{summary}.
%prep
%setup -q -n %{name}
sed -i -e 's/python/python2/' bin/pytomtom
%build
@ -46,5 +46,8 @@ install -D -m0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%changelog
* Fri Dec 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
- update to 0.5.1
* Sun Aug 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-1mamba
- package created using the webbuild interface