Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37790476
en ru br
Репозитории ALT
S:1.7.0-alt2
5.1: 1.3.6-alt1
4.1: 1.3.4-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:1.3.4

Группа :: Науки/Наука о земле
Пакет: gpsbabel

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: gpsbabel-1.3.6-alt.patch
Скачать


 .gear-rules                                        |    3 +
 .../4675b5b153c1ee300090ba0f8bcf6298c994770c       |   13 ++++
 .gear-tags/list                                    |    1 +
 gpsbabel.spec                                      |   70 ++++++++++++++++++++
 vecs.c                                             |    2 +
 5 files changed, 89 insertions(+), 0 deletions(-)
diff --git a/.gear-rules b/.gear-rules
new file mode 100644
index 0000000..a986c49
--- /dev/null
+++ b/.gear-rules
@@ -0,0 +1,3 @@
+tar: @version@:.
+diff: @version@:. . name=@name@-@version@-alt.patch
+spec: gpsbabel.spec
diff --git a/.gear-tags/4675b5b153c1ee300090ba0f8bcf6298c994770c b/.gear-tags/4675b5b153c1ee300090ba0f8bcf6298c994770c
new file mode 100644
index 0000000..eb500a7
--- /dev/null
+++ b/.gear-tags/4675b5b153c1ee300090ba0f8bcf6298c994770c
@@ -0,0 +1,13 @@
+object 571d15a4957ed486128e2d59f8942db54adf36fd
+type commit
+tag 1.3.6
+tagger Grigory Batalov <bga@altlinux.org> 1228906367 +0300
+
+gpsbabel 1.3.6
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkk/n38ACgkQTSOu/blIq26XFQCfYmg/yLm+zkjyVd8j4olMoHI6
+eSMAn2xm6DYkrkxtpIoxF8cugCMRSmKH
+=Ep6Y
+-----END PGP SIGNATURE-----
diff --git a/.gear-tags/list b/.gear-tags/list
new file mode 100644
index 0000000..8d77176
--- /dev/null
+++ b/.gear-tags/list
@@ -0,0 +1 @@
+4675b5b153c1ee300090ba0f8bcf6298c994770c 1.3.6
diff --git a/gpsbabel.spec b/gpsbabel.spec
new file mode 100644
index 0000000..d038625
--- /dev/null
+++ b/gpsbabel.spec
@@ -0,0 +1,70 @@
+Name: gpsbabel
+Version: 1.3.6
+Release: alt1
+Packager: Grigory Batalov <bga@altlinux.ru>
+
+Summary: A tool to convert between various formats used by GPS devices
+License: GPL
+Group: Sciences/Geosciences
+Url: http://www.gpsbabel.org
+
+Source: http://heanet.dl.sf.net/gpsbabel/%name-%version.tar
+Patch: %name-%version-alt.patch
+
+# Automatically added by buildreq on Fri Sep 12 2008
+BuildRequires: libexpat-devel libusb-devel tetex-dvips tetex-latex zlib-devel
+
+%description
+GPSBabel converts waypoints, tracks, and routes from one format to another,
+whether that format is a common mapping format like Delorme, Streets and
+Trips, or even a serial upload or download to a GPS unit such as those from
+Garmin and Magellan. By flatting the Tower of Babel that the authors of
+various programs for manipulating GPS data have imposed upon us, it returns
+to us the ability to freely move our own waypoint data between the programs
+and hardware we choose to use.
+
+It contains extensive data manipulation abilities making it a
+convenient for server-side processing or as the backend for other
+tools.
+
+It does not convert, transfer, send, or manipulate maps. We process
+data that may (or may not be) placed on a map, such as waypoints,
+tracks, and routes.
+
+%prep
+%setup -q
+%patch -p1
+rm -fR coldsync
+
+find . -type f \( -name '*.c' -o -name '*.h' \) -print0 | xargs -r0 chmod a-x
+
+%build
+%configure --with-zlib=system --enable-pdb=no
+%make_build
+
+cd doc
+%make_build
+dvips -o gpsbabel.ps doc.dvi
+
+%install
+%make_install install DESTDIR=%buildroot
+
+%files
+%doc AUTHORS README* contrib intdoc gpsbabel.html doc/gpsbabel.ps
+%_bindir/%name
+
+%changelog
+* Wed Dec 10 2008 Grigory Batalov <bga@altlinux.ru> 1.3.6-alt1
+- New upstream release.
+
+* Fri Sep 12 2008 Grigory Batalov <bga@altlinux.ru> 1.3.5-alt1
+- New upstream release.
+
+* Sun Nov 18 2007 Grigory Batalov <bga@altlinux.ru> 1.3.4-alt1
+- New upstream release.
+
+* Thu Jun 21 2007 Grigory Batalov <bga@altlinux.ru> 1.3.3-alt1
+- Build for ALT Linux.
+
+* Wed Apr 16 2007 Roozbeh Pournader <roozbeh@farsiweb.info> - 1.3.3-1
+- Make first Fedora spec based on the one provided upstream
diff --git a/vecs.c b/vecs.c
index 0e0863c..ff336b2 100644
--- a/vecs.c
+++ b/vecs.c
@@ -352,6 +352,7 @@ vecs_t vec_list[] = {
 		"Navicache.com XML",
 		NULL
 	},
+#if PDBFMTS_ENABLED
 	{
 		&coastexp_vecs,
 		"coastexp",
@@ -380,6 +381,7 @@ vecs_t vec_list[] = {
 		"pdb"
 	},
 #endif
+#endif
 	{
 		&gpl_vecs,
 		"gpl",
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin