diff --git a/pytomtom.spec b/pytomtom.spec index 50fb521..b0e7c8e 100644 --- a/pytomtom.spec +++ b/pytomtom.spec @@ -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 -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 0.5.1-1mamba +- update to 0.5.1 + * Sun Aug 07 2016 Silvan Calarco 0.5-1mamba - package created using the webbuild interface