Subversion Repositories public

Rev

Blame | Last modification | View Log | RSS feed

# This spec file was generated by KDevelop 
# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org> 
# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html

Name: sportwatcher
Version: 0.5
Release: 1
Vendor: Andreas Theofilu <andreas@theosys.at>
Copyright: GPL v3
Summary: Read trainingsessions from a Garmin Forerunner
Group: Applications/Databases
Packager: Andreas Theofilu <andreas@theosys.at>
BuildRoot:  %{_tmppath}/%{name}-root 
Source: 

%description
Program to read out all informations of a Garmin Forerunner. It was tested with Garmin Forerunner 305.
Additionally SportWatcher is able to export heart rate data into HRM-format and the TCX-format. The formats GPX and OSM are also supported. It allows to export the waypoints into this formats.



%prep
%setup
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ 
--target=
--disable-debug --enable-debug=no 

%build
%configure
make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_libdir}/*.so.*
%{_datadir}/%{name}
%{_mandir}/man8/*
%changelog