2024-01-06 05:26:09 +01:00
|
|
|
Name: libportal
|
2024-09-09 10:30:26 +02:00
|
|
|
Version: 0.8.1
|
2024-01-06 05:26:09 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: GIO-style async APIs for most Flatpak portals
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/flatpak/libportal
|
|
|
|
Source: https://github.com/flatpak/libportal.git/%{version}/libportal-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:26:09 +01:00
|
|
|
BuildRequires: libQt5X11Extras-devel
|
|
|
|
BuildRequires: libgcc
|
2024-01-06 05:26:09 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 05:26:09 +01:00
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-09-09 10:30:26 +02:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-06 05:26:09 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
2024-01-06 05:26:09 +01:00
|
|
|
libportal provides GIO-style async APIs for most Flatpak portals.
|
2024-01-06 05:26:09 +01:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:26:09 +01:00
|
|
|
Requires: %{name}-gtk3 = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: %{name}-gtk4 = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: %{name}-qt5 = %{?epoch:%epoch:}%{version}-%{release}
|
2024-09-09 10:30:26 +02:00
|
|
|
Requires: %{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:26:09 +01:00
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
2024-01-06 05:26:09 +01:00
|
|
|
%package gtk3
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Gtk3 binding to %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description gtk3
|
|
|
|
libportal provides GIO-style async APIs for most Flatpak portals.
|
|
|
|
|
|
|
|
%package gtk4
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Gtk4 binding to %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description gtk4
|
|
|
|
libportal provides GIO-style async APIs for most Flatpak portals.
|
|
|
|
|
|
|
|
%package qt5
|
|
|
|
Group: Development/Libraries
|
2024-09-09 10:30:26 +02:00
|
|
|
Summary: Qt5 binding to %{name}
|
2024-01-06 05:26:09 +01:00
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description qt5
|
|
|
|
libportal provides GIO-style async APIs for most Flatpak portals.
|
|
|
|
|
2024-09-09 10:30:26 +02:00
|
|
|
%package qt6
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Qt6 binding to %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description qt6
|
|
|
|
libportal provides GIO-style async APIs for most Flatpak portals.
|
|
|
|
|
2024-01-06 05:26:09 +01:00
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libportal.so.*
|
2024-01-06 05:26:09 +01:00
|
|
|
%{_libdir}/girepository-1.0/Xdp-1.0.typelib
|
2024-01-06 05:26:09 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
2024-01-06 05:26:09 +01:00
|
|
|
%files gtk3
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libportal-gtk3.so.*
|
|
|
|
%{_libdir}/girepository-1.0/XdpGtk3-1.0.typelib
|
|
|
|
|
|
|
|
%files gtk4
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libportal-gtk4.so.*
|
|
|
|
%{_libdir}/girepository-1.0/XdpGtk4-1.0.typelib
|
|
|
|
|
|
|
|
%files qt5
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libportal-qt5.so.*
|
|
|
|
|
2024-09-09 10:30:26 +02:00
|
|
|
%files qt6
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libportal-qt6.so.*
|
|
|
|
|
2024-01-06 05:26:09 +01:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libportal
|
|
|
|
%{_includedir}/libportal/*.h
|
2024-01-06 05:26:09 +01:00
|
|
|
%dir %{_includedir}/libportal-gtk3
|
|
|
|
%{_includedir}/libportal-gtk3/portal-gtk3.h
|
|
|
|
%dir %{_includedir}/libportal-gtk4
|
|
|
|
%{_includedir}/libportal-gtk4/portal-gtk4.h
|
|
|
|
%dir %{_includedir}/libportal-qt5
|
|
|
|
%{_includedir}/libportal-qt5/portal-qt5.h
|
2024-09-09 10:30:26 +02:00
|
|
|
%dir %{_includedir}/libportal-qt6
|
|
|
|
%{_includedir}/libportal-qt6/portal-qt6.h
|
2024-01-06 05:26:09 +01:00
|
|
|
%{_libdir}/libportal.so
|
2024-01-06 05:26:09 +01:00
|
|
|
%{_libdir}/libportal-gtk3.so
|
|
|
|
%{_libdir}/libportal-gtk4.so
|
|
|
|
%{_libdir}/libportal-qt5.so
|
2024-09-09 10:30:26 +02:00
|
|
|
%{_libdir}/libportal-qt6.so
|
2024-01-06 05:26:09 +01:00
|
|
|
%{_datadir}/gir-1.0/Xdp-1.0.gir
|
|
|
|
%{_datadir}/gir-1.0/XdpGtk3-1.0.gir
|
|
|
|
%{_datadir}/gir-1.0/XdpGtk4-1.0.gir
|
|
|
|
%{_datadir}/vala/vapi/libportal-gtk3.deps
|
|
|
|
%{_datadir}/vala/vapi/libportal-gtk3.vapi
|
|
|
|
%{_datadir}/vala/vapi/libportal-gtk4.deps
|
|
|
|
%{_datadir}/vala/vapi/libportal-gtk4.vapi
|
|
|
|
%{_datadir}/vala/vapi/libportal.deps
|
|
|
|
%{_datadir}/vala/vapi/libportal.vapi
|
2024-01-06 05:26:09 +01:00
|
|
|
%{_libdir}/pkgconfig/libportal.pc
|
2024-01-06 05:26:09 +01:00
|
|
|
%{_libdir}/pkgconfig/libportal-gtk3.pc
|
|
|
|
%{_libdir}/pkgconfig/libportal-gtk4.pc
|
|
|
|
%{_libdir}/pkgconfig/libportal-qt5.pc
|
2024-09-09 10:30:26 +02:00
|
|
|
%{_libdir}/pkgconfig/libportal-qt6.pc
|
2024-01-06 05:26:09 +01:00
|
|
|
%dir %{_docdir}/libportal-1
|
|
|
|
%{_docdir}/libportal-1/*
|
2024-01-06 05:26:09 +01:00
|
|
|
%doc NEWS README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-09-09 10:30:26 +02:00
|
|
|
* Sun Sep 08 2024 Automatic Build System <autodist@openmamba.org> 0.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:26:11 +01:00
|
|
|
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:26:10 +01:00
|
|
|
* Fri Sep 08 2023 Automatic Build System <autodist@mambasoft.it> 0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:26:09 +01:00
|
|
|
* Tue Mar 22 2022 Automatic Build System <autodist@mambasoft.it> 0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:26:09 +01:00
|
|
|
* Fri Apr 09 2021 Automatic Build System <autodist@mambasoft.it> 0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:26:09 +01:00
|
|
|
* Tue Nov 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3-1mamba
|
|
|
|
- package created using the webbuild interface
|