|
@@ -3,15 +3,13 @@ Summary(ja): モジュール型地理情報サービス
|
|
|
|
|
|
Name: geoclue
|
|
Name: geoclue
|
|
Version: 0.12.99
|
|
Version: 0.12.99
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 5%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
URL: http://geoclue.freedesktop.org/
|
|
URL: http://geoclue.freedesktop.org/
|
|
Source0: http://freedesktop.org/~hadess/%{name}-%{version}.tar.gz
|
|
Source0: http://freedesktop.org/~hadess/%{name}-%{version}.tar.gz
|
|
|
|
|
|
-Patch0: geoclue-0.12.99-gpsd.patch
|
|
|
|
-
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
BuildRequires: dbus-devel
|
|
BuildRequires: dbus-devel
|
|
@@ -22,7 +20,6 @@ BuildRequires: GConf2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: NetworkManager-glib-devel
|
|
BuildRequires: NetworkManager-glib-devel
|
|
BuildRequires: gypsy-devel
|
|
BuildRequires: gypsy-devel
|
|
-BuildRequires: gpsd-devel
|
|
|
|
BuildRequires: libsoup-devel
|
|
BuildRequires: libsoup-devel
|
|
|
|
|
|
#Needed for NetworkManager patch
|
|
#Needed for NetworkManager patch
|
|
@@ -30,6 +27,8 @@ BuildRequires: libtool
|
|
|
|
|
|
Requires: dbus
|
|
Requires: dbus
|
|
|
|
|
|
|
|
+Obsoletes: %{name}-gpsd < 0.12.99-5
|
|
|
|
+
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -80,11 +79,17 @@ A gypsy provider for geoclue
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p0 -b .gpsd
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
autoreconf -if
|
|
autoreconf -if
|
|
-%configure --disable-static --enable-gtk-doc --enable-networkmanager=yes --enable-gypsy=yes --enable-skyhook=yes --enable-gsmloc=yes
|
|
+%configure \
|
|
|
|
+ --disable-static \
|
|
|
|
+ --enable-gtk-doc \
|
|
|
|
+ --enable-networkmanager=yes \
|
|
|
|
+ --enable-gypsy=yes \
|
|
|
|
+ --enable-skyhook=yes \
|
|
|
|
+ --enable-gsmloc=yes \
|
|
|
|
+ --disable-gpsd
|
|
make %{?_smp_mflags} V=1
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -161,17 +166,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%files gui
|
|
%files gui
|
|
%{_bindir}/geoclue-test-gui
|
|
%{_bindir}/geoclue-test-gui
|
|
|
|
|
|
-%files gpsd
|
|
|
|
-%{_libexecdir}/geoclue-gpsd
|
|
|
|
-%{_datadir}/geoclue-providers/geoclue-gpsd.provider
|
|
|
|
-%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gpsd.service
|
|
|
|
-
|
|
|
|
%files gypsy
|
|
%files gypsy
|
|
%{_libexecdir}/geoclue-gypsy
|
|
%{_libexecdir}/geoclue-gypsy
|
|
%{_datadir}/geoclue-providers/geoclue-gypsy.provider
|
|
%{_datadir}/geoclue-providers/geoclue-gypsy.provider
|
|
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gypsy.service
|
|
%{_datadir}/dbus-1/services/org.freedesktop.Geoclue.Providers.Gypsy.service
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Aug 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.99-5
|
|
|
|
+- remove Patch0 (geoclue-0.12.99-gpsd.patch)
|
|
|
|
+- remove BuildRequiers: gpsd-devel
|
|
|
|
+- remove %%{name}-gpsd subpackage
|
|
|
|
+
|
|
* Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.99-4
|
|
* Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.99-4
|
|
- rebuild with gpsd-3.11
|
|
- rebuild with gpsd-3.11
|
|
|
|
|