rpms/gpsbabel/F-9 gpsbabel-1.3.5-autoconf.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 gpsbabel.spec, 1.3, 1.4 sources, 1.3, 1.4

Douglas E. Warner (silfreed) fedora-extras-commits at redhat.com
Fri May 9 16:27:19 UTC 2008


Author: silfreed

Update of /cvs/pkgs/rpms/gpsbabel/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29902

Modified Files:
	.cvsignore gpsbabel.spec sources 
Added Files:
	gpsbabel-1.3.5-autoconf.patch 
Log Message:
* Fri May 09 2009 Douglas E. Warner <silfreed at silfreed.net> - 1.3.5-1
- update to 1.3.5
- switching out variables for macros; adding macros for commands
- fixing license to be GPLv2+
- adding patch to fix re-running autoconf
- perserving times when installing gpsbabel


gpsbabel-1.3.5-autoconf.patch:

--- NEW FILE gpsbabel-1.3.5-autoconf.patch ---
diff -ruN gpsbabel-1.3.5/Makefile.in gpsbabel-1.3.5-new/Makefile.in
--- gpsbabel-1.3.5/Makefile.in	2008-04-26 06:49:34.000000000 -0400
+++ gpsbabel-1.3.5-new/Makefile.in	2008-05-09 11:35:53.000000000 -0400
@@ -130,7 +130,7 @@
 	rm -f $(OBJS) gpsbabel gpsbabel.exe
 
 configure: configure.in
-	autoconf
+#	autoconf
 
 tag:
 	cvs commit


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpsbabel/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	18 Dec 2007 19:44:57 -0000	1.3
+++ .cvsignore	9 May 2008 16:26:37 -0000	1.4
@@ -1 +1 @@
-gpsbabel-1.3.4.tar.gz
+gpsbabel-1.3.5.tar.gz


Index: gpsbabel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpsbabel/F-9/gpsbabel.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gpsbabel.spec	19 Feb 2008 22:27:29 -0000	1.3
+++ gpsbabel.spec	9 May 2008 16:26:37 -0000	1.4
@@ -1,15 +1,20 @@
 Name:          gpsbabel
-Version:       1.3.4
-Release:       2%{?dist}
+Version:       1.3.5
+Release:       1%{?dist}
 Summary:       A tool to convert between various formats used by GPS devices
 
 Group:         Applications/Text
-License:       GPL
+License:       GPLv2+
 URL:           http://www.gpsbabel.org
-Source0:       http://heanet.dl.sf.net/gpsbabel/%{name}-%{version}.tar.gz
+# source can be downloaded from the following URL:
+# http://www.gpsbabel.org/plan9.php?dl=%{name}-%{version}.tar.gz
+Source0:       %{name}-%{version}.tar.gz
+Patch0:        gpsbabel-1.3.5-autoconf.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: expat-devel libusb-devel zlib-devel
+BuildRequires: expat-devel
+BuildRequires: libusb-devel
+BuildRequires: zlib-devel
 
 %description
 Converts GPS waypoint, route, and track data from one format type
@@ -18,7 +23,10 @@
 
 %prep
 %setup -q
-chmod a-x *.c *.h
+%patch0 -p1
+
+# fix bad execute perms
+%{__chmod} a-x *.c *.h
 
 
 %build
@@ -27,13 +35,13 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-install -m 755 gpsbabel $RPM_BUILD_ROOT%{_bindir}/gpsbabel
+%{__rm} -rf %{buildroot}
+%{__mkdir} -p %{buildroot}%{_bindir}
+%{__install} -m 755 -p gpsbabel %{buildroot}%{_bindir}/gpsbabel
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 
 %files
@@ -43,6 +51,13 @@
 
 
 %changelog
+* Fri May 09 2009 Douglas E. Warner <silfreed at silfreed.net> - 1.3.5-1
+- update to 1.3.5
+- switching out variables for macros; adding macros for commands
+- fixing license to be GPLv2+
+- adding patch to fix re-running autoconf
+- perserving times when installing gpsbabel
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3.4-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gpsbabel/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	18 Dec 2007 19:44:57 -0000	1.3
+++ sources	9 May 2008 16:26:37 -0000	1.4
@@ -1 +1 @@
-edb2a92d7d02ef1c197ce870608fc270  gpsbabel-1.3.4.tar.gz
+1bea8cd22c24ee9c0cc769770c86a340  gpsbabel-1.3.5.tar.gz




More information about the fedora-extras-commits mailing list