automatic version update by autodist [release 2.6.0-1mamba;Fri Mar 04 2022]

This commit is contained in:
Automatic Build System 2024-01-05 22:41:11 +01:00
parent 6862692fa4
commit a6d518b317

View File

@ -1,13 +1,13 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: geoclue
Version: 2.5.7
Version: 2.6.0
Release: 1mamba
Summary: A modular geoinformation service
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
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: http://www.freedesktop.org/software/geoclue/releases/%{majver}/geoclue-%{version}.tar.xz
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
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: ModemManager-devel
BuildRequires: glibc-devel
BuildRequires: libavahi-devel
BuildRequires: libavahi-glib-devel
BuildRequires: libdbus-devel
BuildRequires: libe2fs-devel
BuildRequires: libffi-devel
BuildRequires: libglib-devel
BuildRequires: libjson-glib-devel
BuildRequires: libkrb5-devel
BuildRequires: liblzma-devel
BuildRequires: libpcre-devel
BuildRequires: libselinux-devel
BuildRequires: libsoup-devel
BuildRequires: libsqlite-devel
BuildRequires: libssp-devel
BuildRequires: libxml2-devel
BuildRequires: libz-devel
BuildRequires: libmm-devel
BuildRequires: libnotify-devel
BuildRequires: libsoup2-devel
## AUTOBUILDREQ-END
BuildRequires: python-glib
Requires: dbus
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
@ -56,7 +45,7 @@ Group: Development/Libraries
Summary: Libraries and headers for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: geoclue-devel
Obsoletes: geoclue-devel
Obsoletes: geoclue-devel < 2.6.0
%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.
@ -76,7 +65,7 @@ This package includes the %{name} API documentation.
%build
%meson \
-Dgtk_doc=true
-Dgtk-doc=true
%meson_build
@ -111,6 +100,7 @@ This package includes the %{name} API documentation.
%{_unitdir}/geoclue.service
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
%{_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-where-am-i.desktop
%{_mandir}/man5/geoclue.5*
@ -143,6 +133,9 @@ This package includes the %{name} API documentation.
%{_datadir}/gtk-doc/html/libgeoclue/*
%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
- automatic version update by autodist