automatic version update by autodist [release 0.8.1-1mamba;Sun Sep 08 2024]
This commit is contained in:
parent
4091c967dc
commit
6597e302f5
@ -1,5 +1,5 @@
|
|||||||
Name: libportal
|
Name: libportal
|
||||||
Version: 0.7.1
|
Version: 0.8.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GIO-style async APIs for most Flatpak portals
|
Summary: GIO-style async APIs for most Flatpak portals
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libgtk-devel
|
|||||||
BuildRequires: libgtk3-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,6 +31,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
Requires: %{name}-gtk3 = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-gtk3 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: %{name}-gtk4 = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-gtk4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: %{name}-qt5 = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-qt5 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: %{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -53,12 +55,20 @@ libportal provides GIO-style async APIs for most Flatpak portals.
|
|||||||
|
|
||||||
%package qt5
|
%package qt5
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Gtk3 binding to %{name}
|
Summary: Qt5 binding to %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description qt5
|
%description qt5
|
||||||
libportal provides GIO-style async APIs for most Flatpak portals.
|
libportal provides GIO-style async APIs for most Flatpak portals.
|
||||||
|
|
||||||
|
%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.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -75,8 +85,6 @@ libportal provides GIO-style async APIs for most Flatpak portals.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -96,9 +104,12 @@ libportal provides GIO-style async APIs for most Flatpak portals.
|
|||||||
|
|
||||||
%files qt5
|
%files qt5
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libportal-gtk4.so.*
|
|
||||||
%{_libdir}/libportal-qt5.so.*
|
%{_libdir}/libportal-qt5.so.*
|
||||||
|
|
||||||
|
%files qt6
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libportal-qt6.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libportal
|
%dir %{_includedir}/libportal
|
||||||
@ -109,10 +120,13 @@ libportal provides GIO-style async APIs for most Flatpak portals.
|
|||||||
%{_includedir}/libportal-gtk4/portal-gtk4.h
|
%{_includedir}/libportal-gtk4/portal-gtk4.h
|
||||||
%dir %{_includedir}/libportal-qt5
|
%dir %{_includedir}/libportal-qt5
|
||||||
%{_includedir}/libportal-qt5/portal-qt5.h
|
%{_includedir}/libportal-qt5/portal-qt5.h
|
||||||
|
%dir %{_includedir}/libportal-qt6
|
||||||
|
%{_includedir}/libportal-qt6/portal-qt6.h
|
||||||
%{_libdir}/libportal.so
|
%{_libdir}/libportal.so
|
||||||
%{_libdir}/libportal-gtk3.so
|
%{_libdir}/libportal-gtk3.so
|
||||||
%{_libdir}/libportal-gtk4.so
|
%{_libdir}/libportal-gtk4.so
|
||||||
%{_libdir}/libportal-qt5.so
|
%{_libdir}/libportal-qt5.so
|
||||||
|
%{_libdir}/libportal-qt6.so
|
||||||
%{_datadir}/gir-1.0/Xdp-1.0.gir
|
%{_datadir}/gir-1.0/Xdp-1.0.gir
|
||||||
%{_datadir}/gir-1.0/XdpGtk3-1.0.gir
|
%{_datadir}/gir-1.0/XdpGtk3-1.0.gir
|
||||||
%{_datadir}/gir-1.0/XdpGtk4-1.0.gir
|
%{_datadir}/gir-1.0/XdpGtk4-1.0.gir
|
||||||
@ -126,11 +140,15 @@ libportal provides GIO-style async APIs for most Flatpak portals.
|
|||||||
%{_libdir}/pkgconfig/libportal-gtk3.pc
|
%{_libdir}/pkgconfig/libportal-gtk3.pc
|
||||||
%{_libdir}/pkgconfig/libportal-gtk4.pc
|
%{_libdir}/pkgconfig/libportal-gtk4.pc
|
||||||
%{_libdir}/pkgconfig/libportal-qt5.pc
|
%{_libdir}/pkgconfig/libportal-qt5.pc
|
||||||
|
%{_libdir}/pkgconfig/libportal-qt6.pc
|
||||||
%dir %{_docdir}/libportal-1
|
%dir %{_docdir}/libportal-1
|
||||||
%{_docdir}/libportal-1/*
|
%{_docdir}/libportal-1/*
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 08 2024 Automatic Build System <autodist@openmamba.org> 0.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user