rpms/mtkbabel/F-10 import.log, NONE, 1.1 mtkbabel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel Rindt drindt at fedoraproject.org
Thu Aug 13 09:34:33 UTC 2009


Author: drindt

Update of /cvs/pkgs/rpms/mtkbabel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23560/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mtkbabel.spec 
Log Message:
initial commit


--- NEW FILE import.log ---
mtkbabel-0_8-1_fc10:F-10:mtkbabel-0.8-1.fc10.src.rpm:1250163099


--- NEW FILE mtkbabel.spec ---
Name:           mtkbabel
Version:        0.8
Release:        1%{?dist}
Summary:        Program to Operate the i-Blue 747 GPS Data Logger
Group:          Applications/Communications
License:        GPLv2+
Url:            https://sourceforge.net/projects/mtkbabel
Source:         http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

%description
MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger.
It should work also with other GPS devices based on the MediaTek MTK
chipset. It is free software released under the GPL license.

The main capabilities are:

  * Command line interface
  * Save data log in GPX and raw binary format
  * If required retrieve all the data, also the old one being overlapped
  * Change logging criteria: time, distance, speed
  * Change log format
  * START/STOP logging
  * Set OVERLAP or STOP method on memory full
  * Erase the internal memory

The program is written in Perl, and it was tested on Linux via USB
connection. One goal is easy portability to C and small RAM footprint.

Authors:
--------
    Niccolo Rigacci <niccolo at rigacci.org>

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -D -m 0755 mtkbabel $RPM_BUILD_ROOT%{_bindir}/mtkbabel
install -D -m 0644 mtkbabel.1 $RPM_BUILD_ROOT%{_mandir}/man1/mtkbabel.1
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc MtkExtensionsv1.xsd README changelog copyright
%{_bindir}/*
%{_mandir}/man1/*.*

%changelog
* Fri Aug 3 2009 Daniel Rindt <drindt at visetics.com> 0.8-1
- Created new package, version 0.8.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mtkbabel/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Aug 2009 20:29:12 -0000	1.1
+++ .cvsignore	13 Aug 2009 09:34:33 -0000	1.2
@@ -0,0 +1 @@
+mtkbabel-0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mtkbabel/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Aug 2009 20:29:12 -0000	1.1
+++ sources	13 Aug 2009 09:34:33 -0000	1.2
@@ -0,0 +1 @@
+d5518b678bffb58ceeae898d950ee27e  mtkbabel-0.8.tar.gz




More information about the fedora-extras-commits mailing list