Update to 43.alpha
This commit is contained in:
parent
334759bb04
commit
54903adf4a
@ -1,19 +1,13 @@
|
||||
%global gitdate 20220815
|
||||
%global commit0 7c8e096915960f4a626729168dfe25364a6ce7e7
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: file-roller
|
||||
Version: 3.42.0
|
||||
Release: 3%{?gitdate:.%{gitdate}git%{shortcommit0}}%{?dist}
|
||||
Version: 43~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for viewing and creating archives
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/FileRoller
|
||||
%if 0%{?gitdate}
|
||||
Source0: https://gitlab.gnome.org/GNOME/file-roller/-/archive/%{commit0}/file-roller-%{shortcommit0}.tar.bz2
|
||||
%else
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.42/%{name}-%{version}.tar.xz
|
||||
%endif
|
||||
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
@ -27,7 +21,6 @@ BuildRequires: pkgconfig(libhandy-1)
|
||||
%else
|
||||
BuildRequires: pkgconfig(libnautilus-extension-4)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libportal)
|
||||
BuildRequires: pkgconfig(libportal-gtk3)
|
||||
BuildRequires: file-devel
|
||||
@ -54,7 +47,7 @@ or directories.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{?gitdate:%{name}-%{commit0}}%{!?gitdate:%{name}-%{version}}
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson \
|
||||
@ -95,6 +88,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.FileRoller.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2022 Kalev Lember <klember@redhat.com> - 43~alpha-1
|
||||
- Update to 43.alpha
|
||||
|
||||
* Wed Aug 17 2022 Kalev Lember <klember@redhat.com> - 3.42.0-3.20220815git7c8e096
|
||||
- Package upstream git snapshot for nautilus 43 support (rhbz#2113225)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (file-roller-7c8e096.tar.bz2) = c931add9f45f058781fcab8fa5451c56c3e34f3ad012e8a8819f59dff6f63c397c5d17c29b06bd040f68cde06045d1d45c49b51991259571b6a06dcdcb398938
|
||||
SHA512 (file-roller-43.alpha.tar.xz) = 488d7bc22ab8d72ec42f72e2c5ad50fe9a7a8596d4d956863a572b4ef93cf3c27071adf27928555c279aeb594735db7d53626ada45125fb01bf90b98b1b36c69
|
||||
|
Loading…
Reference in New Issue
Block a user