automatic version update by autodist [release 1.14.1-1mamba;Fri Mar 25 2022]

This commit is contained in:
Automatic Build System 2024-01-05 19:35:02 +01:00
parent 5cb35a4ee6
commit ea654faf59

View File

@ -1,5 +1,5 @@
Name: xdg-desktop-portal
Version: 1.12.1
Version: 1.14.1
Release: 1mamba
Summary: A portal frontend service for Flatpak and possibly other desktop containment frameworks
Group: System/Configuration
@ -10,14 +10,14 @@ URL: https://github.com/flatpak/xdg-desktop-portal
Source: https://github.com/flatpak/xdg-desktop-portal.git/%{version}/xdg-desktop-portal-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
#ld-linux.so.3(GLIBC_2.4): .so link not found
#ld-linux.so.3: .so link not found
BuildRequires: glibc-devel
BuildRequires: libfuse-devel
BuildRequires: libfuse3-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libgeoclue-devel
BuildRequires: libglib-devel
BuildRequires: libjson-glib-devel
BuildRequires: libpipewire-devel
BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END
BuildRequires: libportal-devel
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -66,9 +66,7 @@ This package contains libraries and header files for developing applications tha
%files -f %{name}.lang
%defattr(-,root,root)
%{_userunitdir}/xdg-desktop-portal.service
%{_userunitdir}/xdg-document-portal.service
%{_userunitdir}/xdg-permission-store.service
%{_userunitdir}/xdg-*.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.*.xml
%{_datadir}/dbus-1/services/org.freedesktop.*.service
%dir %{_datadir}/doc/xdg-desktop-portal
@ -76,9 +74,7 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libexecdir}/xdg-desktop-portal
%{_libexecdir}/xdg-document-portal
%{_libexecdir}/xdg-permission-store
%{_libexecdir}/xdg-*
%doc COPYING
%files -n lib%{name}-devel
@ -87,5 +83,8 @@ This package contains libraries and header files for developing applications tha
%doc NEWS README.md
%changelog
* Fri Mar 25 2022 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
- automatic version update by autodist
* Mon Jan 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.1-1mamba
- package created using the webbuild interface