Compare commits
10 Commits
1.14.3-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
1f08f32930 | |||
dda3427892 | |||
7cfb4813f9 | |||
f8326c7e18 | |||
b71b065f4b | |||
fb1c31ec05 | |||
6bf16ab26a | |||
f777bf5b09 | |||
7d7d59661a | |||
ade84f4131 |
@ -1,5 +1,5 @@
|
||||
Name: xdg-desktop-portal
|
||||
Version: 1.14.3
|
||||
Version: 1.20.3
|
||||
Release: 1mamba
|
||||
Summary: A portal frontend service for Flatpak and possibly other desktop containment frameworks
|
||||
Group: System/Configuration
|
||||
@ -12,14 +12,18 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfuse3-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libgeoclue-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
|
||||
@ -42,35 +46,32 @@ Requires: pkg-config
|
||||
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
|
||||
|
||||
%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}
|
||||
%defattr(-,root,root)
|
||||
@ -80,9 +81,42 @@ 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
|
||||
* Sat May 24 2025 Automatic Build System <autodist@openmamba.org> 1.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Sun Apr 07 2024 Automatic Build System <autodist@openmamba.org> 1.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 23 2023 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 27 2023 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 1.14.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 21 2022 Automatic Build System <autodist@mambasoft.it> 1.14.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 16 2022 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user