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