source: projects/specs/trunk/lib/libp/libportal/libportal-vl.spec @ 12435

Revision 12435, 2.3 KB checked in by tomop, 4 years ago (diff)

updated 5 packages

flatpak-1.8.1-1

libportal-0.3-5

pipewire-0.2.7-1

xdg-desktop-portal-gtk-1.6.0-1

xdg-desktop-portal-1.6.0-1

Line 
1Name:           libportal
2Summary:        Flatpak portal library
3Version:        0.3
4Release:        5%{?_dist_release}
5Vendor:         Project Vine
6Distribution:   Vine Linux
7
8License:        LGPLv2+
9Url:            https://github.com/flatpak/libportal
10Source:         https://github.com/flatpak/libportal/releases/download/%{version}/libportal-%{version}.tar.xz
11
12BuildRequires:  glibc-devel gcc
13BuildRequires:  meson
14BuildRequires:  git
15BuildRequires:  pkgconfig(gio-2.0)
16BuildRequires:  pkgconfig(gio-unix-2.0)
17BuildRequires:  gtk-doc
18# For doc links
19BuildRequires:  pipewire-doc
20
21%description
22libportal provides GIO-style asynchronous APIs for most Flatpak portals.
23
24
25%package devel
26Summary: Development files and libraries for %name
27Group: Development/C
28Requires: %{name}%{?_isa} = %{version}-%{release}
29
30%description devel
31%name provides GIO-style asynchronous APIs for most Flatpak portals.
32
33This package provides files for development with %name.
34
35
36%package devel-doc
37Summary: Development documentation for libportal
38Group: Development/C
39BuildArch: noarch
40
41%description devel-doc
42libportal provides GIO-style asynchronous APIs for most Flatpak portals.
43
44This package provides development documentations for libportal.
45
46
47%prep
48%autosetup -S git
49
50
51%build
52%meson
53%meson_build
54
55
56%install
57%meson_install
58
59
60%check
61%meson_test
62
63
64%post -p /sbin/ldconfig
65%postun -p /sbin/ldconfig
66
67
68%files
69%license COPYING
70%doc README*
71%{_libdir}/libportal.so.0*
72
73%files devel
74%{_includedir}/libportal
75%{_libdir}/libportal.so
76%{_libdir}/pkgconfig/libportal.pc
77
78%files devel-doc
79%{_datadir}/gtk-doc/html/libportal
80
81
82%changelog
83* Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.3-5
84- initial build for Vine Linux.
85
86* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-4
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
88
89* Mon Jan 13 2020 Bastien Nocera <bnocera@redhat.com> - 0.3-3
90+ libportal-0.3-3
91- Add forgotten dist tag to Release (#1790258)
92
93* Mon Jan 06 2020 Bastien Nocera <bnocera@redhat.com> - 0.3-2
94+ libportal-0.3-2
95- Add COPYING file to package
96
97* Mon Jan 06 2020 Bastien Nocera <bnocera@redhat.com> - 0.3-1
98+ libportal-0.3-1
99- Update to 0.3
100
101* Wed Dec 11 2019 Bastien Nocera <bnocera@redhat.com> - 0.1-0.1.20191211git7355b1e
102+ libportal-0.1-0.20191211git7355b1e
Note: See TracBrowser for help on using the repository browser.