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