rpms/gpsbabel/FC-6 gpsbabel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Roozbeh Pournader (roozbeh) fedora-extras-commits at redhat.com
Thu Apr 19 15:48:16 UTC 2007


Author: roozbeh

Update of /cvs/extras/rpms/gpsbabel/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19324/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	gpsbabel.spec 
Log Message:
Copying files in devel to branches



--- NEW FILE gpsbabel.spec ---
Name:          gpsbabel
Version:       1.3.3
Release:       1%{?dist}
Summary:       A tool to convert between various formats used by GPS devices

Group:         Applications/Text
License:       GPL
URL:           http://www.gpsbabel.org
Source0:       http://heanet.dl.sf.net/gpsbabel/%{name}-%{version}.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: expat-devel libusb-devel zlib-devel

%description
Converts GPS waypoint, route, and track data from one format type
to another.


%prep
%setup -q
chmod a-x *.c *.h


%build
%configure --with-zlib=system
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 gpsbabel $RPM_BUILD_ROOT%{_bindir}/gpsbabel


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README* COPYING AUTHORS gpsbabel.html
%{_bindir}/gpsbabel


%changelog
* Wed Apr 16 2007 Roozbeh Pournader <roozbeh at farsiweb.info> - 1.3.3-1
- Make first Fedora spec based on the one provided upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gpsbabel/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Apr 2007 18:15:12 -0000	1.1
+++ .cvsignore	19 Apr 2007 15:47:42 -0000	1.2
@@ -0,0 +1 @@
+gpsbabel-1.3.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gpsbabel/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Apr 2007 18:15:12 -0000	1.1
+++ sources	19 Apr 2007 15:47:42 -0000	1.2
@@ -0,0 +1 @@
+0ba7f4c623518e6bfe8da12d0691fb96  gpsbabel-1.3.3.tar.gz




More information about the scm-commits mailing list