123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- Name: libportal
- Summary: Flatpak portal library
- Version: 0.3
- Release: 5%{?_dist_release}
- Vendor: Project Vine
- Distribution: Vine Linux
- License: LGPLv2+
- Url: https://github.com/flatpak/libportal
- Source: https://github.com/flatpak/libportal/releases/download/%{version}/libportal-%{version}.tar.xz
- BuildRequires: glibc-devel gcc
- BuildRequires: meson
- BuildRequires: git
- BuildRequires: pkgconfig(gio-2.0)
- BuildRequires: pkgconfig(gio-unix-2.0)
- BuildRequires: gtk-doc
- # For doc links
- BuildRequires: pipewire-doc
- %description
- libportal provides GIO-style asynchronous APIs for most Flatpak portals.
- %package devel
- Summary: Development files and libraries for %name
- Group: Development/C
- Requires: %{name}%{?_isa} = %{version}-%{release}
- %description devel
- %name provides GIO-style asynchronous APIs for most Flatpak portals.
- This package provides files for development with %name.
- %package devel-doc
- Summary: Development documentation for libportal
- Group: Development/C
- BuildArch: noarch
- %description devel-doc
- libportal provides GIO-style asynchronous APIs for most Flatpak portals.
- This package provides development documentations for libportal.
- %prep
- %autosetup -S git
- %build
- %meson
- %meson_build
- %install
- %meson_install
- %check
- %meson_test
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %license COPYING
- %doc README*
- %{_libdir}/libportal.so.0*
- %files devel
- %{_includedir}/libportal
- %{_libdir}/libportal.so
- %{_libdir}/pkgconfig/libportal.pc
- %files devel-doc
- %{_datadir}/gtk-doc/html/libportal
- %changelog
- * Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.3-5
- - initial build for Vine Linux.
- * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- * Mon Jan 13 2020 Bastien Nocera <bnocera@redhat.com> - 0.3-3
- + libportal-0.3-3
- - Add forgotten dist tag to Release (#1790258)
- * Mon Jan 06 2020 Bastien Nocera <bnocera@redhat.com> - 0.3-2
- + libportal-0.3-2
- - Add COPYING file to package
- * Mon Jan 06 2020 Bastien Nocera <bnocera@redhat.com> - 0.3-1
- + libportal-0.3-1
- - Update to 0.3
- * Wed Dec 11 2019 Bastien Nocera <bnocera@redhat.com> - 0.1-0.1.20191211git7355b1e
- + libportal-0.1-0.20191211git7355b1e
|