automatic version update by autodist [release 2.6.0-1mamba;Fri Mar 04 2022]
This commit is contained in:
parent
6862692fa4
commit
a6d518b317
29
geoclue.spec
29
geoclue.spec
@ -1,13 +1,13 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: geoclue
|
Name: geoclue
|
||||||
Version: 2.5.7
|
Version: 2.6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A modular geoinformation service
|
Summary: A modular geoinformation service
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.freedesktop.org/wiki/Software/GeoClue
|
URL: https://www.freedesktop.org/wiki/Software/GeoClue/
|
||||||
Source0: https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/%{version}/geoclue-%{version}.tar.bz2
|
Source0: https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/%{version}/geoclue-%{version}.tar.bz2
|
||||||
#Source0: http://www.freedesktop.org/software/geoclue/releases/%{majver}/geoclue-%{version}.tar.xz
|
#Source0: http://www.freedesktop.org/software/geoclue/releases/%{majver}/geoclue-%{version}.tar.xz
|
||||||
Patch0: libgeoclue-0.11.1.1-nm08.patch
|
Patch0: libgeoclue-0.11.1.1-nm08.patch
|
||||||
@ -16,28 +16,17 @@ Patch2: libgeoclue-0.12.0-gcc-4.7.patch
|
|||||||
Patch3: libgeoclue-0.12.99-gpsd-3.7.patch
|
Patch3: libgeoclue-0.12.99-gpsd-3.7.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: ModemManager-devel
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libavahi-devel
|
BuildRequires: libavahi-devel
|
||||||
BuildRequires: libavahi-glib-devel
|
BuildRequires: libavahi-glib-devel
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libe2fs-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libjson-glib-devel
|
BuildRequires: libjson-glib-devel
|
||||||
BuildRequires: libkrb5-devel
|
BuildRequires: libmm-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libsoup2-devel
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsoup-devel
|
|
||||||
BuildRequires: libsqlite-devel
|
|
||||||
BuildRequires: libssp-devel
|
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-glib
|
BuildRequires: python-glib
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible.
|
Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible.
|
||||||
@ -56,7 +45,7 @@ Group: Development/Libraries
|
|||||||
Summary: Libraries and headers for %{name}
|
Summary: Libraries and headers for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: geoclue-devel
|
Provides: geoclue-devel
|
||||||
Obsoletes: geoclue-devel
|
Obsoletes: geoclue-devel < 2.6.0
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible.
|
Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible.
|
||||||
@ -76,7 +65,7 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dgtk_doc=true
|
-Dgtk-doc=true
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -111,6 +100,7 @@ This package includes the %{name} API documentation.
|
|||||||
%{_unitdir}/geoclue.service
|
%{_unitdir}/geoclue.service
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
|
||||||
|
%{_datadir}/polkit-1/rules.d/org.freedesktop.GeoClue2.rules
|
||||||
%{_datadir}/applications/geoclue-demo-agent.desktop
|
%{_datadir}/applications/geoclue-demo-agent.desktop
|
||||||
%{_datadir}/applications/geoclue-where-am-i.desktop
|
%{_datadir}/applications/geoclue-where-am-i.desktop
|
||||||
%{_mandir}/man5/geoclue.5*
|
%{_mandir}/man5/geoclue.5*
|
||||||
@ -143,6 +133,9 @@ This package includes the %{name} API documentation.
|
|||||||
%{_datadir}/gtk-doc/html/libgeoclue/*
|
%{_datadir}/gtk-doc/html/libgeoclue/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jan 26 2021 Automatic Build System <autodist@mambasoft.it> 2.5.7-1mamba
|
* Tue Jan 26 2021 Automatic Build System <autodist@mambasoft.it> 2.5.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user