Update to 45.alpha.2
This commit is contained in:
parent
b36fec98c5
commit
bbe3ac7e6f
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@
|
|||||||
/sushi-42.0.tar.xz
|
/sushi-42.0.tar.xz
|
||||||
/sushi-43.0.tar.xz
|
/sushi-43.0.tar.xz
|
||||||
/sushi-44.2.tar.xz
|
/sushi-44.2.tar.xz
|
||||||
|
/sushi-45.alpha.2.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sushi-44.2.tar.xz) = 0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c25555581f10823c778c42ab9edf41016a1da
|
SHA512 (sushi-45.alpha.2.tar.xz) = a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed
|
||||||
|
11
sushi.spec
11
sushi.spec
@ -1,15 +1,16 @@
|
|||||||
%global url_ver %%(echo %{version}|cut -d. -f1,2)
|
%global url_ver %%(echo %{version}|cut -d. -f1,2)
|
||||||
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so.*$
|
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so.*$
|
||||||
|
|
||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 44.2
|
Version: 45~alpha.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A quick previewer for Nautilus
|
Summary: A quick previewer for Nautilus
|
||||||
|
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
URL: https://gitlab.gnome.org/GNOME/sushi
|
URL: https://gitlab.gnome.org/GNOME/sushi
|
||||||
Source0: https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gjs-devel
|
BuildRequires: gjs-devel
|
||||||
@ -32,7 +33,8 @@ file manager.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -56,6 +58,9 @@ file manager.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 03 2023 Kalev Lember <klember@redhat.com> - 45~alpha.2-1
|
||||||
|
- Update to 45.alpha.2
|
||||||
|
|
||||||
* Wed May 31 2023 Kalev Lember <klember@redhat.com> - 44.2-1
|
* Wed May 31 2023 Kalev Lember <klember@redhat.com> - 44.2-1
|
||||||
- Update to 44.2
|
- Update to 44.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user