automatic version update by autodist [release 1.18.0-1mamba;Tue Oct 10 2023]
This commit is contained in:
parent
f777bf5b09
commit
6bf16ab26a
@ -1,5 +1,5 @@
|
||||
Name: xdg-desktop-portal
|
||||
Version: 1.16.0
|
||||
Version: 1.18.0
|
||||
Release: 1mamba
|
||||
Summary: A portal frontend service for Flatpak and possibly other desktop containment frameworks
|
||||
Group: System/Configuration
|
||||
@ -13,7 +13,6 @@ License: LGPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfuse3-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libgeoclue-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libpipewire-devel
|
||||
@ -41,20 +40,19 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -71,6 +69,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.*.service
|
||||
%dir %{_datadir}/doc/xdg-desktop-portal
|
||||
%{_datadir}/doc/xdg-desktop-portal/*
|
||||
%{_mandir}/man5/portals.conf.5*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -83,6 +82,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc NEWS README.md
|
||||
|
||||
%changelog
|
||||
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 13 2022 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user