File czkawka.spec of Package czkawka
#
# spec file for package czkawka
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global appid com.github.qarmin.czkawka
Name: czkawka
Version: 6.1.0
Release: 0
Summary: Tool to find duplicates, empty folders, similar images
License: MIT
URL: https://github.com/qarmin/czkawka
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(graphene-gobject-1.0)
%description
Czkawka is a simple, fast and free app to remove unnecessary files from
your computer.
%prep
%autosetup -a1
%build
%{cargo_build}
%install
install -Dm755 target/release/%{name}_cli %{buildroot}%{_bindir}/%{name}_cli
install -Dm755 target/release/%{name}_gui %{buildroot}%{_bindir}/%{name}_gui
install -Dm644 data/icons/%{appid}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
install -Dm644 data/%{appid}.desktop %{buildroot}%{_datadir}/applications/%{appid}.desktop
%files
%license LICENSE
%doc README.md instructions/Instruction.md Changelog.md
%{_bindir}/%{name}_*
%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
%{_datadir}/applications/%{appid}.desktop
%changelog