Update to 0.4
This commit is contained in:
parent
da34b85d62
commit
72ede4be4f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libportal-7355b1e.zip
|
||||
/libportal-0.3.tar.xz
|
||||
/libportal-0.4.tar.xz
|
||||
|
@ -1,17 +1,16 @@
|
||||
Name: libportal
|
||||
Version: 0.3
|
||||
Release: 6%{?dist}
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Flatpak portal library
|
||||
License: LGPLv2+
|
||||
Url: https://github.com/flatpak/libportal
|
||||
Source: https://github.com/flatpak/libportal/releases/download/0.3/libportal-0.3.tar.xz
|
||||
Source: https://github.com/flatpak/libportal/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glibc-devel gcc
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: git
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: gtk-doc
|
||||
# For doc links
|
||||
BuildRequires: pipewire-doc
|
||||
|
||||
@ -20,7 +19,6 @@ 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
|
||||
@ -30,7 +28,6 @@ This package provides files for development with %name.
|
||||
|
||||
%package devel-doc
|
||||
Summary: Development documentation for libportal
|
||||
Group: Development/C
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel-doc
|
||||
@ -39,7 +36,7 @@ libportal provides GIO-style asynchronous APIs for most Flatpak portals.
|
||||
This package provides development documentations for libportal.
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -52,8 +49,9 @@ This package provides development documentations for libportal.
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md NEWS
|
||||
%{_libdir}/libportal.so.0*
|
||||
%doc README* COPYING
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libportal
|
||||
@ -64,6 +62,9 @@ This package provides development documentations for libportal.
|
||||
%{_datadir}/gtk-doc/html/libportal
|
||||
|
||||
%changelog
|
||||
* Tue Apr 06 2021 David King <amigadave@amigadave.com> - 0.4-1
|
||||
- Update to 0.4
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libportal-0.3.tar.xz) = f587645ae29527cef5ea97a6afd16d45f7ad02acc8a0f0fda15543a3d1d0f4778cbc67eabc91c228bff5cdf90e7c3040325f28e670f2676827128e138c99fe69
|
||||
SHA512 (libportal-0.4.tar.xz) = ef05fffa2eb07427a9da10553c7effd82563e1bd54d5900efa7765be6671959211a9c8f8ad126454a8fc6f68c076bdf16ca0072cabf7be95c510bf07953b78bb
|
||||
|
Loading…
Reference in New Issue
Block a user