package created using the webbuild interface [release 0.5-1mamba;Sun Aug 07 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 16:59:04 +01:00
parent 38087f0c0d
commit 596076468e
2 changed files with 52 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# pytomtom
GPSQuickfix, backup, restore and more for TomTom devices.

50
pytomtom.spec Normal file
View File

@ -0,0 +1,50 @@
Name: pytomtom
Version: 0.5
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
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%prep
%setup -q -n %{name}
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m0755 %{buildroot}%{_datadir}
cp -a share/* %{buildroot}%{_datadir}
install -D -m0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%find_lang %{name}
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/applications/pytomtom.desktop
%{_datadir}/pixmaps/pytomtom.png
%dir %{_datadir}/pytomtom
%dir %{_datadir}/pytomtom/pix
%{_datadir}/pytomtom/pix/*
%dir %{_datadir}/pytomtom/src
%{_datadir}/pytomtom/src/pytomtom.py
%doc COPYING
%changelog
* Sun Aug 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-1mamba
- package created using the webbuild interface