[osm-gps-map] initial import

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue May 10 16:56:40 UTC 2011


commit ec6b2c45737836b6103845593036b16381cecd44
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Tue May 10 11:56:26 2011 -0500

    initial import

 .gitignore       |    1 +
 osm-gps-map.spec |   74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 76 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1cd5d42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/osm-gps-map-0.7.3.tar.gz
diff --git a/osm-gps-map.spec b/osm-gps-map.spec
new file mode 100644
index 0000000..f28c385
--- /dev/null
+++ b/osm-gps-map.spec
@@ -0,0 +1,74 @@
+Name:           osm-gps-map
+Version:        0.7.3
+Release:        3%{?dist}
+Summary:        Gtk+ widget for displaying OpenStreetMap tiles
+
+Group:          System Environment/Libraries
+License:        GPLv2
+URL:            http://nzjrs.github.com/osm-gps-map/
+Source0:        http://www.johnstowers.co.nz/files/osm-gps-map/osm-gps-map-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  libsoup-devel
+BuildRequires:  gtk2-devel
+
+%description
+A Gtk+ widget that when given GPS co-ordinates, draws a GPS track, and
+points of interest on a moving map display. Downloads map data from a
+number of websites, including openstreetmap.org.
+
+%package devel
+Summary:        Development files for the osm-gps-map Gtk+ widget
+Group:          Development/Libraries
+Requires:       osm-gps-map = %{version}-%{release}
+
+%description devel
+The development files for the osm-gps-map Gtk+ widget
+
+%prep
+%setup0 -q
+
+%build
+%configure --disable-static --disable-introspection
+make V=1 %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+rm -rf %{buildroot}/usr/doc/osm-gps-map
+rm -rf %{buildroot}%{_libdir}/libosmgpsmap.la
+
+%clean
+rm -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README NEWS
+
+%{_libdir}/libosmgpsmap.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%doc %{_datadir}/gtk-doc/html/libosmgpsmap
+%{_includedir}/osmgpsmap
+%{_libdir}/libosmgpsmap.so
+%{_libdir}/pkgconfig/osmgpsmap.pc
+
+%changelog
+* Tue May 10 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7.3-3
+- Drop unecessary BR cairo-gobject-devel
+
+* Fri May  6 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7.3-2
+- Fix issues noted in review:
+- - grammatical issues
+- - drop reference to python bindings
+- - use GPLv2 license
+- - add/remove doc files
+- - use verbose build
+- - disable gobject introspection
+
+* Tue May  3 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7.3-1
+- First version for Fedora
diff --git a/sources b/sources
index e69de29..d329e65 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6e5396ef0f643f3d8b63a1f0d47431cd  osm-gps-map-0.7.3.tar.gz


More information about the scm-commits mailing list