[gnome-maps] Initial Import (#1000683)

Elad Alfassa elad at fedoraproject.org
Tue Aug 27 16:42:42 UTC 2013


commit b66c1e3495e709b34735a57e306d1fe982ef8e81
Author: Elad Alfassa <elad at fedoraproject.org>
Date:   Tue Aug 27 19:41:49 2013 +0300

    Initial Import (#1000683)

 .gitignore      |    1 +
 gnome-maps.spec |   85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f73fa54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome-maps-3.9.90.2.tar.xz
diff --git a/gnome-maps.spec b/gnome-maps.spec
new file mode 100644
index 0000000..4efd07c
--- /dev/null
+++ b/gnome-maps.spec
@@ -0,0 +1,85 @@
+Name:           gnome-maps
+Version:        3.9.90.2
+Release:        3%{?dist}
+Summary:        Map application for GNOME
+
+License:        GPLv2+
+URL:            http://wiki.gnome.org/Maps
+Source0:        http://download.gnome.org/sources/gnome-maps/3.9/gnome-maps-%{version}.tar.xz
+
+BuildRequires:  gjs-devel
+BuildRequires:  intltool
+BuildRequires:  desktop-file-utils
+Requires:       geoclue2%{?_isa}
+Requires:       geocode-glib%{?_isa}
+Requires:       gtk3%{?_isa}
+Requires:       libchamplain-gtk%{?_isa}
+Requires:       libchamplain%{?_isa}
+Requires:       gdk-pixbuf2%{?_isa}
+Requires:       gobject-introspection%{?_isa}
+Requires:       cogl%{?_isa}
+Requires:       clutter%{?_isa}
+Requires:       clutter-gtk%{?_isa}
+Requires:       gjs%{?_isa}
+
+%define emerillon_version 0.1.90-15
+Obsoletes: emerillon < %{emerillon_version}
+Obsoletes: emerillon-devel < %{emerillon_version}
+Obsoletes: emerillon-vala < %{emerillon_version}
+
+%description
+GNOME Maps is a simple map application for the GNOME desktop.
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
+%find_lang %{name}
+
+%post
+touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
+    gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
+    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
+%files -f %{name}.lang
+%doc COPYING
+%{_bindir}/%{name}
+%{_datadir}/glib-2.0/schemas/org.gnome.maps.gschema.xml
+%{_datadir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+
+%changelog
+* Tue Aug 27 2013 Elad Alfassa <elad at fedoraproject.org> - 3.9.90.2-3
+- Add requires on gjs
+- Make sure we have the right architecture of libraries installed
+
+* Tue Aug 27 2013 Elad Alfassa <elad at fedoraproject.org> - 3.9.90.2-2
+- Fix issues from review
+
+* Sat Aug 24 2013 Elad Alfassa <elad at fedoraproject.org> - 3.9.90.2-1
+- Now uses the geoclue dbus service instead of the library
+- gnome-maps is JS only, so it should be a noarch package
+
+* Sat Aug 24 2013 Elad Alfassa <elad at fedoraproject.org> - 3.9.90.1-2
+- Add missing icon-cache update and glib schema compilation scripts
+
+* Fri Aug 23 2013 Elad Alfassa <elad at fedoraproject.org> - 3.9.90.1-1
+- Initial packaging for review
diff --git a/sources b/sources
index e69de29..9de784e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a183744d6c78086c29ddf57816967ad2  gnome-maps-3.9.90.2.tar.xz


More information about the scm-commits mailing list