## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: btrfs-backup-ng Version: 0.6.4 Release: %autorelease Summary: Intelligent, feature-rich backups for btrfs License: MIT URL: https://github.com/berrym/btrfs-backup-ng Source: %{pypi_source btrfs_backup_ng} BuildArch: noarch BuildRequires: python3-devel Requires: btrfs-progs %description btrfs-backup-ng supports incremental backups for *btrfs* using *snapshots* and *send/receive* between filesystems. Think of it as a basic version of Time Machine. Backups can be stored locally and/or remotely (e.g. via SSH). Multi-target setups are supported as well as dealing with transmission failures (e.g. due to network outage). %prep %autosetup -p1 -n btrfs_backup_ng-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l btrfs_backup_ng %check %pyproject_check_import %files -n btrfs-backup-ng -f %{pyproject_files} %doc README.md %{_bindir}/btrfs-backup-ng %changelog ## START: Generated by rpmautospec * Fri Sep 13 2024 Michael Berry - 0.6.4-2 - Use autospec macros for spec file * Thu Sep 12 2024 Michael Berry - 0.6.4-1 - Fixed duplicated log messages -v0.6.4 * Wed Sep 11 2024 Michael Berry - 0.6.3-3 - Updated README.md * Tue Sep 10 2024 Michael Berry - 0.6.3-2 - Upstream README.md * Tue Sep 10 2024 Michael Berry - 0.6.3-1 - Initial import (fedora#2305930). ## END: Generated by rpmautospec