105 lines
2.8 KiB
RPMSpec
105 lines
2.8 KiB
RPMSpec
%bcond_without check
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
Name: snapshot
|
|
Version: 45.0
|
|
Release: %autorelease
|
|
Summary: Take pictures and videos
|
|
|
|
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
|
|
# Apache-2.0 OR MIT
|
|
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
|
# GPL-3.0-or-later
|
|
# MIT
|
|
# MIT OR Apache-2.0
|
|
# MIT OR Apache-2.0 OR Zlib
|
|
# MPL-2.0
|
|
# Unlicense OR MIT
|
|
# Zlib OR Apache-2.0 OR MIT
|
|
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND GPL-3.0-or-later AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
|
# LICENSE.dependencies contains a full license breakdown
|
|
URL: https://gitlab.gnome.org/GNOME/snapshot
|
|
Source: https://download.gnome.org/sources/snapshot/45/snapshot-%{tarball_version}.tar.xz
|
|
|
|
# Downstream patch to disable linting as part of self tests
|
|
Patch: 0001-Disable-cargo-clippy-test.patch
|
|
|
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
|
ExcludeArch: %{ix86}
|
|
|
|
BuildRequires: cargo-rpm-macros
|
|
BuildRequires: meson
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
|
|
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
|
BuildRequires: pkgconfig(gtk4)
|
|
BuildRequires: pkgconfig(libadwaita-1)
|
|
BuildRequires: /usr/bin/appstream-util
|
|
BuildRequires: /usr/bin/desktop-file-validate
|
|
|
|
# For camerabin
|
|
Requires: gstreamer1-plugins-bad-free%{_isa}
|
|
# For hicolor icon theme directories
|
|
Requires: hicolor-icon-theme
|
|
|
|
Provides: bundled(rust-aperture) = 0.3.1
|
|
|
|
%description
|
|
Take pictures and videos on your computer, tablet, or phone.
|
|
|
|
|
|
%prep
|
|
%autosetup -p1 -n snapshot-%{tarball_version}
|
|
|
|
rm -rf vendor
|
|
%cargo_prep
|
|
|
|
|
|
%generate_buildrequires
|
|
%cargo_generate_buildrequires
|
|
cd aperture
|
|
%cargo_generate_buildrequires
|
|
cd ~-
|
|
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%cargo_license_summary
|
|
%{cargo_license} > LICENSE.dependencies
|
|
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%find_lang snapshot --with-gnome
|
|
|
|
|
|
%if %{with check}
|
|
%check
|
|
%meson_test
|
|
|
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/org.gnome.Snapshot.metainfo.xml
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Snapshot.desktop
|
|
%endif
|
|
|
|
|
|
%files -f snapshot.lang
|
|
%license LICENSE
|
|
%license LICENSE.dependencies
|
|
%doc README.md
|
|
%{_bindir}/snapshot
|
|
%{_datadir}/applications/org.gnome.Snapshot.desktop
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Snapshot.gschema.xml
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Snapshot*.svg
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Snapshot-symbolic.svg
|
|
%{_datadir}/snapshot/
|
|
%{_metainfodir}/org.gnome.Snapshot.metainfo.xml
|
|
|
|
|
|
%changelog
|
|
%autochangelog
|