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

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

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

Name: rpmfile2
Version: 0.2
Release: alt2

Summary: List files and their magic types in .rpm packages
License: MIT
Group: File tools

URL: https://github.com/svpv/rpmfile2
Source: %name-%version.tar

# Automatically added by buildreq on Wed Mar 07 2018

BuildRequires: libmagic-devel librpmcpio-devel

%description
The rpmfile2 program lists filenames, along with their magic types,
as determined by file(1), in .rpm packages.  This is a reimplementation
of the original rpmfile(1) script written many years ago.

%prep
%setup
%ifarch %e2k
sed -i '/^LTO/d' Makefile
%endif

%build
make

%install
install -pD -m755 rpmfile2 %buildroot%_bindir/rpmfile2

%files
%doc README.md
%_bindir/rpmfile2

%changelog

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

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