Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37401137
en ru br
ALT Linux repos
S:0.3-alt1

Group :: System/Libraries
RPM: librpmcpio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: librpmcpio
Version: 0.3
Release: alt1

Summary: Read cpio archive of .rpm packages
License: MIT
Group: System/Libraries

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

# Automatically added by buildreq on Sun Mar 04 2018

BuildRequires: librpm-devel

%package devel
Summary: Read cpio archive of .rpm packages
Group: System/Libraries
Requires: %name = %version-%release

%description
The rpmcpio library provides a simple API for reading the cpio archive
of .rpm packages.  Packaged files can be iterated and looked into.

%description devel
The rpmcpio library provides a simple API for reading the cpio archive
of .rpm packages.  Packaged files can be iterated and looked into.

%prep
%setup -q

%build
make

%install
mkdir -p %buildroot%_libdir
cp -av librpmcpio.so* %buildroot%_libdir
install -pD -m644 rpmcpio.h %buildroot%_includedir/rpmcpio.h

%files
%_libdir/librpmcpio.so.*

%files devel
%doc README.md example.c
%_includedir/rpmcpio.h
%_libdir/librpmcpio.so

%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