Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37548349
en ru br
ALT Linux repos
S:0.2-alt2

Group :: File tools
RPM: rpmfile2

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin