Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37839110
en ru br
Репозитории ALT

Группа :: Работа с файлами
Пакет: btrfs-compsize

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname compsize

Name: btrfs-compsize
Version: 1.5
Release: alt1

Summary: Utility for measuring compression ratio of files on btrfs
License: GPLv2+
Group: File tools

Url: https://github.com/kilobyte/compsize

# Source-url: https://github.com/kilobyte/%name/archive/v%version/%oname-%version.tar.gz

Source: %name-%version.tar
Patch: %name.patch

BuildRequires: libbtrfs-devel

%description
compsize takes a list of files (given as arguments) on a btrfs filesystem and
measures used compression types and effective compression ratio, producing
a report.

%prep
%setup
%patch -p2

%build
%make_build "CFLAGS=%optflags"

%install
install -D -m 0755 %oname %buildroot%_bindir/%oname
install -D -m 0644 %oname.8 %buildroot%_man8dir/%oname.8

%files
%doc README.md
%doc LICENSE
%_bindir/%oname
%_man8dir/%oname.8*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin