automatic version update by autodist [release 1.20.0-1mamba;Fri Feb 21 2025]

This commit is contained in:
Automatic Build System 2025-03-02 21:09:11 +01:00
parent 7cfb4813f9
commit dda3427892

View File

@ -1,5 +1,5 @@
Name: xdg-desktop-portal
Version: 1.18.4
Version: 1.20.0
Release: 1mamba
Summary: A portal frontend service for Flatpak and possibly other desktop containment frameworks
Group: System/Configuration
@ -12,13 +12,18 @@ License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfuse3-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgst-plugins-base-devel
BuildRequires: libgstreamer-devel
BuildRequires: libgudev-devel
BuildRequires: libjson-glib-devel
BuildRequires: libpipewire-devel
BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END
BuildRequires: libportal-devel
BuildRequires: libumockdev-devel
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -40,7 +45,6 @@ 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
@ -59,16 +63,14 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
%{_userunitdir}/xdg-*.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.*.xml
%{_datadir}/dbus-1/services/org.freedesktop.*.service
%dir %{_datadir}/doc/xdg-desktop-portal
%{_datadir}/doc/xdg-desktop-portal/*
#%dir %{_datadir}/doc/xdg-desktop-portal
#%{_datadir}/doc/xdg-desktop-portal/*
%{_mandir}/man5/portals.conf.5*
%files -n lib%{name}
@ -79,9 +81,12 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_datadir}/pkgconfig/xdg-desktop-portal.pc
%doc NEWS README.md
%doc README.md
%changelog
* Fri Feb 21 2025 Automatic Build System <autodist@openmamba.org> 1.20.0-1mamba
- automatic version update by autodist
* Fri Apr 19 2024 Automatic Build System <autodist@openmamba.org> 1.18.4-1mamba
- automatic version update by autodist